Releases: neo4j-php/Bolt
Releases · neo4j-php/Bolt
v7.1.4
What's Changed
- change of used tmp dir by @stefanak-michal in #146
- raised version to 4 for checkout step by @stefanak-michal in #148
- added support for new bolt version 5.6 by @stefanak-michal in #147
Full Changelog: v7.1.3...v7.1.4
v7.1.3
v7.1.2
v7.1.1
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- added mixpanel analytics by @stefanak-michal in #140
- improved usage of temp directory. by @stefanak-michal in #141
Full Changelog: v7.0.1...v7.1.0
v7.0.1
What's Changed
- throw extra exception when reading empty buffer after timeout by @stefanak-michal in #138
- added track of open streams in transaction. updated server state hand… by @stefanak-michal in #139
Full Changelog: v7.0.0...v7.0.1
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
v6.1.4
What's Changed
- Added support for v5.4 with new message TELEMETRY by @stefanak-michal in #125
Full Changelog: v6.1.3...v6.1.4
v6.1.3
What's Changed
- Added support for bolt 5.3
- Fixed bug with version 5.2
- Automatic identification of Neo4j version which is used to decide what bolt version use. Set Neo4j versions for GH Actions to test all possible bolt versions.
- Removed unnecessary type hints from tests so they don't have to be extended every time when there is new bolt version
Full Changelog: v6.1.2...v6.1.3