Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Incorrect heading of breaking changes in 2.1.0 release notes #3817

Merged
merged 3 commits into from
Jul 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 10 additions & 30 deletions release-notes/opensearch.release-notes-2.1.0.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
## 2022-07-07 Version 2.1.0 Release Notes


### Breaking Changes in 2.1.0

#### Remove Mapping types

* [Type removal] Remove type from BulkRequestParser (#3423) ([#3431](https:/opensearch-project/opensearch/pull/3431))
* [Type removal] _type removal from tests of yaml tests (#3406) ([#3414](https:/opensearch-project/opensearch/pull/3414)
* [Backport 2.x] Add type mapping removal bwc tests for indexing, searching, snapshots ([#2921](https:/opensearch-project/opensearch/pull/2921))

#### Upgrades

* Lock 2.1 release to Lucene 9.2.0. ([#3676](https:/opensearch-project/opensearch/pull/3676))


#### Deprecations

* [2.x] Deprecate public methods and variables with master term in package 'org.opensearch.action.support.master' (#3617) ([#3643](https:/opensearch-project/opensearch/pull/3643))
* Deprecate classes in org.opensearch.action.support.master (#3593) ([#3609](https:/opensearch-project/opensearch/pull/3609))

### Security Fixes

* [Dependency upgrade] google-oauth-client to 1.33.3 (#3500) ([#3501](https:/opensearch-project/opensearch/pull/3501))

### Features/Enhancements

* Rename package 'o.o.action.support.master' to 'o.o.action.support.clustermanager' (#3556) ([#3597](https:/opensearch-project/opensearch/pull/3597))
Expand Down Expand Up @@ -51,6 +28,13 @@
* [Backport 2.x] Add request parameter 'cluster_manager_timeout' as the alternative for 'master_timeout', and deprecate 'master_timeout' - in CAT APIs ([#2716](https:/opensearch-project/opensearch/pull/2716))
* Enable merge on refresh and merge on commit on Opensearch (#2535) ([#2600](https:/opensearch-project/opensearch/pull/2600))
* Concurrent Searching (Experimental) (#1500) ([#2584](https:/opensearch-project/opensearch/pull/2584))
* [Type removal] Remove type from BulkRequestParser (#3423) ([#3431](https:/opensearch-project/opensearch/pull/3431))
* [Type removal] _type removal from tests of yaml tests (#3406) ([#3414](https:/opensearch-project/opensearch/pull/3414))
* [2.x] Deprecate public methods and variables with master term in package 'org.opensearch.action.support.master' (#3617) ([#3643](https:/opensearch-project/opensearch/pull/3643))
* Deprecate classes in org.opensearch.action.support.master (#3593) ([#3609](https:/opensearch-project/opensearch/pull/3609))
* [TEST] Add back necessary tests for deprecated settings that are replaced during applying inclusive naming (#2825) ([#3353](https:/opensearch-project/opensearch/pull/3353))
* Support use of IRSA for repository-s3 plugin credentials: added YAML Rest test case (#3499) ([#3520](https:/opensearch-project/opensearch/pull/3520))
* [Backport 2.x] Add type mapping removal bwc tests for indexing, searching, snapshots ([#2921](https:/opensearch-project/opensearch/pull/2921))


### Bug Fixes
Expand All @@ -67,11 +51,10 @@
* Removing unused method from TransportSearchAction (#3437) ([#3445](https:/opensearch-project/opensearch/pull/3445))
* Fix Lucene-snapshots repo for jdk 17. (#3396) ([#3404](https:/opensearch-project/opensearch/pull/3404))
* Temporary adding Apache Lucene repositories for snapshots (#3042) ([#3047](https:/opensearch-project/opensearch/pull/3047))
* [Remove] MainResponse version override cluster setting (#3031) ([#3032](https:/opensearch-project/opensearch/pull/3032))
Copy link
Member

@dreamer-89 dreamer-89 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comparing to previous minor relesae (2.0) this change was missing and added back in patch 2.0.1. So, if we are basing changes on 2.0, we should include it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3530 is missing here then that reverts this removal.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As @mch2 mentioned #3530 reverts this change. Discussed offline with @mch2 decided to leave out this commit

* Excluding system indices from max shard limit validator (#2894) ([#2911](https:/opensearch-project/opensearch/pull/2911))
* [Backport] [2.x] Bugfix to guard against stack overflow errors caused by very large reg-ex input ([#2817](https:/opensearch-project/opensearch/pull/2817))

### Build & Infrastructure
### Infrastructure

* Move gradle-check code to its own scripts and upload codecov (#3742) ([#3747](https:/opensearch-project/opensearch/pull/3747))
* Optimize Gradle builds by enabling local build caching (#3718) ([#3737](https:/opensearch-project/opensearch/pull/3737))
Expand Down Expand Up @@ -125,16 +108,13 @@
* Bump proto-google-common-protos from 1.16.0 to 2.8.0 in /plugins/repository-gcs (#2738) ([#2743](https:/opensearch-project/opensearch/pull/2743))
* Update to Gradle 7.4.2 (#2688) ([#2692](https:/opensearch-project/opensearch/pull/2692))
* Update Gradle to 7.4.1 (#2078) ([#2645](https:/opensearch-project/opensearch/pull/2645))
* Lock 2.1 release to Lucene 9.2.0. ([#3676](https:/opensearch-project/opensearch/pull/3676))
* [Dependency upgrade] google-oauth-client to 1.33.3 (#3500) ([#3501](https:/opensearch-project/opensearch/pull/3501))

### Refactoring

* [Refactor] XContentType to parse Accept or Content-Type headers (#3077) ([#3103](https:/opensearch-project/opensearch/pull/3103))
* Remove usages of MultiTermQuery.setRewriteMethodsetRewriteMethod (#2997) ([#3017](https:/opensearch-project/opensearch/pull/3017))
* Refactoring GatedAutoCloseable and moving RecoveryState.Timer (#2965) ([#3014](https:/opensearch-project/opensearch/pull/3014))

### Tests

* Fixing flakiness of ShuffleForcedMergePolicyTests (#3591) ([#3592](https:/opensearch-project/opensearch/pull/3592))
* Support use of IRSA for repository-s3 plugin credentials: added YAML Rest test case (#3499) ([#3520](https:/opensearch-project/opensearch/pull/3520))
* Fix testSetAdditionalRolesCanAddDeprecatedMasterRole() by removing the initial assertion (#3441) ([#3443](https:/opensearch-project/opensearch/pull/3443))
* [TEST] Add back necessary tests for deprecated settings that are replaced during applying inclusive naming (#2825) ([#3353](https:/opensearch-project/opensearch/pull/3353))