10000 expose endianness (#1452) · arangodb/docs@b3df55a · 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 b3df55a

Browse files
jsteemannSimran-B
andauthored
expose endianness (#1452)
* expose endianness * Review * Only little endian at the moment --------- Co-authored-by: Simran Spiller <simran@arangodb.com> Co-authored-by: Simran <Simran-B@users.noreply.github.com>
1 parent 225084d commit b3df55a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

3.12/release-notes-api-changes312.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ integrations for ArangoDB 3.12.
1313

1414
### Behavior changes
1515

16+
The following long-deprecated features have been removed from ArangoDB's HTTP
17+
server:
18+
19+
- Overriding the HTTP method by setting one of the HTTP headers:
20+
- `x-http-method`
21+
- `x-http-method-override`
22+
- `x-method-override`
23+
24+
This functionality posed a potential security risk and was thus removed.
25+
Previously, it was only enabled when explicitly starting the
26+
server with the `--http.allow-method-override` startup option.
27+
The functionality has now been removed and setting the startup option does
28+
nothing.
29+
30+
- Optionally hiding ArangoDB's `server` response header. This functionality
31+
could optionally be enabled by starting the server with the startup option
32+
`--http.hide-product-header`.
33+
The functionality has now been removed and setting the startup option does
34+
nothing.
35+
1636
#### Collection API
1737

1838
When creating a collection using the `POST /_api/collection` endpoint, the
@@ -28,7 +48,14 @@ versions.
2848

2949
### Endpoint return value changes
3050

51+
#### Storage engine API
52+
53+
- The storage engine API at `GET /_api/engine` does not return the attribute
54+
`dfdb` anymore.
3155

56+
- On single servers and DB-Servers, the `GET /_api/engine` endpoint now
57+
returns an `endianness` attribute. Currently, only Little Endian is supported
58+
as an architecture by ArangoDB. The value is therefore `"little"`.
3259

3360
### Endpoints added
3461

0 commit comments

Comments
 (0)
0