Skip to content

Releases: stefanak-michal/php-bolt-driver

v2.5.3

10 Nov 09:10

Choose a tag to compare

  • Fixed map packing with non-string keys

v2.5.2

06 Oct 18:36
73f37ca

Choose a tag to compare

  • added timeout exception message

v2.5.1

15 Sep 10:38
85476a0

Choose a tag to compare

  • Fixed length for packing into chunks

v2.5

20 Aug 09:27
350f252

Choose a tag to compare

  • Added support for new message route for version 4.3

v2.4

15 Jul 14:08
5868111

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

Choose a tag to compare

  • Structures classes supports cast to string

v2.2

04 May 09:29
3dd293f

Choose a tag to compare

  • Fixed read timeout
  • Added support for microseconds timeout
  • Added message chunking for write

v2.1

27 Dec 09:43

Choose a tag to compare

  • Added support for Bolt 4.2 version

v2.0

07 Dec 11:34
6a6cad2

Choose a tag to compare

  • Changed Bolt constructor (now expects instance of connection class)
  • Changed Socket as connection class
  • Added StreamSocket connection class with SSL suport
  • Updated to PHP8
  • Removed custom error handler

v1.4

25 Oct 11:18

Choose a tag to compare

  • Moved source code to src directory
  • Created phpunit tests
  • Refactored using of Socket
  • Minor bug fixes