Releases: bryanthowell-tableau/tableau_tools
Version 4.6.1
Implements the 2018.3 API 3.2 as well as improves the TableauColumns code and the related documentation for how to change captions (useful for translating data sources).
Version 4.6.0
Version 4.6.0 implements fixes to quite a few reported issues. It also updates many of the parameter names from "p_name_or_luid" to "proj_name_or_luid" for naming consistency which could cause a break if you have named optional parameters. Some lookup commands now use a faster algorithm to find matches.
Version 4.5.3
A few bug fixes and added a method for updating datasource table names for sources like Oracle and Teradata where the schema/dbname is recorded as part of the table identifier.
Version 4.5.2
Implemented 2018.2 REST API and added PDF export endpoint filters, along with bug fixes for parameters.
Version 4.5.1
version 4.5.1 brings an improved README in Markdown, courtesy of Tableau's Mike Morrow, and a very thorough example of how to replicate over workbooks connected to published data sources from one site to another in the template_publish_sample.py file. Plus other great fixes
Version 4.5.0
Version 4.5.0 brings API 3.0 compatibility (2018.1) as well as some improvements deep in the RestXmlRequest class, so that requests all go along a single session instead of creating new connections over and over.
Version 4.4.1
Quick release dropping the destructor function of TableauFile in the hopes to fix some issues people are seeing. A few other fixes in Parameters and other aspects, but there will be more coming on that front soon
Version 4.4.0
Version 4.4.0 adds fully documented methods for modifying existing table relations, setting and creating Tableau Parameters, and can now use Extract API 2.0 to generate Hyper extracts when adding an extract to a 10.5 and above data source.
Version 4.3.15
4.3.15 fixes some basic issues with creating a data source from scratch. README sectio 2.10 has been updated to show the initial syntax that should work
Version 4.3.14
Fixes for datasources and an improvement to InheritedProjectPermissions