All Versions
118
Latest Version
Avg Release Cycle
6 days
Latest Release
723 days ago

Changelog History
Page 2

  • v0.83 Changes

    March 10, 2022
    • Implement Polyphony::Pipe class, Polyphony.pipe method (#83)
    • Add IO.splice, IO.splice_to_eof (#82)
    • Implement compression/decompression methods (#77)
  • v0.82 Changes

    March 04, 2022
    • Use POLYPHONY_LIBEV instead of POLYPHONY_USE_LIBEV environment variable
    • โž• Add support for working with raw buffers (#78)
  • v0.81.1 Changes

    March 03, 2022
    • ๐Ÿ›  Fix Backend_recv regression
  • v0.81 Changes

    March 03, 2022
    • โช Restore public visibility for Polyphony::Process.kill_process
    • โช Restore public visibility for Polyphony::Net.setup_alpn
  • v0.80 Changes

    February 28, 2022
    • Prevent reentry into trace_proc
    • ๐Ÿ“œ Rename __parser_read_method__ to __read_method__
    • ๐Ÿ“‡ Rename ResourcePool#preheat! to #fill.
    • ๐Ÿšš Remove ability to use #cancel_after or #move_on without a block
    • โž• Add #move_on alias to Fiber#interrupt
    • ๐Ÿ‘ Allow specifying exception in Fiber#cancel
    • โœ‚ Remove deprecated Polyphony::Channel class
  • v0.79 Changes

    February 19, 2022
    • Overhaul trace events system (#73)
  • v0.78 Changes

    February 16, 2022
    • ๐Ÿ›  Fix Polyphony::Queue API compatibility (#72)
  • v0.77 Changes

    February 07, 2022
    • ๐Ÿ›  Fix behaviour of signal traps (#71)
  • v0.76 Changes

    February 06, 2022
    • Comment out Backend_close API (#70)
  • v0.75 Changes

    February 04, 2022
    • ๐Ÿ›  Fix handling of MoveOn on main fiber of forked process
    • Ensure SSLSocket underlying socket is in nonblocking mode
    • ๐Ÿ‘Œ Add Polyphony.backend_verify_blocking_mode API
    • ๐Ÿ›  Fix address resolution for hostnames with IPv6 address
    • ๐Ÿ‘Œ Improve behaviour of OOB fiber
    • Include caller in fiber_switchpoint trace