Skip to content

Added release notes for JDBC and TACO #112

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
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: 1 addition & 2 deletions release-notes/opensearch-jdbc-release-notes-1.4.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## 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).
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))
Expand Down
5 changes: 5 additions & 0 deletions release-notes/opensearch-jdbc-release-notes-1.4.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Version 1.4.0.1

### Maintenance
* Update jenkins file to use updated docker image ([#104](https://github.com/opensearch-project/sql-jdbc/pull/104))
* Include shadowJar artifact to release workflow ([#106](https://github.com/opensearch-project/sql-jdbc/pull/106))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Version 1.0.1

This file lists Tableau connector (TACO) related changes only. It also includes repo-wide changes applicable to TACO as well.

### Enhancements
* Addressed Tableau submission CI failure ([#108](https://github.com/opensearch-project/sql-jdbc/pull/108))

### Maintenance
* Bumped taco version ([#110](https://github.com/opensearch-project/sql-jdbc/pull/110))