Releases: neo4j-php/Bolt
Releases · neo4j-php/Bolt
v2.4
- Added support for neo4j v4.3
- init/hello extended with argument which contains metadata
- Fixed some issues
v2.3
- Structures classes supports cast to string
v2.2
- Fixed read timeout
- Added support for microseconds timeout
- Added message chunking for write
v2.1
- Added support for Bolt 4.2 version
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
src
directory - 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