Skip to content

Releases: tableau/server-client-python

v0.3 (Jan 2017)

11 Jan 23:28
Compare
Choose a tag to compare
  • Return DateTime objects instead of strings (#102)
  • UserItem now is compatible with Pager (#107, #109)
  • Deprecated site in favor of site_id (#97)
  • Improved handling of large downloads (#105, #111)
  • Added support for oAuth when publishing (#117)
  • Added Testing against Py36 (#122, #123)
  • Added Version Checking to use highest supported REST api version (#100)
  • Added Infrastructure for throwing error if trying to do something that is not supported by REST api version (#124)
  • Various Code Cleanup
  • Added Documentation (#98)
  • Improved Test Infrastructure (#91)

v0.2 (October 2016)

01 Nov 21:50
Compare
Choose a tag to compare
  • Added Initial Schedules Support (#48)
  • Added Initial Create Group endpoint (#69)
  • Added Connection Credentials for publishing datasources/workbooks (#80)
  • Added Pager object for handling pagination results and sample (#72, #90)
  • Added ServerInfo endpoint (#84)
  • Deprecated site as a parameter to TableauAuth in favor of site_id
  • Code Cleanup
  • Bugfixes

Initial release of Server Client

12 Sep 20:48
Compare
Choose a tag to compare
Merge pull request #29 from tableau/reorder_return_variables

reversed the order of return variables for all .get() calls