Skip to content

Commit 60f1e79

Browse files
authored
Misc fixes 2025-06-30 (#731)
* Change link to vector docs * Unify release notes between 3.12 and 3.13
1 parent 0cbc368 commit 60f1e79

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

site/content/3.12/release-notes/version-3.12/api-changes-in-3-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ curl "http://localhost:8529/_api/index?collection=myCollection&withHidden=true"
441441
<small>Introduced in: v3.12.4</small>
442442

443443
A new `vector` index type has been added as an experimental feature.
444-
See this [blog post](https://arangodb.com/2024/11/vector-search-in-arangodb-practical-insights-and-hands-on-examples/)
444+
See [HTTP interface for vector indexes](../../develop/http-api/indexes/vector.md)
445445
for details.
446446

447447
#### Optimizer rule descriptions

site/content/3.13/release-notes/version-3.12/api-changes-in-3-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ curl "http://localhost:8529/_api/index?collection=myCollection&withHidden=true"
441441
<small>Introduced in: v3.12.4</small>
442442

443443
A new `vector` index type has been added as an experimental feature.
444-
See this [blog post](https://arangodb.com/2024/11/vector-search-in-arangodb-practical-insights-and-hands-on-examples/)
444+
See [HTTP interface for vector indexes](../../develop/http-api/indexes/vector.md)
445445
for details.
446446

447447
#### Optimizer rule descriptions

site/content/3.13/release-notes/version-3.12/whats-new-in-3-12.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,18 @@ The following startup options for cluster deployments have been added:
16881688
The delay (in seconds) before shutting down a Coordinator if no heartbeat can
16891689
be sent. Set to `0` to deactivate this shutdown.
16901690

1691+
### Limit for shard synchronization actions
1692+
1693+
<small>Introduced in: v3.11.14, v3.12.5</small>
1694+
1695+
The number of `SynchronizeShard` actions that can be scheduled internally by the
1696+
cluster maintenance has been restricted to prevent these actions from blocking
1697+
`TakeoverShardLeadership` actions with a higher priority, which could lead to
1698+
service interruption during upgrades and after failovers.
1699+
1700+
The new `--server.maximal-number-sync-shard-actions` startup option controls
1701+
how many `SynchronizeShard` actions can be queued at any given time.
1702+
16911703
## Miscellaneous changes
16921704

16931705
### V8 and ICU library upgrades

0 commit comments

Comments
 (0)