Releases: stefanak-michal/php-bolt-driver
v6.1.1
What's Changed
- Last update introduced breaking change. Avoid this breaking change by removing use of latest bolt version as default @stefanak-michal in #114
Full Changelog: v6.1.0...v6.1.1
v6.1.0
v6.0.2
Minor update which contains composer versioning update which should solve issue with new release of phpunit 10.
What's Changed
- Updated tests configuration by @stefanak-michal in #109
- Added new neo4j version by @stefanak-michal in #111
Full Changelog: v6.0.1...v6.0.2
v6.0.1
v6.0.0
What's Changed
- Raised minimum version to php 8.0 and implemented new features PHP: Supported Versions
- All exception classes are extending newly added abstract BoltException class
Full Changelog: v5.1.1...v6.0.0
v5.1.1
What's Changed
- removed php7 tests
- Added methods return types to Bytes PackStream type
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- Removed message fragmentation for handshake by @stefanak-michal in #105
- update to latest neo4j version 5.2 by @stefanak-michal in #106
Full Changelog: v5.0.0...v5.1.0
v5.0.0
List of most important (breaking) changes
- Structures moved to protocol versions and follows updated documentation.
- Implemented pipelining #99 and now you need to call
getResponseorgetResponsesto fetch awaiting messages from server. - Each received server message is now provided as instance of
\Bolt\protocol\Responseclass. - Removed
MessageExceptionandIgnoredException. Now it can be verified with response signature. - Added server state (docs).
- Removed backward compatibility for Bolt messages (ex. before you were able to call
initon v3 and higher).
What's Changed
- Added new exception when trying to unpack int x64 on x86 platform by @stefanak-michal in #96
- Implementation of ServerState by @stefanak-michal in #97
- Added pipeline versions of methods by @stefanak-michal in #100
- Structures semantics by @stefanak-michal in #103
- Protocol messages as traits by @stefanak-michal in #94
- Traits pipeline by @stefanak-michal in #102
Full Changelog: v4.1.1...v5
v4.1.1
This version contains text updates (mostly in readme) and URL for bolt documentation was changed from 7687.org to Neo4j docs. It was also added host URL scheme auto remove and limit for requested protocol versions. Some people trying to use port 7474 for connection which is usually not possible and therefore library is throwing new error message for it.
Support this driver on https://ko-fi.com/michalstefanak
What's Changed
- Additional version check by @stefanak-michal in #95
Full Changelog: v4.1...v4.1.1
v3.1.4
Applied latest changes into old version which supports php >= 7.1.
Check v4.1 release notes to learn more about what have changed.
If you like the driver, please consider supporting it in the form of a donate on https://ko-fi.com/michalstefanak
Full Changelog: v3.1.3...v3.1.4