Release Date: 28 April 2023
Neo4j 4.4.20 is a maintenance release with many important improvements and fixes.

Kernel

  • Upgraded Jettison version to 1.5.4 to fix CVE-2023-1436
  • Fix a bug where some data would be lost from index during a full online backup. The data would still be present in the store, but index would be inconsistent. Affected index types are FULLTEXT or TEXT and the data would only be lost on the backup client, the server would still have the correct data.

Cypher

  • Using map projections, e.g, RETURN n{.p1, p2: 2}, on composite databases could lead to wrong results.
  • fix bug when reusing variable names in merge clauses with multiple relationships

Browser

  • Add codes to frame notifications
  • Add :debug-connectivity frame to help debugging bolt connections
  • fix bug where plan view downloads got very low resolution
  • Align text table display of nodes with cypher shell

Docker

  • Add docker healthcheck

4.4 Changelog 4.4 Operations manual