about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-05 00:21:21 +0100
committerGitHub <noreply@github.com>2024-02-05 00:21:21 +0100
commite2fb30fabcf3c999679c74bdacc0854c5818875c (patch)
tree0f24c3e8a531ff3cba735ba3314fac282b288de6 /nixos/doc/manual/release-notes
parent20890bc10f458e77520afb0cd2a875b5bc5768e2 (diff)
parent5f6b7a35d636a4f89f0f7d913d3df9522541d23b (diff)
downloadnixlib-e2fb30fabcf3c999679c74bdacc0854c5818875c.tar
nixlib-e2fb30fabcf3c999679c74bdacc0854c5818875c.tar.gz
nixlib-e2fb30fabcf3c999679c74bdacc0854c5818875c.tar.bz2
nixlib-e2fb30fabcf3c999679c74bdacc0854c5818875c.tar.lz
nixlib-e2fb30fabcf3c999679c74bdacc0854c5818875c.tar.xz
nixlib-e2fb30fabcf3c999679c74bdacc0854c5818875c.tar.zst
nixlib-e2fb30fabcf3c999679c74bdacc0854c5818875c.zip
Merge pull request #239785 from milibopp/neo4j-5.9.0
neo4j: 4.4.11 -> 5.9.0
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 06c3e1949b70..2ecbd894216d 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -93,6 +93,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `idris2` was updated to v0.7.0. This version introduces breaking changes. Check out the [changelog](https://github.com/idris-lang/Idris2/blob/v0.7.0/CHANGELOG.md#v070) for details.
 
+- `neo4j` has been updated to 5, you may want to read the [release notes for Neo4j 5](https://neo4j.com/release-notes/database/neo4j-5/)
+
+- `services.neo4j.allowUpgrade` was removed and no longer has any effect. Neo4j 5 supports automatic rolling upgrades.
+
 - `nitter` requires a `guest_accounts.jsonl` to be provided as a path or loaded into the default location at `/var/lib/nitter/guest_accounts.jsonl`. See [Guest Account Branch Deployment](https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment) for details.
 
 - `services.aria2.rpcSecret` has been replaced with `services.aria2.rpcSecretFile`.