Skip to content

Releases: neo4j-php/neo4j-php-client

Bookmarks, Upgraded bolt library and minor fixes

22 Jul 08:44

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

Choose a tag to compare

Fixed bugs when working with results in neo4j 3.5

Stability improvements, JOLT, maintenance

09 Apr 13:38

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

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

Choose a tag to compare

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

Big Performance increases, new features and bugfixes

07 Mar 20:51

Choose a tag to compare

New features:

  • Added keyby, pluck and toArrayRecursive methods on sequences
  • Added DateTimeZoneId
  • Added automatic conversion Bolt Type Parameters to immediately be used in Cypher

Performance Increases:

  • The driver now understands the fetch sizes based on session configuration
  • The results of the driver are now all lazily evaluated
  • The driver now utilizes the Sockets extension if it is installed.

Bugfixes

  • Properly forwarded transaction timeout information to the server
  • Basic documentation and housekeeping bugfixes
  • Fixed a new authentication propagation bug in neo4j scheme

Bugfix Authentication

06 Feb 15:22

Choose a tag to compare

Fixed a bug in the authentication logic when working with the neo4j scheme.

Bugfix AuraDB Free

06 Feb 14:13

Choose a tag to compare

Fixed read error AuraDB Free

Bugfix auto routing SSL

26 Jan 13:15

Choose a tag to compare

Fixed bug when working with clusters with SSL and AuraDB

Portability fixes

20 Jan 16:45

Choose a tag to compare

  • Removed the usage of unnecessary keywords such as UNWIND by the driver to improve portability between neo4j instances and configurations.
  • CI Regression fixes