Release Date: 4 October 2018
Neo4j 3.4.8 is a maintenance release with many important improvements and fixes.

Highlights

  • Fixes an issue in IndexHits#getSingle() where it would miss an item when called after a previous call to IndexHits#hasNext().
  • Remove browser warnings when using temporal and spatial property accessors e.g. .year, .x.
  • Properly handle multiple authorization providers. Fixes an issue where if one provider failed (e.g. connection to ldap failed) the user would end up un-authorized even though another provider had succeeded.
  • Remove cursor pooling on a page cache level.
  • Upgrade the Bouncy Castle dependency to version 1.60.
  • Check recovery status of store when bootstrapping cluster

Detailed Changes and Docs

For the complete list of all changes, please see the changelog. Look for 3.4 Developer manual here, and 3.4 Operations manual here.

Upgrading

When upgrading to Neo4j 3.4 for the first time, be sure to read the current upgrade instructions in the Neo4j Operations Manual, as there are additional steps and considerations.