-
Notifications
You must be signed in to change notification settings - Fork 181
[Backport 2.9] Add release notes for 2.9 #1859
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
Conversation
Signed-off-by: Max Ksyunz <max.ksyunz@improving.com> (cherry picked from commit e186cf7)
Yury-Fridlyand
left a comment
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.
#1826 is missing
I didn't include that one because it was documenting something added in this release. It's generally expected that documentation and features are in sync. I called out doc changes when they did not relate to software change in this release. |
Codecov Report
@@ Coverage Diff @@
## 2.9 #1859 +/- ##
=========================================
Coverage 97.34% 97.34%
Complexity 4524 4524
=========================================
Files 394 394
Lines 11166 11166
Branches 810 810
=========================================
Hits 10870 10870
Misses 289 289
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
@Yury-Fridlyand please provide a suggestion of what you'd like to see in the release notes. What changes in those docs not related to 2.9 that would be relevant to a user? I skipped this PR because it is not clear from the PR description what relevant, non-2.9 changes are. |
|
|
||
| * Updated documentation of round function return type ([#1725](https://github.com/opensearch-project/sql/pull/1725)) | ||
| * Updated `protocol.rst` with new wording for error message ([#1662](https://github.com/opensearch-project/sql/pull/1662)) | ||
|
|
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.
| * Update docs to reflect recent changes. ([#1826](https://github.com/opensearch-project/sql/pull/1826) | |
| ### Infrastructure | ||
|
|
||
| * stopPrometheus task in doctest build.gradle now runs upon project failure in startOpenSearch ([#1747](https://github.com/opensearch-project/sql/pull/1747)) | ||
| * Upgrade guava to 32.0.1 |
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.
| * Upgrade guava to 32.0.1 | |
| * Bump guava version to 32.0.1 ([#1829](https://github.com/opensearch-project/sql/pull/1829)) | |
| * Bump `log4j` version ([#1848](https://github.com/opensearch-project/sql/pull/1848)) |
Yury-Fridlyand
left a comment
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.
As discussed offline, changes will be applied in another PR
Backport e186cf7 from #1857