v7.0.0
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