Releases: tableau/document-api-python
Releases · tableau/document-api-python
Release 0.11
Remove extra print statement recently added for debugging (#238)
Release 0.10
add support for editing hidden fields and service/schema attributes
Release 0.8
08 (October 2021)
- See dashboards in a workbook
- Add shapes property
- Add custom sql
- Drop python 2, add up through 3.9
release 0.7
- bugfix so that the xmlns namespace does not change when a document is saved. (!196)
release 0.6
- Initial SQL and query banding support (#123)
- Fixed bug in xfiles to allow opening workbooks with external file caches (#117, #118)
- Code Cleanup (#120, #121)
- Added Py36 support (#124)
- Switched to pycodestyle from pip8 on travis runs (#124)
release 0.5
- Added ability to set the port for connections (#97)
- Added ability to read and write caption for datasources (#99)
- Added documentation
release 0.4
- Add ability to remove repository location (#86)
- Fixed bug in connection parsing when federated connections are present (#87)
- Fixed bug in UNICODE support (#80)
release 0.3
- Added basic connection class retargeting (#65)
- Added ability to create a new connection (#69)
- Added description to the field object (#73)
- Improved Test Coverage (#62, #67)
release 0.2
- Added support for loading twbx and tdsx files (#43, #44)
- Added Fields property to datasource (#45)
- Added Example for using the Fields Property (#51)
- Added Ability to get fields used by a specific sheet (#54)
- Code clean up and test reorganization