Releases: gnh1201/caterpillar
Releases · gnh1201/caterpillar
0.1.6.2
0.1.6.2 released
- Fix broken network tunnel with stateful mode
- Fix
undefined function mysqli_fetch_all()
error in PHP worker file
- Fix error when checking extension type
0.1.6.1
0.1.6.1 released
LICENSE NOTICE: We have decided to maintain the MIT license for compatibility with the existing commercial software built using the Caterpillar Proxy.
- Fix bugs for serial communication @AkiaCode
- Enhance the offline fail-over feature
0.1.5.23p3
0.1.5.23p3 released
- Add support the method
relay_sendmail
to console.html
0.1.5.23p2
0.1.5.23p2 released
- Add the map view with the method
relay_get_geolocation
result
0.1.5.23
0.1.5.23 released
- Update method
relay_get_geolocation
(Update assets/php/index.php
, console.html
)
- Add method
relay_fetch_url
(Update assets/php/index.php
, console.html
)
0.1.5.22
0.1.5.22 released
- Add support
show
(e.g., show tables
) keyword in the method relay_mysql_query
- Add some decoration assets to
console.html
0.1.5.21p2
0.1.5.21p2 released
- Added an auto-correction feature for dirty responses (e.g., magic header, advertise logo) in
console.html
.
0.1.5.21
0.1.5.21 released
- Call to
fatal_handler
is delayed compared to the return. ff33dac
- Add a "Save Output to File" feature to the web console. For example,
set filename result.txt
8c02b81
0.1.5.20
0.1.5.20 released
- Add an fatal exception handler to PHP worker
assets/php/index.php
- Allow
Mixed Content
(Insecure HTTP on HTTPS): Add Content-Security-Policy: upgrade-insecure-requests
meta tag to console.html