Skip to content

Releases: neo4j-php/Bolt

v3.0

06 Jan 14:33
678dd0e
Compare
Choose a tag to compare
  • Removed Facade design pattern and added Factory design pattern on Bolt class
  • Checked and updated all protocol classes by official documentation
  • Added authentification helper for generating extra argument for hello/init message
  • Added new type of exception on message response IGNORED
  • Refactoring

What's Changed

Full Changelog: v2.7.1...v3.0

v2.7.1

16 Dec 15:41
Compare
Choose a tag to compare
  • Restored method for backward compatibility

v2.7

16 Dec 12:45
a5d7a8e
Compare
Choose a tag to compare
  • Added support for OIDC

v2.6

03 Dec 09:41
Compare
Choose a tag to compare
  • Added v4.4 support
  • Added missing return types
  • Updated annotations
  • Fixed inheritance

v2.5.3

10 Nov 09:10
Compare
Choose a tag to compare
  • Fixed map packing with non-string keys

v2.5.2

06 Oct 18:36
73f37ca
Compare
Choose a tag to compare
  • added timeout exception message

v2.5.1

15 Sep 10:38
85476a0
Compare
Choose a tag to compare
  • Fixed length for packing into chunks

v2.5

20 Aug 09:27
350f252
Compare
Choose a tag to compare
  • Added support for new message route for version 4.3

v2.4

15 Jul 14:08
5868111
Compare
Choose a tag to compare
  • Added support for neo4j v4.3
  • init/hello extended with argument which contains metadata
  • Fixed some issues

v2.3

06 May 08:07
3aa1ea4
Compare
Choose a tag to compare
  • Structures classes supports cast to string