-
Notifications
You must be signed in to change notification settings - Fork 141
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
[Backport 2.x] Add release notes for 2.9 #1858
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,44 @@ | ||||||||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.9.0 | ||||||||
|
||||||||
### Features | ||||||||
|
||||||||
* Enable Table Function and PromQL function ([#1719](https://github.com/opensearch-project/sql/pull/1719)) | ||||||||
* Add spark connector ([#1780](https://github.com/opensearch-project/sql/pull/1780)) | ||||||||
|
||||||||
### Enhancements | ||||||||
|
||||||||
* Pagination: Support WHERE clause, column list in SELECT clause and for functions and expressions in the query ([#1500](https://github.com/opensearch-project/sql/pull/1500)) | ||||||||
* Pagination: Support ORDER BY clauses and queries without FROM clause ([#1599](https://github.com/opensearch-project/sql/pull/1599)) | ||||||||
* Remove backticks on by field in stats ([#1728](https://github.com/opensearch-project/sql/pull/1728)) | ||||||||
* Support Array and ExprValue Parsing With Inner Hits ([#1737](https://github.com/opensearch-project/sql/pull/1737)) | ||||||||
* Add Support for Nested Function in Order By Clause ([#1789](https://github.com/opensearch-project/sql/pull/1789)) | ||||||||
* Add Support for Field Star in Nested Function ([#1773](https://github.com/opensearch-project/sql/pull/1773)) | ||||||||
* Guarantee datasource read api is strong consistent read (compatibility with segment replication) ([#1815](https://github.com/opensearch-project/sql/pull/1815)) | ||||||||
* Added new datetime functions and aliases to PPL ([#1807](https://github.com/opensearch-project/sql/pull/1807)) | ||||||||
* Support user-defined and incomplete date formats ([#1821](https://github.com/opensearch-project/sql/pull/1821)) | ||||||||
* Add _routing to SQL includes list ([#1771](https://github.com/opensearch-project/sql/pull/1771)) | ||||||||
* Disable read of plugins.query.datasources.encryption.masterkey from cluster settings GET API ([#1825](https://github.com/opensearch-project/sql/pull/1825)) | ||||||||
* Add EMR client to spark connector ([#1790](https://github.com/opensearch-project/sql/pull/1790)) | ||||||||
* Improved error codes in case of data sourcde API security exception ([#1753](https://github.com/opensearch-project/sql/pull/1753)) | ||||||||
* Remove Default master encryption key from settings ([#1851](https://github.com/opensearch-project/sql/pull/1851)) | ||||||||
|
||||||||
### Bug Fixes | ||||||||
|
||||||||
* Fixed bug of byte/short not handling 0 denominator in divide/modulus equations ([#1716](https://github.com/opensearch-project/sql/pull/1716)) | ||||||||
* Fix CSV/RAW output header being application/json rather than plain/text ([#1779](https://github.com/opensearch-project/sql/pull/1779)) | ||||||||
|
||||||||
### Documentation | ||||||||
|
||||||||
* 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)) | ||||||||
|
||||||||
### 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
* Disable CrossClusterSearchIT test ([#1814](https://github.com/opensearch-project/sql/pull/1814)) | ||||||||
* fix flakytest when tests.locale=tr ([#1827](https://github.com/opensearch-project/sql/pull/1827)) | ||||||||
|
||||||||
### Refactoring | ||||||||
|
||||||||
* Simplify OpenSearchIndexScanBuilder ([#1738](https://github.com/opensearch-project/sql/pull/1738)) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.