File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
js/apps/system/_admin/aardvark/APP Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- 3.12.5.3
1+ 3.12.5.4
Original file line number Diff line number Diff line change 1-
2- 3.12.5.4 (2025-09-19)
1+ 3.12.5.4 (2025-09-22)
32---------------------
43
54* Fix ES-2678: In the upgrade scenario, we disable the ClusterFeature.
6- We should therefore check before accessing clusterInfo() whether we're
7- in an upgrade scenario. Added those checks in iresearch.
5+ We should therefore check before accessing clusterInfo() whether we are in an
6+ upgrade scenario. Added those checks in iresearch.
7+
88
993.12.5.3 (2025-09-09)
1010---------------------
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ set(ARANGODB_VERSION_MINOR "12")
7474# when building the nightly ARANGODB_VERSION_PATCH will be set
7575if (NOT DEFINED ARANGODB_VERSION_PATCH)
7676 set (ARANGODB_VERSION_PATCH "5" )
77- set (ARANGODB_VERSION_RELEASE_TYPE "3 " )
77+ set (ARANGODB_VERSION_RELEASE_TYPE "4 " )
7878 set (ARANGODB_VERSION_RELEASE_NUMBER "" )
7979else ()
8080 unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space
Original file line number Diff line number Diff line change 1414 },
1515 "summary": "The RESTful HTTP API of the ArangoDB Core Database System",
1616 "title": "ArangoDB Core API",
17- "version": "3.12.5-3 "
17+ "version": "3.12.5-4 "
1818 },
1919 "openapi": "3.1.0",
2020 "paths": {
You can’t perform that action at this time.
0 commit comments