Releases: neo4j-php/Bolt
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
v4.1
Today we modified the way how data are packed into socket connection and with this improvement your php instance will use less memory and handle even bigger datasets. This change doesn't affect current implementations but it introduces support for providing iterator as cypher query parameter.
If you are interested about this feature head into Performance test.
If you like the driver, please consider supporting it in the form of a donate on https://ko-fi.com/michalstefanak
Full Changelog: v4.0.1...v4.1
v4.0.1
- Make servermessage in MessageException nullable by @transistive in #91
If you like the driver, please consider supporting it in the form of a donate on https://ko-fi.com/michalstefanak
Full Changelog: v4.0.0...v4.0.1
v3.1.3
By packagist statistics it is visible there are still people using php versions lower than 7.4. I've implemented latest changes after releasing v4 into old release v3.1.2 to provide developers with lower php version updated driver with all the optimizations and fixes.
If you like the driver, please consider supporting it in the form of a donate on https://ko-fi.com/michalstefanak
v4.0.0
- Raised minimum supported php version to 7.4
- Added missing data type bytes
- Optimizations
v3.1.2
- Refactored with aim at performance
- Fixed minor bugs
- Added community standards
v3.1.1
- Removed the need of bcmath extension
- Updated phpunit tests for structures to test also against negative timestamps (before utc epoch)
v3.1
This release contains some fixes on structure classes. If you have been using them we highly suggest you to update the library asap.
- Fixed issues in date/time structure classes
- Added packing for structure classes
- Added phpunit tests to cover structure classes
- Extended logic for timeout on connection classes
- Github CI
v2.7.2
- Updated structure classes to fixed versions