Releases: flomesh-io/pipy
Releases · flomesh-io/pipy
1.5.5
1.5.4
chore(CMakelists.txt) add option to use system installed openssl (#199)
1.5.3
[filter] Changed the ending condition of forkRace() filter from Strea…
1.5.2
What's Changed
- Fix typo in zh doc by @ruhuang2001 in #196
New Contributors
- @ruhuang2001 made their first contribution in #196
Full Changelog: 1.5.1...1.5.2
1.5.1
[fix] WebSocket sharing the same session in AdminProxy blocked HEAD r…
1.5.0
- Added SharedMap API
- Added zlib API
- Support asynchronous reading files with offset and length
- Improved handling of uncaught Promise exceptions
1.4.3
[core] Start admin service before downloading remote codebases
1.4.2
[fix] Fixed compiling error on Windows
1.4.1
[filter] Allow handleXXX() and replaceXXX() filter to block multiple …
1.4.0
- Support watching codebase changes in a folder
- Share POD objects between threads by using algo.SharedMap
- Added pty support to exec()
- Customizable HTTP/2 ping logic
- New APIs:
- IP.isV4/isV6()
- os.kill()
- os.path.basename()
- pipy.unmount()
- Support promises in acceptHTTPTunnel() filter