Releases: stefanak-michal/php-bolt-driver
Releases · stefanak-michal/php-bolt-driver
v2.0
- 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
- Moved source code to
srcdirectory - Created phpunit tests
- Refactored using of Socket
- Minor bug fixes
v1.3.1
- Hotfix -TINY_INT
v1.4-alpha
- Covered with phpunit tests
v1.3
- 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
- Updated autoload file
v1.2
- Fixed difference between empty map and list
- Support for "map" parameter as stdClass
v1.1.1
- Minor changes about neo4j method changes
- Updated README
v1.1
- Added support for bolt protocol version up to 4.1
- Added missing specific structure types (Date, Time, Point2D, ...)
v1.0.2
- composer