Skip to content

Releases: neo4j-php/Bolt

v2.2

04 May 09:29
3dd293f
Compare
Choose a tag to compare
  • Fixed read timeout
  • Added support for microseconds timeout
  • Added message chunking for write

v2.1

27 Dec 09:43
Compare
Choose a tag to compare
  • Added support for Bolt 4.2 version

v2.0

07 Dec 11:34
6a6cad2
Compare
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
Compare
Choose a tag to compare
  • Moved source code to src directory
  • Created phpunit tests
  • Refactored using of Socket
  • Minor bug fixes

v1.3.1

24 Oct 10:10
d31d8fe
Compare
Choose a tag to compare
  • Hotfix -TINY_INT

v1.4-alpha

23 Oct 13:26
9e391eb
Compare
Choose a tag to compare
v1.4-alpha Pre-release
Pre-release
  • Covered with phpunit tests

v1.3

16 Oct 20:14
1c8ffc2
Compare
Choose a tag to compare
  • Added read socket buffer error check
  • Added set socket block mode check
  • Update Bolt methods arguments by documentation
  • Removed static access to Socket.php and passing instance instead to allow multiple Bolt instances at once

v1.2.1

13 Oct 11:22
69d765f
Compare
Choose a tag to compare
  • Updated autoload file

v1.2

13 Oct 11:04
f77b248
Compare
Choose a tag to compare
  • Fixed difference between empty map and list
  • Support for "map" parameter as stdClass

v1.1.1

12 Oct 08:30
85a0b53
Compare
Choose a tag to compare
  • Minor changes about neo4j method changes
  • Updated README