Skip to content

Releases: tableau/server-client-python

New release of TSC

21 Feb 23:23
c937520
Compare
Choose a tag to compare

0.10 (21 Feb 2020)

  • Added a way to handle non-xml errors (#515)
  • Added Webhooks endpoints for create, delete, get, list, and test (#523, #532)
  • Added delete method in the tasks endpoint (#524)
  • Added description attribute to WorkbookItem (#533)
  • Added support for materializeViews as schedule and task types (#542)
  • Added warnings to schedules (#550, #551)
  • Added ability to update parent_id attribute of projects (#560, #567)
  • Improved filename behavior for download endpoints (#517)
  • Improved logging (#508)
  • Fixed runtime error in permissions endpoint (#513)
  • Fixed move_workbook_sites sample (#503)
  • Fixed project permissions endpoints (#527)
  • Fixed login.py sample to accept site name (#549)

New release for 2019.3

04 Oct 21:20
b260ebc
Compare
Choose a tag to compare

0.9 (4 Oct 2019)

  • Added Metadata API endpoints (#431)
  • Added site settings for Data Catalog and Prep Conductor (#434)
  • Added new fields to ViewItem (#331)
  • Added support and samples for Tableau Server Personal Access Tokens (#465)
  • Added Permissions endpoints (#429)
  • Added tags to ViewItem (#470)
  • Added Databases and Tables endpoints (#445)
  • Added Flow endpoints (#494)
  • Added ability to filter projects by topLevelProject attribute (#497)
  • Improved server_info endpoint error handling (#439)
  • Improved Pager to take in keyword arguments (#451)
  • Fixed UUID serialization error while publishing workbook (#449)
  • Fixed materalized views in request body for update_workbook (#461)

Bug Fix for Workbook Endpoint

17 Jul 17:27
89ef6f7
Compare
Choose a tag to compare

0.8.1 (17 July 2019)

  • Fixed update_workbook endpoint (#454)

Another long delay

08 Apr 17:32
f6d4d35
Compare
Choose a tag to compare

0.8 (8 Apr 2019)

  • Added Max Age to download view image request (#360)
  • Added Materialized Views (#378, #394, #396)
  • Added PDF export of Workbook (#376)
  • Added Support User Role (#392)
  • Added Flow Subscriptions (#403)
  • Updated Pager to handle un-paged results (#322)
  • Fixed checked upload (#309, #319, #326, #329)
  • Fixed embed_password field on publish (#416)

Long Overdue

11 Jul 18:25
b7b544e
Compare
Choose a tag to compare
  • Added cancel job (#299)
  • Added Get background jobs (#298)
  • Added Multi-credential support (#276)
  • Added Update Groups (#279)
  • Adding project_id to view (#285)
  • Added ability to rename workbook using update workbook (#284)
  • Added Sample for exporting full pdf using pdf page combining (#267)
  • Added Sample for exporting data, images, and single view pdfs (#263)
  • Added view filters to the populate request options (#260)
  • Add Async publishing for workbook and datasource endpoints (#311)
  • Fixed ability to update datasource server connection port (#283)
  • Fixed next project handling (#267)
  • Cleanup debugging output to strip out non-xml response
  • Improved refresh sample for readability (#288)

New Site Roles added

08 May 23:44
3fe62c9
Compare
Choose a tag to compare
  • Expanded the enum for site roles

Bug fix

26 Jan 18:32
b817537
Compare
Choose a tag to compare
  • Fixed #257 where refreshing extracts does not work due to a missing "self"

2018 Q1 (17 Jan 18)

17 Jan 23:23
564dda1
Compare
Choose a tag to compare
  • Added support for add a datasource/workbook refresh to a schedule (#244)
  • Added support for updating datasource connections (#253)
  • Added Refresh Now for datasource and workbooks (#250)
  • Fixed Typos in the docs (#251)

Oops

21 Sep 16:16
Compare
Choose a tag to compare
  • Fix a critical issue caused by #224 that was the result of lack of test coverage (#226)

Another biggun

19 Sep 20:54
Compare
Choose a tag to compare
  • Added revision settings to update site (#187)
  • Added support for certified data sources (#189)
  • Added support for include/exclude extract (#203)
  • Added auto-paging for group users (#204)
  • Added ability to add workbooks to a schedule (#206)
  • Added the ability to create nested projects (#208)
  • Fixed sort order when using pager (#192)
  • Docs Updates and new samples (#196, #199, #200, #201)