Releases: gnh1201/caterpillar
Releases · gnh1201/caterpillar
0.1.6.6
0.1.6.6 released
- Fix bugs and add execution time measureing in PHP worker (assets/php/index.php)
0.1.6.5
0.1.6.5 released
- Add flags
ALLOW_INVOKE_INSECURE_METHOD
(boolean) and ALLOW_LOAD_INSECURE_SCRIPT
(boolean). (assets/php/index.php)
0.1.6.4
0.1.6.4 released
- Fix incorrect user agent of the PHP worker (assets/php/index.php)
- Support a protocol using sockets that does not send any request body (server.py)
- some fixes
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