From e923d490da24f83a655405c1b31b024b92aa7358 Mon Sep 17 00:00:00 2001 From: Chen Dai Date: Fri, 25 Oct 2024 14:06:26 -0700 Subject: [PATCH 1/2] Add release notes for 2.18 Signed-off-by: Chen Dai --- .../opensearch-sql.release-notes-2.18.0.0.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 release-notes/opensearch-sql.release-notes-2.18.0.0.md diff --git a/release-notes/opensearch-sql.release-notes-2.18.0.0.md b/release-notes/opensearch-sql.release-notes-2.18.0.0.md new file mode 100644 index 0000000000..27ec55d6ab --- /dev/null +++ b/release-notes/opensearch-sql.release-notes-2.18.0.0.md @@ -0,0 +1,20 @@ +Compatible with OpenSearch and OpenSearch Dashboards Version 2.18.0 + +### Features + +* [Backport 2.18] [Manual Backport] Backport #2981 to 2.x ([#3111](https://github.com/opensearch-project/sql/pull/3111)) + +### Bug Fixes + +* [Backport 2.18] Improve error handling for some more edge cases ([#3112](https://github.com/opensearch-project/sql/pull/3112)) +* [Backport 2.18] [Backport 2.x] Resolve Alias Issues in Legacy SQL with Filters ([#3109](https://github.com/opensearch-project/sql/pull/3109)) +* [Backport 2.18] [Backport 2.x] Bug Fixes for minor issues with SQL PIT refactor ([#3108](https://github.com/opensearch-project/sql/pull/3108)) +* [Backport 2.18] Correct regular expression range ([#3107](https://github.com/opensearch-project/sql/pull/3107)) +* [Backport 2.18] SQL pagination should work with the `pretty` parameter ([#3106](https://github.com/opensearch-project/sql/pull/3106)) +* [Backport 2.x] Improve error handling for malformed query cursors ([#3084](https://github.com/opensearch-project/sql/pull/3084)) +* [Backport 2.x] Remove scheduler index from SystemIndexDescriptor ([#3097](https://github.com/opensearch-project/sql/pull/3097)) + +### Maintenance + +* [Backport 2.x] bump commons-io to 2.14.0 ([#3091](https://github.com/opensearch-project/sql/pull/3091)) +* Fix tests on 2.18 ([#3113](https://github.com/opensearch-project/sql/pull/3113)) From fdb0a0abf84ee19b8a0e2e0c76def5f267852113 Mon Sep 17 00:00:00 2001 From: Chen Dai Date: Fri, 25 Oct 2024 14:46:58 -0700 Subject: [PATCH 2/2] Remove all backport labels Signed-off-by: Chen Dai --- .../opensearch-sql.release-notes-2.18.0.0.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/release-notes/opensearch-sql.release-notes-2.18.0.0.md b/release-notes/opensearch-sql.release-notes-2.18.0.0.md index 27ec55d6ab..1acd0c7d21 100644 --- a/release-notes/opensearch-sql.release-notes-2.18.0.0.md +++ b/release-notes/opensearch-sql.release-notes-2.18.0.0.md @@ -2,19 +2,19 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.18.0 ### Features -* [Backport 2.18] [Manual Backport] Backport #2981 to 2.x ([#3111](https://github.com/opensearch-project/sql/pull/3111)) +* Backport #2981 to 2.x ([#3111](https://github.com/opensearch-project/sql/pull/3111)) ### Bug Fixes -* [Backport 2.18] Improve error handling for some more edge cases ([#3112](https://github.com/opensearch-project/sql/pull/3112)) -* [Backport 2.18] [Backport 2.x] Resolve Alias Issues in Legacy SQL with Filters ([#3109](https://github.com/opensearch-project/sql/pull/3109)) -* [Backport 2.18] [Backport 2.x] Bug Fixes for minor issues with SQL PIT refactor ([#3108](https://github.com/opensearch-project/sql/pull/3108)) -* [Backport 2.18] Correct regular expression range ([#3107](https://github.com/opensearch-project/sql/pull/3107)) -* [Backport 2.18] SQL pagination should work with the `pretty` parameter ([#3106](https://github.com/opensearch-project/sql/pull/3106)) -* [Backport 2.x] Improve error handling for malformed query cursors ([#3084](https://github.com/opensearch-project/sql/pull/3084)) -* [Backport 2.x] Remove scheduler index from SystemIndexDescriptor ([#3097](https://github.com/opensearch-project/sql/pull/3097)) +* Improve error handling for some more edge cases ([#3112](https://github.com/opensearch-project/sql/pull/3112)) +* Resolve Alias Issues in Legacy SQL with Filters ([#3109](https://github.com/opensearch-project/sql/pull/3109)) +* Bug Fixes for minor issues with SQL PIT refactor ([#3108](https://github.com/opensearch-project/sql/pull/3108)) +* Correct regular expression range ([#3107](https://github.com/opensearch-project/sql/pull/3107)) +* SQL pagination should work with the `pretty` parameter ([#3106](https://github.com/opensearch-project/sql/pull/3106)) +* Improve error handling for malformed query cursors ([#3084](https://github.com/opensearch-project/sql/pull/3084)) +* Remove scheduler index from SystemIndexDescriptor ([#3097](https://github.com/opensearch-project/sql/pull/3097)) ### Maintenance -* [Backport 2.x] bump commons-io to 2.14.0 ([#3091](https://github.com/opensearch-project/sql/pull/3091)) +* bump commons-io to 2.14.0 ([#3091](https://github.com/opensearch-project/sql/pull/3091)) * Fix tests on 2.18 ([#3113](https://github.com/opensearch-project/sql/pull/3113))