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

Add release notes for v2.18.0 #3125

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Changes from 1 commit
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
20 changes: 20 additions & 0 deletions release-notes/opensearch-sql.release-notes-2.18.0.0.md
Original file line number Diff line number Diff line change
@@ -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))
Loading