Skip to content
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] Update opensearch-sql.release-notes-2.13.0.0.md to conform with OpenSearch guidelines #2613

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 16 additions & 25 deletions release-notes/opensearch-sql.release-notes-2.13.0.0.md
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))
Loading