Skip to content

Releases: neo4j-php/Bolt

v5.1.1

29 Nov 16:25
Compare
Choose a tag to compare

Buy Me a Coffee at ko-fi.com

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

22 Nov 18:11
3681528
Compare
Choose a tag to compare

Buy Me a Coffee at ko-fi.com

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

06 Nov 17:56
e58f31d
Compare
Choose a tag to compare

Buy Me a Coffee at ko-fi.com

List of most important (breaking) changes

  • Structures moved to protocol versions and follows updated documentation.
  • Implemented pipelining #99 and now you need to call getResponse or getResponses to fetch awaiting messages from server.
  • Each received server message is now provided as instance of \Bolt\protocol\Response class.
  • Removed MessageException and IgnoredException. 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 init on v3 and higher).

What's Changed

Full Changelog: v4.1.1...v5

v4.1.1

19 Jul 10:18
3a54956
Compare
Choose a tag to compare

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

Full Changelog: v4.1...v4.1.1

v3.1.4

13 Jul 07:44
Compare
Choose a tag to compare

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

11 Jul 14:22
1e332fc
Compare
Choose a tag to compare

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

06 Jul 16:04
209d0e7
Compare
Choose a tag to compare

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

06 Jul 16:01
Compare
Choose a tag to compare

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

26 Mar 07:39
d7ff8ab
Compare
Choose a tag to compare
  • Raised minimum supported php version to 7.4
  • Added missing data type bytes
  • Optimizations

v3.1.2

02 Mar 16:05
350a15c
Compare
Choose a tag to compare
  • Refactored with aim at performance
  • Fixed minor bugs
  • Added community standards