-
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 2649200) Signed-off-by: Rupal Mahajan <[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
89647c1
commit feb367d
Showing
1 changed file
with
16 additions
and
25 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 |
---|---|---|
@@ -1,34 +1,25 @@ | ||
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 | ||
* Datasource disable feature ([#2539](https://github.com/opensearch-project/sql/pull/2539)) | ||
* Handle ALTER Index Queries ([#2554](https://github.com/opensearch-project/sql/pull/2554)) | ||
* Implement vacuum index operation ([#2557](https://github.com/opensearch-project/sql/pull/2557)) | ||
* Stop Streaming Jobs When datasource is disabled/deleted ([#2559](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 | ||
* Fix issue in testSourceMetricCommandWithTimestamp integ test with different timezones and locales ([#2522](https://github.com/opensearch-project/sql/pull/2522)) | ||
* Refactor query param ([#2519](https://github.com/opensearch-project/sql/pull/2519)) | ||
* bump ipaddress to 5.4.2 ([#2544](https://github.com/opensearch-project/sql/pull/2544)) | ||
* Restrict the scope of cancel API ([#2548](https://github.com/opensearch-project/sql/pull/2548)) | ||
* Change async query default setting ([#2561](https://github.com/opensearch-project/sql/pull/2561)) | ||
* Percent encode opensearch index name ([#2564](https://github.com/opensearch-project/sql/pull/2564)) | ||
* [Bugfix] Wrap the query with double quotes ([#2565](https://github.com/opensearch-project/sql/pull/2565)) | ||
* FlintStreamingJobCleanerTask missing event listener ([#2574](https://github.com/opensearch-project/sql/pull/2574)) | ||
|
||
### 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 | ||
* bump bwc version ([#2546](https://github.com/opensearch-project/sql/pull/2546)) | ||
* [Backport main] Add release notes for 1.3.15 ([#2538](https://github.com/opensearch-project/sql/pull/2538)) | ||
* Upgrade opensearch-spark jars to 0.3.0 ([#2568](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 | ||
* Change emr job names based on the query type ([#2543](https://github.com/opensearch-project/sql/pull/2543)) |