From 070e34f1ad2af0fc8c66e2acf82bcb61420e7432 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Wed, 7 Jun 2023 12:47:37 -0700 Subject: [PATCH] Move TACO's release notes to a new file. Signed-off-by: Yury-Fridlyand --- .../opensearch-jdbc-release-notes-1.4.0.0.md | 3 +++ ...tableau-connector-release-notes-1.0.0.0.md | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 release-notes/opensearch-jdbc-tableau-connector-release-notes-1.0.0.0.md diff --git a/release-notes/opensearch-jdbc-release-notes-1.4.0.0.md b/release-notes/opensearch-jdbc-release-notes-1.4.0.0.md index 8e6c2b3..4253829 100644 --- a/release-notes/opensearch-jdbc-release-notes-1.4.0.0.md +++ b/release-notes/opensearch-jdbc-release-notes-1.4.0.0.md @@ -1,5 +1,8 @@ ## Version 1.4.0.0 +Tableau connector (TACO) isn't released with JDBC, see related changes in [TACO release notes](opensearch-jdbc-tableau- +connector-release-notes-1.0.0.0.md). + ### Features * Add new connection parameter tunnelHost to use with tunnel cunnection. ([#83](https://github.com/opensearch-project/sql-jdbc/pull/83)) * Update SHOW and DESCRIBE queries. ([#85](https://github.com/opensearch-project/sql-jdbc/pull/85)) diff --git a/release-notes/opensearch-jdbc-tableau-connector-release-notes-1.0.0.0.md b/release-notes/opensearch-jdbc-tableau-connector-release-notes-1.0.0.0.md new file mode 100644 index 0000000..96fee80 --- /dev/null +++ b/release-notes/opensearch-jdbc-tableau-connector-release-notes-1.0.0.0.md @@ -0,0 +1,19 @@ +## Version 1.0.0.0 + +This file lists Tableau connector (TACO) related changes only. It also includes repo-wide changes applicable to TACO as well. + +### Features + +### Enhancements +* Update codeowners and maintainers ([#68](https://github.com/opensearch-project/sql-jdbc/pull/68)) +* Add functions for date type in the TACO ([#91](https://github.com/opensearch-project/sql-jdbc/pull/91)) + +### Bug Fixes +* Added brackets for math operation functions in the TACO ([#93](https://github.com/opensearch-project/sql-jdbc/pull/93)) + +### Documentation + +### Maintenance +* add ani to maintainers and codeowners ([#74](https://github.com/opensearch-project/sql-jdbc/pull/74)) +* Update release notes. ([#88](https://github.com/opensearch-project/sql-jdbc/pull/88)) +* Fixed connector version ([#92](https://github.com/opensearch-project/sql-jdbc/pull/92))