Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@tillkruss tillkruss released this 29 Jan 21:38
· 4 commits to main since this release
9cae8e1

Added

  • Added relay.locks.* configuration directives
  • Added option Relay::OPT_CLIENT_TRACKING option

Changed

  • Switched to mutex locks by default for better performance
  • Several internal improvements and fixes

Fixed

  • Added missed context parameter to Sentinel::__construct()
  • Fixed cleaning up resources when terminated by SIGTERM or SIGQUIT
  • Fixed rare Relay\Cluster memory leaks
  • Fixed a signal reentrancy bug