Skip to content

Releases: neo4j-php/neo4j-php-client

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

Big performance and HA upgrade

21 Nov 08:06
Compare
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

Bookmarks, Upgraded bolt library and minor fixes

22 Jul 08:44
Compare
Choose a tag to compare
  • Bookmarks are now automatically handled by the Session class
  • The Bolt library has been updated to the latest version, which includes major memory performance increases
  • Some basic bugfixes to make tests work more consistently between different environments

Bugfixes Neo4j 3.5

09 Apr 17:06
Compare
Choose a tag to compare

Fixed bugs when working with results in neo4j 3.5

Stability improvements, JOLT, maintenance

09 Apr 13:38
Compare
Choose a tag to compare
  • Added full JOLT support
  • Fixed bug when trying to dump an unconsumed result
  • Improved stability and connection management by maintaining neo4j server state in connection
  • Improved exception handling
  • Small bug fixes and code maintenance improvements

Bugfix for Neo4j 3.5 and HTTP JOLT

09 Apr 12:21
Compare
Choose a tag to compare
  • Added HTTP Jolt protocol for OGM improvements in Neo4j
  • Fixed bug in neo4j 3.5 result set

Bugfix for Neo4J 3.5

09 Mar 22:38
Compare
Choose a tag to compare

Fixed a regression when working with Neo4J 3.5 to enforce proper result consumption