8000 docs PR for https://github.com/arangodb/arangodb/pull/14425 · arangodb/docs@0ac2c37 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 0ac2c37

Browse files
committed
1 parent af48763 commit 0ac2c37

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

3.9/release-notes-api-changes39.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ integrations for ArangoDB 3.9.
2323

2424
### Endpoints removed
2525

26+
#### Export API
27+
2628
The REST API endpoint `/_api/export` has been removed in ArangoDB 3.9.
2729
This endpoint was previously only present in single server, but never
2830
supported in cluster deployments.
@@ -44,4 +46,22 @@ in ArangoDB 3.8 and is now removed. If the functionality is still required
4446
by client applications, running a streaming AQL query can be used as a
4547
substitution.
4648

49+
#### Redirects
50+
51+
Since ArangoDB 3.7 some cluster APIs were made available under diffrent
52+
paths. The old paths were left in place and simply redirected to the new
53+
address. These redirects have now been removed in ArangoDB 3.9.
54+
55+
The following list shows the old, now dysfunctional paths and their
56+
replacements:
57+
58+
- `/_admin/clusterNodeVersion`: replaced by `/_admin/cluster/nodeVersion`
59+
- `/_admin/clusterNodeEngine`: replaced by `/_admin/cluster/nodeEngine`
60+
- `/_admin/clusterNodeStats`: replaced by `/_admin/cluster/nodeStatistics`
61+
- `/_admin/clusterStatistics`: replaced by `/_admin/cluster/statistics`
62+
63+
Using the replacements will work from ArangoDB 3.7 onwards already, so
64+
any client applications that still call the old addresses can be adjusted
65+
to call the new addresses from 3.7 onwards.
66+
4767
## JavaScript API

0 commit comments

Comments
 (0)
0