Skip to content

Commit 9405237

Browse files
committed
deprecation notice
1 parent 2230af9 commit 9405237

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ server side, the following driver methods have been deprecated as well:
2121
- CollectionHandler::load()
2222
- CollectionHandler::unload()
2323

24+
It is also deprecated to create indexes of type `hash` or `skiplist` using the
25+
`CollectionHandler::createIndex()` method. Instead, the generic index type `persistent`
26+
should be used when calling this method.
27+
Please also note that the dedicated methods `CollectionHandler::createHashIndex()` and
28+
`CollectionHandler::createSkipListIndex()` for creating hash or skiplist indexes are
29+
deprecated since 3.5 already.
30+
2431
## Release notes for the ArangoDB-PHP driver 3.8.x
2532

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

0 commit comments

Comments
 (0)