1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2017-03-01 13:56:42 +01:00
parent 30ebae3d06
commit 31eac710f7
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
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
* allow passing own `graphql-sync` module instance to Foxx GraphQL router