From c8e296e56bcddaf7e682298b5ff372699f97acab Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Thu, 23 Mar 2023 12:15:59 -0700 Subject: [PATCH] Update to Breaking changes file (#3550) * fixtobreaking2 Signed-off-by: Heather Halter * fixpassivevoice Signed-off-by: Heather Halter --------- Signed-off-by: Heather Halter --- breaking-changes.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/breaking-changes.md b/breaking-changes.md index 960aee1e56..93ab061a89 100644 --- a/breaking-changes.md +++ b/breaking-changes.md @@ -12,17 +12,14 @@ permalink: /breaking-changes/ The `type` parameter has been removed from all OpenSearch API endpoints. Instead, indexes can be categorized by document type. For more details, see issue [#1940](https://github.com/opensearch-project/opensearch/issues/1940). -### Deprecate outdated nomenclature +### Deprecate non-inclusive terms -In order for OpenSearch to include more inclusive naming conventions, we've replaced the following terms in our code with more inclusive terms: +Non-inclusive terms are deprecated in version 2.x and will be permanently removed in OpenSearch 3.0. We are using the following replacements: - "Whitelist" is now "Allow list" - "Blacklist" is now "Deny list" - "Master" is now "Cluster Manager" -If you are using any outdated terms in the context of the security APIs or for node management, your calls and automation will continue to work in all 2.x releases. However, support for the outdated terms will be removed in 3.0 -- which will be a breaking change -- so plan accordingly. -{: .warning} - ### Add OpenSearch Notifications plugins In OpenSearch 2.0, the Alerting plugin is now integrated with new plugins for Notifications. If you want to continue to use the notification action in the Alerting plugin, install the new backend plugins `notifications-core` and `notifications`. If you want to manage notifications in OpenSearch Dashboards, use the new `notificationsDashboards` plugin. For more information, see [Questions about destinations]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors#questions-about-destinations) on the Monitors page.