mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
c12df38eb2
commit
32ef9c8ccb
|
@ -1,6 +1,9 @@
|
|||
v2.2.0 (XXXX-XX-XX)
|
||||
-------------------
|
||||
|
||||
* added `insert` method as an alias for `save`. Documents can now be inserted into
|
||||
a collection using either method
|
||||
|
||||
* added support for data-modification AQL queries
|
||||
|
||||
* added AQL keywords `INSERT`, `UPDATE`, `REPLACE` and `REMOVE` (and `WITH`) to
|
||||
|
|
|
@ -23,6 +23,7 @@ migrations will also be detailed here.
|
|||
* Traversal: The usage of the traversal datasource `collectionDatasourceFactory` is no longer suggested, it will be deprecated in the next version. Please use `generalGraphDatasourceFactory` instead.
|
||||
* Http: The api `_api/graph` is no longer suggested, it will be deprecated in the next version. Please use the general graph api `_api/gharial` instead.
|
||||
* Http: In `POST _api/traversal` the usage of the body parameter `edgeCollection` is no longer suggested, it will be deprecated in the next version. Please use `graphName` instead.
|
||||
* MRuby: The MRuby server integration for arangod has been removed and can no longer be used.
|
||||
|
||||
## 2.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue