Skip to content

Releases: neo4j-php/neo4j-php-client

Updated Deprecated dependencies

22 Sep 13:55

Choose a tag to compare

  • updated psalm and introduced a baseline
  • removed deprecated dependencies in #183

Added hasDriver method in client and updated documentation

22 Sep 13:57

Choose a tag to compare

  • Added a hasDriver method to query the client of an existence of a driver with a given alias
  • Improved CI
  • Updated documentation

Simplified Config and Performance Optimisations

22 Sep 13:59

Choose a tag to compare

  • Simplified configuration
  • Added functionality for binding transactions and sessions to optimise performance

Bugfixes

22 Sep 14:02

Choose a tag to compare

  • Fixed a bug when dns_get_record returns false

Reworked CI, more flexible dependencies, Bugfixes

22 Sep 14:04

Choose a tag to compare

  • reworked CI
  • more flexible dependencies for caching libraries
  • correct timezone ID conversion

Release of all experimental enterprise features + neo4j 5 support + php 8

22 Sep 14:08

Choose a tag to compare

  • improved typing
  • correct overloading of certain methods
  • bugfix when running a failed query on a transaction
  • bugix when using the HTTP formatted in neo4j version 5
  • fixed regression in uri implementation
  • fixed bolt factory for version 5
  • upgraded bolt library
  • moved to PHP 8.0
  • simplified configuration model
  • use server states from bolt library

Bugfix php 8.2

22 Sep 14:10

Choose a tag to compare

  • Fixed a bug when using php 8.2

Bugfixes

22 Sep 14:12

Choose a tag to compare

  • Fixed bug in the connection pooling algorithm
  • enforced session config propagation internally
  • improved testing

Bugfix in fetchsize and bookmarks

21 Nov 08:09

Choose a tag to compare

  • correctly passed bookmarks when using basic formatter
  • correctly fetch next results when working with fetch size

Big performance and HA upgrade

21 Nov 08:06

Choose a tag to compare

  • Implemented connection resolver with PHP implementation or SysVSem
  • Implemented graceful driver fallback
  • Fixed bug with transaction timeout
  • Implemented simple routing cache with default PSR-11 implementation
  • Upgraded DNS resolver to work with HA setups