Release Date: 13 June 2022
Neo4j 4.4.8 is a maintenance release with many important improvements and fixes.Kernel
Fixes a bug in import to
high_limit
format where an interrupted import could fail on being resumed withIllegal secondary record reference
Cypher
Aliases for Remote Database
Fix potential
Expected as string value 'substring', but got NO_VALUE'
error when the output of
reduce
is used as input to another function.Github issue: neo4j/neo4j#12887, fix an issue with
ltrim
,rtrim
, andtrim
.Fixes authorization bug when connecting to a local database alias using the drivers when fabric is enabled
Fixed
Comparison method violates its general contract
error during planning.FOREACH should coerce single item to a list at runtime
Fixed rare bug where self reference in equality (´WHERE n:L AND n.p = (n.p = n.p)´) caused stackoverflow error.
Causal Clustering
Fix bug where prefetching log entries could get stuck, unable to read new entries from the log.
Browser
Fix bug causing autocomplete to no longer work
Misc
Fixed security issue with the HTTP Transactional API.
Changelog and Documentation
4.4 Changelog.4.4 Operations manual.