Skip to content

Releases: stefanak-michal/php-bolt-driver

v7.1.2

02 Aug 07:01
d2e25fa

Choose a tag to compare

What's Changed

Full Changelog: v7.1.1...v7.1.2

v7.1.1

24 Jul 15:05
63ff0e8

Choose a tag to compare

Full Changelog: v7.1.0...v7.1.1

v7.1.0

15 Jul 18:14
50ed792

Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.1.0

v7.0.1

03 Apr 19:51
219999c

Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

18 Dec 20:54
04fc9c8

Choose a tag to compare

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

16 Nov 17:23
9ea1b55

Choose a tag to compare

What's Changed

Full Changelog: v6.1.3...v6.1.4

v6.1.3

18 Oct 14:27
774bc9a

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

Choose a tag to compare

What's Changed

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

v6.1.1

15 Mar 12:11
06b5eef

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

Choose a tag to compare

What's Changed

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