Skip to content

v7.0.0

Compare
Choose a tag to compare
@stefanak-michal stefanak-michal released this 18 Dec 20:54
· 40 commits to master since this release
04fc9c8

What's Changed

  • Raised minimum php version to 8.1 and applied changes (mostly readonly properties and enum)
  • Available response signatures, bolt messages and server states are now enum instead of consts
  • Added support for persistent connection with new connection class
  • Changed approach to follow server state
  • Now all bolt messages are pipelined and it is required to explicitly consume response (except goodbye)
  • Improved and unified logic for consuming response
  • Removed methods from Response and IStructure classes and switched to readonly public properties
  • Removed Auth helper

Full Changelog: v6.1.4...v7.0.0