Skip to content

Releases: tableau/server-client-python

v0.40

03 Feb 20:20
d4b27f4

Choose a tag to compare

What's Changed

Full Changelog: v0.39...v0.40

v0.39

02 Feb 20:11
34ac954

Choose a tag to compare

v0.39 Pre-release
Pre-release

What's Changed

  • feat: New APIs: Update multiple connections in a single workbook/datasource (#1638)

  • feat: enable toggling attribute capture for a site (#1619)

  • feat: support OIDC endpoints (#1630)

  • feat: add WebAuthoringForFlows capability to Permission class (#1642)

  • feat: support collections in favorites (#1647)

  • feat: Add UAT (unified access token) support to JWT login (#1671)

  • feat: Update permissions_item.py --added ExtractRefresh attribute (#1617) (#1669)

  • feat: make refresh consistent between endpoints (#1665)

  • feat: make ResourceReference hashable (#1668) Closes #1666

  • feat: delete view (#1712)

  • feat: batch create schedule (#1714)

  • feat: users csv import (#1409)

  • feat: implement users bulk_remove

  • feat: enable idp_configuration_id in bulk_add

  • feat: support extensions api (#1672)

  • feat: Add support for receiving "Customized Monthly" schedule intervals (#1670)

  • feat: implement #816: project.get_by_id (#1736)

  • feat: enable retrieving only owned workbooks by @jorwoods in #1594

  • feat: Add fields:all support by @jorwoods in #1563

  • feat: Add SSL option for connecting to Tableau Server with a weaker DH key length by @bcantoni in #1596

  • 1580 list extracts on schedule by @casey-crawford-cfa in #1604

  • fix: put special fields first (#1622) Closes #1620

  • fix: virtual connections username (#1628) Closes #1626

  • fix: add contentType to tags batch actions (#1643)

  • fix: datasource owner/project missing parsing (#1700)

  • fix: datasource description update and publish (#1682)

  • fix: windows decoding error

  • fix: assert on warning instead of ignore

  • fix: add workbook and view setter for custom view (#1730)

  • fix: handle parameters for view filters (#1633)

Full Changelog: v0.38...v0.39

v0.38

15 May 22:03
cda018b

Choose a tag to compare

What's Changed

  • v0.38 - IDP configuration by @jacalata in #1606

  • docs: docstrings for schedules and intervals (#1528)

  • docs: Docstrings for new fields

  • feat: enable retrieving only owned workbooks

  • feat: Add support for multiple IDPs (jorwoods)

  • feat: Add fields:all support (#1563)

  • feat: project support all fields

  • feat: groups all fields

  • feat: views support all fields

  • feat: user support all fields

  • feat: workbook support all fields

  • feat: datasourceitem all fields

  • feat: add fields methods to QuerySet

  • feat: add owner attribute to project

  • Add SSL option for connecting to Tableau Server with a weaker DH key length
    Fixes #1582

  • feat: 1580 list extracts on schedule (#1604)

  • chore: type hint database and table objects (#1593)

  • ci: Switch Slack action to use ubuntu-latest like our other actions.


Co-authored-by: Jordan Woods [email protected]
Co-authored-by: Jordan Woods [email protected]
Co-authored-by: Brian Cantoni [email protected]
Co-authored-by: casey-crawford-cfa [email protected]

v0.37

24 Mar 17:01
bf85704

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.36...v0.37

v0.36 hotfix (refresh datasource)

10 Jan 18:38
42cecfe

Choose a tag to compare

Fixes a 400 Bad Request error when calling Refresh Datasource with 0.35

v0.35

06 Jan 21:49
c5e016f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34...v0.35

v0.34

26 Oct 00:02
1d98fda

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.33...v0.34

v0.33

18 Sep 04:59
4259316

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.32...v0.33

v0.32

27 Jul 23:38
257cf61

Choose a tag to compare

What's Changed

  • Bump urllib3 from 2.0.7 to 2.2.2 #1400
  • Allow setting page_size in .all and .filter #1417
  • Switch to absolute imports for favorites #1415
  • Switch to absolute imports for datasource #1416
  • Fix pop from empty list #1404
  • Ignore known internal warnings on tests #1407
  • Add support for changing project owner #1419
  • Add type hints to auth models #1403
  • Add typing to Pager #1390
  • Remove blocks of code and arguments that have been deprecated #1380
  • Add usage to views.get_by_id #1383
  • Type hint QuerySet and QuerySetEndpoint #1399
  • No implicit reexport #1394
  • Allow combining PermissionRules #1381
  • Add size to datasource item #1397
  • Remove outdated dependencies #1398
  • Don't lowercase OData server addresses #1396

v0.31

04 Jun 00:25
4018a0f

Choose a tag to compare

What's Changed

  • Remove deprecated cgi package and switch to email.message.Message #1346
  • Allow viz height and width parameters #1348
  • Add support for System schedule type #1350
  • Add support for daily (24 hour) intervals for tasks #1355
  • Update Actions to include Python 3.12 and reduce duplicate test runs #1356
  • Add Data Acceleration and Data Freshness Policy support #1343
  • Add create cloud flow task support #1371
  • Pass parameters in request options #1372
  • Improve robustness of Pager results #1370