Update deprecations and removals
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 08:05:55 +0000 (10:05 +0200)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 08:05:55 +0000 (10:05 +0200)
docs/migration/wsc55/deprecations_removals.md

index 3b25e9a98265b0292474f2b806c5f7e589249b31..b271494c4da3dd460589019ca381863f8edee789 100644 (file)
@@ -51,6 +51,7 @@ With version 5.6, we have deprecated certain components and removed several othe
 #### Classes
 
 - `wcf\system\option\DesktopNotificationApplicationSelectOptionType` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785))
+- `wcf\system\search\elasticsearch\ElasticsearchException`
 
 #### Methods
 
@@ -63,6 +64,7 @@ With version 5.6, we have deprecated certain components and removed several othe
 - `wcf\system\request\Request::getPageType()` ([WoltLab/WCF#4822](https://github.com/WoltLab/WCF/pull/4822))
 - `wcf\system\request\RouteHandler::getDefaultController()` ([WoltLab/WCF#4832](https://github.com/WoltLab/WCF/pull/4832))
 - `wcf\system\request\RouteHandler::loadDefaultControllers()` ([WoltLab/WCF#4832](https://github.com/WoltLab/WCF/pull/4832))
+- `wcf\system\search\elasticsearch\ElasticsearchHandler::query()`
 - `wcf\system\session\SessionHandler::getStyleID()` ([WoltLab/WCF#4837](https://github.com/WoltLab/WCF/pull/4837))
 - `wcf\system\session\SessionHandler::setStyleID()`([WoltLab/WCF#4837](https://github.com/WoltLab/WCF/pull/4837))
 - The `$dbNumber` parameter of `wcf\system\WCFSetup::getConflictedTables()` ([WoltLab/WCF#4791](https://github.com/WoltLab/WCF/pull/4791))
@@ -78,6 +80,11 @@ With version 5.6, we have deprecated certain components and removed several othe
 
 #### Constants
 
+- `wcf\system\search\elasticsearch\ElasticsearchHandler::DELETE`
+- `wcf\system\search\elasticsearch\ElasticsearchHandler::GET`
+- `wcf\system\search\elasticsearch\ElasticsearchHandler::POST`
+- `wcf\system\search\elasticsearch\ElasticsearchHandler::PUT`
+
 #### Options
 
 - `HTTP_SEND_X_FRAME_OPTIONS` ([WoltLab/WCF#4786](https://github.com/WoltLab/WCF/pull/4786))