Release Date: 21 January 2019
Neo4j 3.5.2 is a maintenance release with many important improvements and fixes.

Highlights

  • Restore possibility to use BranchedStoreBean, thus allowing :sysinfo via the browser to work for HA implementations
  • Fixes a race updating the label index, where e.g. a node CREATE followed by DELETE could be reordered into DELETE followed by CREATE, and vice versa
  • Keep bolt connections alive in web workers
  • When ordering both by aliased (var01) and unaliased (p.name)columns, we would possibly swap them. This is now fixed.
  • Obsfucate LDAP system password in debug log
  • Close all index readers opened during lockingNodeUniqueIndexSeek

Detailed Changes and Docs

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

Upgrading

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