Skip to content

Releases: neo4j-php/neo4j-php-client

Small bugfixes

04 Dec 06:16
Compare
Choose a tag to compare

Fixed some typing issues
Fixed correct passing of driver configuration in client and client builder

Updated Deprecated dependencies

22 Sep 13:55
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Simplified configuration
  • Added functionality for binding transactions and sessions to optimise performance

Bugfixes

22 Sep 14:02
Compare
Choose a tag to compare
  • Fixed a bug when dns_get_record returns false

Reworked CI, more flexible dependencies, Bugfixes

22 Sep 14:04
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed a bug when using php 8.2

Bugfixes

22 Sep 14:12
Compare
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
Compare
Choose a tag to compare
  • correctly passed bookmarks when using basic formatter
  • correctly fetch next results when working with fetch size