8000 Update arangosync to v2.15.0 · arangodb/arangodb@050262c · GitHub
[go: up one dir, main page]

Skip to content

Commit 050262c

Browse files
committed
Update arangosync to v2.15.0
1 parent b5a5a51 commit 050262c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.8.9 (XXXX-XX-XX)
22
-------------------
33

4+
* Updated arangosync to v2.15.0.
5+
46
* Fixed a bug in the API used by `arangorestore`: On restore, a new _rev value
57
is generated for each imported document to avoid clashes with previously
68
present data. This must be created on the shard leader rather than the
@@ -23,8 +25,6 @@ v3.8.9 (XXXX-XX-XX)
2325
in a single shard mode. For this not to happen, the verification of the
2426
parameter being true as a condition to run optimizations was removed.
2527

26-
* Updated arangosync to v2.14.0.
27-
2828
* ES-1396: under some rare circumstances it was possible that background index
2929
creation missed some documents in case the documents were inserted after
3030
background index creation started and the corresponding WAL files with the

VERSIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CXX_STANDARD "17"
22
STARTER_REV "0.15.7"
3-
SYNCER_REV "v2.14.0"
3+
SYNCER_REV "v2.15.0"
44
GCC_LINUX "9.3.0-r2"
55
MSVC_WINDOWS "2019"
66
LLVM_CLANG_MACOS "12"

0 commit comments

Comments
 (0)
0