Skip to content

Releases: stefanak-michal/php-bolt-driver

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

v1.3.1

24 Oct 10:10
d31d8fe

Choose a tag to compare

  • Hotfix -TINY_INT

v1.4-alpha

23 Oct 13:26
9e391eb

Choose a tag to compare

v1.4-alpha Pre-release
Pre-release
  • Covered with phpunit tests

v1.3

16 Oct 20:14
1c8ffc2

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

Choose a tag to compare

  • Updated autoload file

v1.2

13 Oct 11:04
f77b248

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

Choose a tag to compare

  • Minor changes about neo4j method changes
  • Updated README

v1.1

23 Aug 18:31
24f5955

Choose a tag to compare

  • Added support for bolt protocol version up to 4.1
  • Added missing specific structure types (Date, Time, Point2D, ...)

v1.0.2

16 Mar 08:10
b651350

Choose a tag to compare

  • composer