Skip to content

Update release notes for TACO v1.0 and JDBC v1.4 #94

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

Merged
merged 1 commit into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions release-notes/opensearch-jdbc-release-notes-1.4.0.0.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
Original file line number Diff line number Diff line change
@@ -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))