Skip to content

Commit

Permalink
Move bumps to bug fixes and add features
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
  • Loading branch information
eugenesk24 committed Mar 11, 2022
1 parent d095bc8 commit 7c32c96
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions release-notes/opensearch-sql.release-notes-1.3.0.0.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
### Version 1.2.4.0 Release Notes
### Version 1.3.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0

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

### Enhancements
* Support ISO 8601 Format in Date Format. ([#460](https://github.com/opensearch-project/sql/pull/460))
* Treating ExpressionEvaluationException as client Error. ([#459](https://github.com/opensearch-project/sql/pull/459))
* Add Certificate Validation option ([#449](https://github.com/opensearch-project/sql/pull/449))
Expand All @@ -12,11 +15,15 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0
* Support combination of group field and span in stats command ([#417](https://github.com/opensearch-project/sql/pull/417))
* Support In clause in SQL and PPL ([#420](https://github.com/opensearch-project/sql/pull/420))
* Add cast function to PPL ([#433](https://github.com/opensearch-project/sql/pull/433))
* Add parse command to PPL ([#411](https://github.com/opensearch-project/sql/pull/411))
* [Enhancement] optimize sort rewrite logic ([#434](https://github.com/opensearch-project/sql/pull/434))

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

### Documentation
Expand All @@ -33,9 +40,4 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0
* Revert to windows 2019 for odbc CI ([#413](https://github.com/opensearch-project/sql/pull/413))

### Infrastructure
* Fix certificate validation for ODBC driver ([#479](https://github.com/opensearch-project/sql/pull/479))
* Update dependency opensearch-ml-client group name ([#477](https://github.com/opensearch-project/sql/pull/477))
* Disable flaky test in JdbcTestIT. ([#475](https://github.com/opensearch-project/sql/pull/475))
* Version Bump: H2 1.x -> 2.x ([#444](https://github.com/opensearch-project/sql/pull/444))
* Version Bump: springframework and jackson ([#443](https://github.com/opensearch-project/sql/pull/443))
* Jackson-databind bump to 2.12.6 ([#410](https://github.com/opensearch-project/sql/pull/410))
* Disable flaky test in JdbcTestIT. ([#475](https://github.com/opensearch-project/sql/pull/475))

0 comments on commit 7c32c96

Please sign in to comment.