Skip to content

Commit

Permalink
deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteemann committed Feb 3, 2022
1 parent 2230af9 commit 9405237
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ server side, the following driver methods have been deprecated as well:
- CollectionHandler::load()
- CollectionHandler::unload()

It is also deprecated to create indexes of type `hash` or `skiplist` using the
`CollectionHandler::createIndex()` method. Instead, the generic index type `persistent`
should be used when calling this method.
Please also note that the dedicated methods `CollectionHandler::createHashIndex()` and
`CollectionHandler::createSkipListIndex()` for creating hash or skiplist indexes are
deprecated since 3.5 already.

## Release notes for the ArangoDB-PHP driver 3.8.x

OPTION_TIMEOUT of the Connection class is now superseded by the more specialized options
Expand Down

0 comments on commit 9405237

Please sign in to comment.