Skip to content

Releases: flomesh-io/pipy

1.5.5

14 Nov 15:28
Compare
Choose a tag to compare
[core] Changed the default value of maxQueue option in muxers from un…

1.5.4

14 Nov 12:27
1fc4951
Compare
Choose a tag to compare
chore(CMakelists.txt) add option to use system installed openssl (#199)

1.5.3

30 Oct 00:08
Compare
Choose a tag to compare
[filter] Changed the ending condition of forkRace() filter from Strea…

1.5.2

24 Oct 14:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

14 Oct 14:48
Compare
Choose a tag to compare
[fix] WebSocket sharing the same session in AdminProxy blocked HEAD r…

1.5.0

28 Sep 07:55
Compare
Choose a tag to compare
  • Added SharedMap API
  • Added zlib API
  • Support asynchronous reading files with offset and length
  • Improved handling of uncaught Promise exceptions

1.4.3

25 Sep 08:38
Compare
Choose a tag to compare
[core] Start admin service before downloading remote codebases

1.4.2

18 Sep 02:38
Compare
Choose a tag to compare
[fix] Fixed compiling error on Windows

1.4.1

10 Sep 12:34
Compare
Choose a tag to compare
[filter] Allow handleXXX() and replaceXXX() filter to block multiple …

1.4.0

12 Aug 04:56
Compare
Choose a tag to compare
  • 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