-
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.
Browse files
Browse the repository at this point in the history
(cherry picked from commit a67de21) Signed-off-by: Vamsi Manohar <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
943b70e
commit 109af96
Showing
1 changed file
with
34 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,34 @@ | ||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.13.0 | ||
|
||
### Features | ||
|
||
### Enhancements | ||
* Datasource disable feature by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2539 | ||
* Handle ALTER Index Queries. by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2554 | ||
* Implement vacuum index operation by @dai-chen in https://github.com/opensearch-project/sql/pull/2557 | ||
* Stop Streaming Jobs When datasource is disabled/deleted. by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2559 | ||
|
||
### Bug Fixes | ||
* Fix issue in testSourceMetricCommandWithTimestamp integ test with different timezones and locales. by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2522 | ||
* Refactor query param by @noCharger in https://github.com/opensearch-project/sql/pull/2519 | ||
* Restrict the scope of cancel API by @penghuo in https://github.com/opensearch-project/sql/pull/2548 | ||
* Change async query default setting by @penghuo in https://github.com/opensearch-project/sql/pull/2561 | ||
* Percent encode opensearch index name by @seankao-az in https://github.com/opensearch-project/sql/pull/2564 | ||
* [Bugfix] Wrap the query with double quotes by @noCharger in https://github.com/opensearch-project/sql/pull/2565 | ||
* FlintStreamingJobCleanerTask missing event listener by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2574 | ||
|
||
### Documentation | ||
|
||
### Infrastructure | ||
* bump bwc version by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2546 | ||
* [Backport main] Add release notes for 1.3.15 by @opensearch-trigger-bot in https://github.com/opensearch-project/sql/pull/2538 | ||
* Upgrade opensearch-spark jars to 0.3.0 by @noCharger in https://github.com/opensearch-project/sql/pull/2568 | ||
|
||
### Refactoring | ||
* Change emr job names based on the query type by @vamsi-amazon in https://github.com/opensearch-project/sql/pull/2543 | ||
|
||
### Security | ||
* bump ipaddress to 5.4.2 by @joshuali925 in https://github.com/opensearch-project/sql/pull/2544 | ||
|
||
--- | ||
**Full Changelog**: https://github.com/opensearch-project/sql/compare/2.12.0.0...2.13.0.0 |