Skip to content

Releases: exasol/tableau-connector

0.4.2 - Sign Connectors

25 Jan 14:36
05cd120
Compare
Choose a tag to compare

Exasol Tableau Connector 0.4.2, released 2022-01-25

Summary

Starting with version 0.4.2 we now sign the JDBC and ODBC connectors with the official Exasol certificate. This will allow you to omit the -DDisableVerifyConnectorPluginSignature argument for Tableau Desktop and set native_api.disable_verify_connector_plugin_signature to false for Tableau Server.

Features

  • #39: Signed connectors

0.4.1 - Removed "Database" field

19 Jan 17:02
4080fa3
Compare
Choose a tag to compare

Summary

Version 0.4.1 removes the "Database" field from the JDBC connection dialog. Exasol supports only a single database called EXA_DB, that's why removing the field simplifies the connection dialog.

Bug Fixes

  • #25: Removed "Database" field from the JDBC connection dialog

0.4.0 - Kerberos Delegation with JDBC Connector

18 Nov 13:42
ccb59a2
Compare
Choose a tag to compare

Exasol Tableau Connector 0.4.0, released 2021-11-18

Code name: Kerberos Delegation with JDBC Connector

Summary

Version 0.4.0 of the Tableau Connector adds support for Kerberos delegation with Tableau Server. See the user guide for details. This release also contains a set of integration tests that help you identify issues with the Kerberos delegation setup.

Features

  • #32: Added Kerberos delegation support

Refactoring

  • #27: Added unit tests for JDBC connector

0.3.0 - Kerberos for JDBC Connector

09 Nov 15:09
bb4f34d
Compare
Choose a tag to compare

Exasol Tableau Connector 0.3.0, released 2021-11-09

Code name: Kerberos for JDBC Connector

Summary

Version 0.3.0 of the Tableau Connector adds support for authenticating via Kerberos. This enables single-sign-on to the database without entering username and password. We also improved the user and developer guides in this release.

Please note that Kerberos delegation is not yet supported in this release. See issue #32 for details.

Features

  • #15: Kerberos support

Bug Fixes

  • #30: Fixed REGEX functions not being visible in Tableau.
  • #33: Fixed behavior of REGEXP_MATCH() function: it now returns true if only a substring matches the regular expression.

0.1.0 - Additional functions support, optimized metadata fetching

15 Jul 10:55
767d1a0
Compare
Choose a tag to compare

Summary

Version 0.1.0 of the Tableau Connector brings the connector embedded into Exasol's standard project layout. The release contains a few bug fixes and improvements, including optimized metadata fetching, and a few additional functions enabled.
The connector was tested with the TDVT test framework and also with freshly added integration tests for the Tableau Server application.

Features

  • #14: Enabled REGEX_* functions.

Refactorings

  • #6: Optimized metadata fetching.

Bug Fixes

  • #1: Fixed conversion from pure-time type to Tableau-compatible timestamp.
  • #7: Exclude calcs_data test.
  • #11: Fixed a few functions and enabled tests for them.

Documentation

  • #1: Added changelog and README.
  • #20: Added a user guide.