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 1.3] Add 1.3.0 release notes #492

Merged
merged 1 commit into from
Mar 14, 2022
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
43 changes: 43 additions & 0 deletions release-notes/opensearch-sql.release-notes-1.3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
### Version 1.3.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0

### Features
* Add parse command to PPL ([#411](https:/opensearch-project/sql/pull/411))
* PPL integration with AD and ml-commons ([#468](https:/opensearch-project/sql/pull/468))

### Enhancements
* Support ISO 8601 Format in Date Format. ([#460](https:/opensearch-project/sql/pull/460))
* Add Certificate Validation option ([#449](https:/opensearch-project/sql/pull/449))
* Span expression should always be first in by list if exist ([#437](https:/opensearch-project/sql/pull/437))
* Support multiple indices in PPL and SQL ([#408](https:/opensearch-project/sql/pull/408))
* Support combination of group field and span in stats command ([#417](https:/opensearch-project/sql/pull/417))
* Support In clause in SQL and PPL ([#420](https:/opensearch-project/sql/pull/420))
* Add cast function to PPL ([#433](https:/opensearch-project/sql/pull/433))
* [Enhancement] optimize sort rewrite logic ([#434](https:/opensearch-project/sql/pull/434))

### Bug Fixes
* Fix certificate validation for ODBC driver ([#479](https:/opensearch-project/sql/pull/479))
* Update dependency opensearch-ml-client group name ([#477](https:/opensearch-project/sql/pull/477))
* Treating ExpressionEvaluationException as client Error. ([#459](https:/opensearch-project/sql/pull/459))
* Version Bump: H2 1.x -> 2.x ([#444](https:/opensearch-project/sql/pull/444))
* Version Bump: springframework and jackson ([#443](https:/opensearch-project/sql/pull/443))
* Bug Fix, disable html escape when formatting response ([#412](https:/opensearch-project/sql/pull/412))
* Jackson-databind bump to 2.12.6 ([#410](https:/opensearch-project/sql/pull/410))
* Parse none type field as null instead of throw exception ([#406](https:/opensearch-project/sql/pull/406))

### Documentation
* Add parse docs to PPL commands index ([#486](https:/opensearch-project/sql/pull/486))
* Add limitation section in PPL docs ([#456](https:/opensearch-project/sql/pull/456))
* Add how to setup aws credentials for ODBC Tableau ([#394](https:/opensearch-project/sql/pull/394))

### Maintenance
* Add JDK 8 to CI Matrix ([#483](https:/opensearch-project/sql/pull/483))
* Add CI Matrix for JDK 11 and 14 ([#451](https:/opensearch-project/sql/pull/451))
* Update backport and add auto-delete workflows ([#446](https:/opensearch-project/sql/pull/446))
* Add auto backport functionality for SQL ([#445](https:/opensearch-project/sql/pull/445))
* Version bump to 1.3 ([#419](https:/opensearch-project/sql/pull/419))
* Revert to windows 2019 for odbc CI ([#413](https:/opensearch-project/sql/pull/413))

### Infrastructure
* Disable flaky test in JdbcTestIT. ([#475](https:/opensearch-project/sql/pull/475))