Skip to content

Commit

Permalink
#46: Add support for Tableau 2021.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Feb 3, 2022
1 parent e7b9f2f commit c091c58
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Exasol Tableau Connector is an adapter, that maps Exasol's analytical capabi

## Runtime Dependencies

To use the Exasol Tableau Connector, you need Tableau Version 2021.4 or later either as desktop or server variant. We test with Tableau 2021.4. Older versions may also work.
To use the Exasol Tableau Connector, you need Tableau Version 2021.1 or later either as desktop or server variant.

## Test Dependencies

Expand Down
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [0.6.0](changes_0.6.0.md)
* [0.5.0](changes_0.5.0.md)
* [0.4.2](changes_0.4.2.md)
* [0.4.1](changes_0.4.1.md)
Expand Down
11 changes: 11 additions & 0 deletions doc/changes/changes_0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Exasol Tableau Connector 0.6.0, released 2022-02-03

Code name: Add support for Tableau 2021.1

## Summary

This release adds support for Tableau 2021.1 and later.

## Features

* #46: Added support for Tableau 2021.1
2 changes: 1 addition & 1 deletion src/exasol_jdbc/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>

<connector-plugin class="exasol_jdbc" superclass="jdbc" plugin-version="0.5.0" name="Exasol JDBC" version="18.1" min-version-tableau="2021.3">
<connector-plugin class="exasol_jdbc" superclass="jdbc" plugin-version="0.6.0" name="Exasol JDBC" version="18.1" min-version-tableau="2021.1">
<vendor-information>
<company name="Exasol AG"/>
<support-link url="https://www.exasol.com"/>
Expand Down
2 changes: 1 addition & 1 deletion src/exasol_odbc/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>

<connector-plugin class="exasol_odbc" superclass="odbc" plugin-version="0.5.0" name="Exasol ODBC" version="18.1" min-version-tableau="2020.4">
<connector-plugin class="exasol_odbc" superclass="odbc" plugin-version="0.6.0" name="Exasol ODBC" version="18.1" min-version-tableau="2021.1">
<vendor-information>
<company name="Exasol AG"/>
<support-link url="https://www.exasol.com/"/>
Expand Down

0 comments on commit c091c58

Please sign in to comment.