Skip to content

Releases: flomesh-io/pipy

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

1.3.0

24 Jul 03:18
Compare
Choose a tag to compare
  • Added support for dynamic codebases
  • Added API for encoding/decoding URL strings
  • PIpyJS exception handling mechanism improvements
  • Shared library build improvements
  • Various bug fixes in connect(), acceptHTTPTunnel() and pipy.read()

1.2.0

06 Jun 07:51
4b0a334
Compare
Choose a tag to compare
  • Support custom builtin codebases for SEAs (single executable applications)
  • PipyJS exception handling enhancements
  • New thread-shared Quota API
  • New APIs for handling filesystem paths
  • BPF API enhancements
  • Ability to trace object constructions for debugging
  • Optimized memory usage of log history
  • Various enhancements in the build system