mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
30ebae3d06
commit
31eac710f7
|
@ -1,6 +1,13 @@
|
||||||
devel
|
devel
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
* always validate incoming JSON HTTP requests for duplicate attribute names
|
||||||
|
|
||||||
|
Incoming JSON data with duplicate attribute names will now be rejected as
|
||||||
|
invalid. Previous versions of ArangoDB only validated the uniqueness of
|
||||||
|
attribute names inside incoming JSON for some API endpoints, but not
|
||||||
|
consistently for all APIs.
|
||||||
|
|
||||||
* don't let read-only transactions block the WAL collector
|
* don't let read-only transactions block the WAL collector
|
||||||
|
|
||||||
* allow passing own `graphql-sync` module instance to Foxx GraphQL router
|
* allow passing own `graphql-sync` module instance to Foxx GraphQL router
|
||||||
|
|
Loading…
Reference in New Issue