Release Date: 24 February 2023
Neo4j 4.4.18 is a maintenance release with many important improvements and fixes.Cypher
- Fix bug where planning of
IN
predicates with empty lists (e.g.5 IN []
) would throw exception.
Docker
- Invalid NEO4J_PLUGINS values now produces a helpful error message.
For example:NEO4J_PLUGINS='["gds"]'
will now return:
"gds" is not a known Neo4j plugin. Options are: apoc apoc-core bloom graph-algorithms graph-data-science graphql n10s streams
- Docker now allows users to accept an evaluation license if they do not have a commercial license.
Misc
- Fixes an issue where returning empty maps throws an error on composite databases. Fixes github issue https://github.com/neo4j/neo4j/issues/13028
4.4 Operations manual