From d43c2187b6c3d21001cc48929defd6f3b645987e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Mar 2024 15:54:56 +0000 Subject: [PATCH] Added release notes for 2.13.0.0 (#2578) Signed-off-by: Vamsi Manohar (cherry picked from commit a67de21c66bd4db301262461ec3fae152c31ebb1) Signed-off-by: github-actions[bot] --- .../opensearch-sql.release-notes-2.13.0.0.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 release-notes/opensearch-sql.release-notes-2.13.0.0.md diff --git a/release-notes/opensearch-sql.release-notes-2.13.0.0.md b/release-notes/opensearch-sql.release-notes-2.13.0.0.md new file mode 100644 index 0000000000..53744ab776 --- /dev/null +++ b/release-notes/opensearch-sql.release-notes-2.13.0.0.md @@ -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 \ No newline at end of file