- Added more fields to Data Acceleration config (#588)
- Added OpenID as an auth setting enum (#610)
- Added support for Data Acceleration Reports (#596)
- Added support for view permissions (#526)
- Materialized views changed to Data Acceleration (#576)
- Improved consistency across workbook/datasource endpoints (#570)
- Fixed print error in update_connection.py (#602)
- Fixed log error in add user endpoint (#608)
- 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)
- 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)
- Fixed update_workbook endpoint (#454)
- 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 Flows (#403)
- Updated Pager to handle un-paged results (#322)
- Fixed checked upload (#309, #319, #326, #329)
- Fixed embed_password field on publish (#416)
- 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)
- Fixed #257 where refreshing extracts does not work due to a missing "self"
- 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)
- Fix a critical issue caused by #224 that was the result of lack of test coverage (#226)
- 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)
- Fix #177 to remove left in debugging print
Yikes, it's been too long.
- 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)
- 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)
- 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
- Initial Release to the world