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