Skip to content

v0.8.0

Compare
Choose a tag to compare
@tillkruss tillkruss released this 22 May 17:03
· 5 commits to main since this release
e53bfd7

Added

  • Added various missing methods to Relay\Cluster
  • Support cloning Relay objects
  • Added crash logging
  • Support logging to stderr
  • Added support for session.save_handler directive
  • Added support for relay.session.compression* directives
  • Added dedicated event classes Relay\Event\Flushed and Relay\Event\Invalidated
  • Added PHP 8.4 compatibility and builds

Changed

  • Switched to concurrencykit v0.7.2
  • Various performance, allocator and internal improvements

Fixed

  • Fixed a rare bug that could result in stale keys
  • Fixed a rare bug when flushing the data when OOM

Removed

  • Dropped Debian zts builds
  • Droped macOS x86 and PHP 7.4 builds