10BC0 arangodb release 3.12.5.4 · arangodb/arangodb@fb0728d · GitHub
[go: up one dir, main page]

Skip to content

Commit fb0728d

committed
arangodb release 3.12.5.4
1 parent 15f48f3 commit fb0728d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ARANGO-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.5.3
1+
3.12.5.4

CHANGELOG

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

99
3.12.5.3 (2025-09-09)
1010
---------------------

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ set(ARANGODB_VERSION_MINOR "12")
7474
# when building the nightly ARANGODB_VERSION_PATCH will be set
7575
if(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 "")
7979
else()
8080
unset(ARANGODB_VERSION_RELEASE_TYPE) # do not remove space

js/apps/system/_admin/aardvark/APP/api-docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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": {

0 commit comments

Comments
 (0)
0