-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: penghuo <penghuo@gmail.com>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
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,24 @@ | ||
### Version 2.3.0.0 Release Notes | ||
|
||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.3.0 | ||
|
||
### Features | ||
* Add maketime and makedate datetime functions ([#755](https://github.com/opensearch-project/sql/pull/755)) | ||
|
||
### Enhancements | ||
* Refactor implementation of relevance queries ([#746](https://github.com/opensearch-project/sql/pull/746)) | ||
* Extend query size limit using scroll ([#716](https://github.com/opensearch-project/sql/pull/716)) | ||
* Add any case of arguments in relevancy based functions to be allowed ([#744](https://github.com/opensearch-project/sql/pull/744)) | ||
|
||
### Bug Fixes | ||
* Fix unit test in PowerBI connector ([#800](https://github.com/opensearch-project/sql/pull/800)) | ||
|
||
### Infrastructure | ||
* Schedule request in worker thread ([#748](https://github.com/opensearch-project/sql/pull/748)) | ||
* Deprecated ClusterService and Using NodeClient to fetch metadata ([#774](https://github.com/opensearch-project/sql/pull/774)) | ||
* Change master node timeout to new API ([#793](https://github.com/opensearch-project/sql/pull/793)) | ||
|
||
### Documentation | ||
* Adding documentation about double quote implementation ([#723](https://github.com/opensearch-project/sql/pull/723)) | ||
* Add PPL security setting documentation ([#777](https://github.com/opensearch-project/sql/pull/777)) | ||
* Update PPL docs link for workbench ([#758](https://github.com/opensearch-project/sql/pull/758)) |