Releases: tableau/server-client-python
Releases · tableau/server-client-python
Long Overdue
- 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
- Expanded the enum for site roles
Bug fix
2018 Q1 (17 Jan 18)
Oops
Another biggun
- 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)
🇺🇸 Tax Refund
- Fix #177 to remove left in debugging print
🇺🇸 Tax Day Mega Release
- Added API version annotations to endpoints (#125)
- Added New High Res Image Api Endpoint
- Added Tags to Datasources, Views
- Added Ability to run an Extract Refresh task (#159)
- Auto versioning enabled (#169)
- Download twbx/tdsx without the extract payload (#143, #144)
- New Sample to initialize a server (#95)
- Added ability to update connection information (#149)
- Added Ability to get a site by name (#153)
- Dates are now DateTime Objects (#102)
- Bugfixes (#162, #166)
v0.3 (Jan 2017)
- 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)
- 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 toTableauAuth
in favor ofsite_id
- Code Cleanup
- Bugfixes