From 8608f1730410abf506c53c8a4bf6fc7691a61656 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Mar 2023 16:41:51 +0000 Subject: [PATCH] Myupdates (#3573) Signed-off-by: Heather Halter (cherry picked from commit 0d06d135615d6dcaa8022c0251159c85ad40b2a8) Signed-off-by: github-actions[bot] --- breaking-changes.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/breaking-changes.md b/breaking-changes.md index 4b182864f2e..4f373b137cb 100644 --- a/breaking-changes.md +++ b/breaking-changes.md @@ -12,16 +12,13 @@ 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: - -- "Whitelist" is now "Allow list" -- "Blacklist" is now "Deny list" -- "Master" is now "Cluster Manager" - -If you are still using the outdated terms in the context of the security APIs or for node management, your calls and automation will continue to work until the terms are removed later in 2022. +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" ### Add OpenSearch Notifications plugins