Skip to content

Releases: stefanak-michal/php-bolt-driver

v4.1

11 Jul 14:22
1e332fc

Choose a tag to compare

Today we modified the way how data are packed into socket connection and with this improvement your php instance will use less memory and handle even bigger datasets. This change doesn't affect current implementations but it introduces support for providing iterator as cypher query parameter.

If you are interested about this feature head into Performance test.

If you like the driver, please consider supporting it in the form of a donate on https://ko-fi.com/michalstefanak

Full Changelog: v4.0.1...v4.1

v4.0.1

06 Jul 16:04
209d0e7

Choose a tag to compare

If you like the driver, please consider supporting it in the form of a donate on https://ko-fi.com/michalstefanak

Full Changelog: v4.0.0...v4.0.1

v3.1.3

06 Jul 16:01

Choose a tag to compare

By packagist statistics it is visible there are still people using php versions lower than 7.4. I've implemented latest changes after releasing v4 into old release v3.1.2 to provide developers with lower php version updated driver with all the optimizations and fixes.

If you like the driver, please consider supporting it in the form of a donate on https://ko-fi.com/michalstefanak

v4.0.0

26 Mar 07:39
d7ff8ab

Choose a tag to compare

  • Raised minimum supported php version to 7.4
  • Added missing data type bytes
  • Optimizations

v3.1.2

02 Mar 16:05
350a15c

Choose a tag to compare

  • Refactored with aim at performance
  • Fixed minor bugs
  • Added community standards

v3.1.1

15 Jan 23:16
3c34bf7

Choose a tag to compare

  • Removed the need of bcmath extension
  • Updated phpunit tests for structures to test also against negative timestamps (before utc epoch)

v3.1

15 Jan 14:45

Choose a tag to compare

This release contains some fixes on structure classes. If you have been using them we highly suggest you to update the library asap.

  • Fixed issues in date/time structure classes
  • Added packing for structure classes
  • Added phpunit tests to cover structure classes
  • Extended logic for timeout on connection classes
  • Github CI

v2.7.2

15 Jan 23:26

Choose a tag to compare

  • Updated structure classes to fixed versions

v3.0

06 Jan 14:33
678dd0e

Choose a tag to compare

  • Removed Facade design pattern and added Factory design pattern on Bolt class
  • Checked and updated all protocol classes by official documentation
  • Added authentification helper for generating extra argument for hello/init message
  • Added new type of exception on message response IGNORED
  • Refactoring

What's Changed

Full Changelog: v2.7.1...v3.0

v2.7.1

16 Dec 15:41

Choose a tag to compare

  • Restored method for backward compatibility