-
Notifications
You must be signed in to change notification settings - Fork 191
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
Finalize 2.8.2 release #840
Conversation
@@ -63,10 +83,27 @@ This section is for maintaining a changelog for all breaking changes for the cli | |||
### Fixed | |||
- Fix partial success results for msearch_template ([#709](https://github.com/opensearch-project/opensearch-java/pull/709)) | |||
- Fix deserialization of node stats response ([#745](https://github.com/opensearch-project/opensearch-java/pull/745)) | |||
- Fix PutIndexTemplateRequest field deserialization ([#765](https://github.com/opensearch-project/opensearch-java/pull/765)) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 37 and Line 38 also got released in 2.8.2. They might have been incorrectly added to Unreleased 3.0 section. Can you please add them here?
### Removed | ||
|
||
### Fixed | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 36 and Line 39 also belong here and not in the Unreleased 3.0 section. Can we make that change?
Also, PR from line 36 is not backported to 2.x, I will do that backport.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, PR from line 36 is not backported to 2.x, I will do that backport.
@VachaShah I moved it to [Unreleased 2.x] since 2.8.2 is already shipped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @reta!
Signed-off-by: Andriy Redko <[email protected]>
d7c3523
to
b451a3c
Compare
Description
Finalize 2.8.2 release
Issues Resolved
Part of #834
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.