8000 arangodb release 3.12.4.2 · arangodb/arangodb@3e14777 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e14777

Browse files
committed
arangodb release 3.12.4.2
1 parent 7423162 commit 3e14777

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

ARANGO-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.4.1
1+
3.12.4.2

CHANGELOG

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
3.12.4.2 (2025-04-09)
22
---------------------
33

4-
* Fix BTS-2119: The optimization rule `async-prefetch` could cause
5-
crashes when a query aborts early, e.g. due to a runtime error,
6-
the query being killed, or the memory limit being reached.
4+
* Fix BTS-2119: The optimization rule `async-prefetch` could cause crashes when
5+
a query aborts early, e.g. due to a runtime error, the query being killed, or
6+
the memory limit being reached.
7+
78

89
3.12.4.1 (2025-02-19)
910
---------------------

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 "4")
77-
set(ARANGODB_VERSION_RELEASE_TYPE "1")
77+
set(ARANGODB_VERSION_RELEASE_TYPE "2")
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
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "ArangoDB REST API Interface",
44
"title": "ArangoDB",
5-
"version": "3.12.4-1"
5+
"version": "3.12.4-2"
66
},
77
"openapi": "3.1.0",
88
"paths": {

0 commit comments

Comments
 (0)
0