From 940523702c96e23b07e2281d8af2fc6b45e9e1db Mon Sep 17 00:00:00 2001 From: jsteemann Date: Thu, 3 Feb 2022 10:42:02 +0100 Subject: [PATCH] deprecation notice --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d47c7ab..5a0bd228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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