Skip to content

Commit

Permalink
Add release notes for 2.2.0.0 (#730) (#732)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
(cherry picked from commit 1df89e3)

Co-authored-by: Joshua Li <[email protected]>
  • Loading branch information
1 parent df32384 commit 09df50f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions release-notes/opensearch-sql.release-notes-2.2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
### Version 2.2.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.2.0

### Features
* Add match_phrase_prefix ([#661](https://github.com/opensearch-project/sql/pull/661))
* `query_string` Relevance Function Implementation in SQL and PPL ([#675](https://github.com/opensearch-project/sql/pull/675))
* Add Highlight In SQL ([#717](https://github.com/opensearch-project/sql/pull/717))

### Enhancements
* implement transport api for PPL inter-plugin communication ([#533](https://github.com/opensearch-project/sql/pull/533))
* Two single or double quote escapes single or double quote when string is surrounded by same type of quote ([#696](https://github.com/opensearch-project/sql/pull/696))

### Bug Fixes
* Reverted UseSSL flag to false and removed invalid test case ([#671](https://github.com/opensearch-project/sql/pull/671))
* Update BI connectors and drivers readme files ([#665](https://github.com/opensearch-project/sql/pull/665))
* Bump moment from 2.29.2 to 2.29.4 in /workbench ([#702](https://github.com/opensearch-project/sql/pull/702))

### Infrastructure
* Staging for version increment automation ([#684](https://github.com/opensearch-project/sql/pull/684))
* Update tests and test data for relevancy search functions ([#707](https://github.com/opensearch-project/sql/pull/707))
* Remove ODFE BWC tests ([#721](https://github.com/opensearch-project/sql/pull/721))
* Github Actions fix for reference to OpenSearch-Dashboard not existing outside of main OS sql project ([#704](https://github.com/opensearch-project/sql/pull/704))

### Documentation
* Update support link for Tableau connector ([#643](https://github.com/opensearch-project/sql/pull/643))
* Fix broken forum link ([#694](https://github.com/opensearch-project/sql/pull/694))
* Fix links in the doc file. ([#705](https://github.com/opensearch-project/sql/pull/705))

### Maintenance
* change version bump under maintenance ([#679](https://github.com/opensearch-project/sql/pull/679))
* Bump version to 2.2.0 ([#729](https://github.com/opensearch-project/sql/pull/729))

0 comments on commit 09df50f

Please sign in to comment.