Releases: bryanthowell-tableau/tableau_tools
Version 5.0.3
Fixed the dbname and schema properties of TableauConnection to allow for setting both properties separately on those datasources that have them both.
Version 5.0.2 - Just like version 5.0.0, but working!
No one has ever said Python packaging was easy! Please use 5.0.2, as it fixes some packaging issues that were hard to catch in local testing.
Version 5.0.0 -- All Python 3.6, all improved
Version 5.0.0 is a near complete rewrite into native Python 3.6, including type hinting for everything, all API versions up to Tableau Server 2019.4 supported, and much better modeling of the document objects in tableau_documents. The biggest change is the introduction of the TableauServerRest classes, which have much better organization for easier code-completion in your IDE.
Please see the README and the newly updated examples for what everything looks like. Hopefully there aren't too many issues, but we'll be iterating quickly to fix them as they arise.
Version 4.9.9 - Final 4 series, Python 2.7 release
This is the last Python 2.7 release. It includes a python_requires statement in setup.py which should allow for fallback to this one
Version 4.9.7
Bugfix to 4.9.6
Version 4.9.6
Fixed the error handling in the JSON requests object
Version 4.9.4
Merge pull request #57 from bryantbhowell/4.9.4 4.9.4
Version 4.9.3
Added swap_token() method to TableauRestApiConnection class for use with a wrapped RESTful API service.
Version 4.9.2
Minor fixes/updates to TableauBase class and a new example with a TableauConnectionsManager class for use when wrapping tableau_tools in another REST API.
Version 4.9.1
Quick bugfix for the file_replacement_map parameter added to save_file. Please upgrade to this branch if using 4.9.0