Skip to content

Releases: neo4j-php/Bolt

v6.1.3

18 Oct 14:27
774bc9a
Compare
Choose a tag to compare

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

v6.1.2

05 May 07:44
049a49d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

15 Mar 12:11
06b5eef
Compare
Choose a tag to compare

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

13 Mar 12:18
77425e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.1.0

v6.0.2

16 Feb 17:37
af9d8e6
Compare
Choose a tag to compare

Minor update which contains composer versioning update which should solve issue with new release of phpunit 10.

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

14 Dec 20:41
Compare
Choose a tag to compare

Buy Me a Coffee at ko-fi.com

  • Minor fix issues

Full Changelog: v6.0.0...v6.0.1

v6.0.0

02 Dec 15:06
84d6f88
Compare
Choose a tag to compare

Buy Me a Coffee at ko-fi.com

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

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