Releases: stefanak-michal/php-bolt-driver
Releases · stefanak-michal/php-bolt-driver
v2.5.3
- Fixed map packing with non-string keys
 
v2.5.2
- added timeout exception message
 
v2.5.1
- Fixed length for packing into chunks
 
v2.5
- Added support for new message 
routefor version 4.3 
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 
srcdirectory - Created phpunit tests
 - Refactored using of Socket
 - Minor bug fixes