Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tableau/server-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.38
Choose a base ref
...
head repository: tableau/server-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.39
Choose a head ref
  • 16 commits
  • 131 files changed
  • 7 contributors

Commits on Apr 22, 2025

  1. ci: update slack action vm version

    Switch Slack action to use `ubuntu-latest` like our other actions.
    
    ---------
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    d793570 View commit details
    Browse the repository at this point in the history
  2. feat: enable retrieving only owned workbooks

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    dbd0c0f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. docs: docstrings for schedules and intervals (#1528)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored May 13, 2025
    Configuration menu
    Copy the full SHA
    a5ea333 View commit details
    Browse the repository at this point in the history
  2. Add support for multiple IDPs (jorwoods)

    Add support for multiple IDPs
    
    Fixes #1574
    Fixes #1598
    
    ---------
    Authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods authored May 13, 2025
    Configuration menu
    Copy the full SHA
    a2b1558 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. 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
    * docs: Docstrings for new fields
    * feat: add owner attribute to project
    
    * fix: restore _all_fields but deprecated
    
    ---------
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored May 14, 2025
    Configuration menu
    Copy the full SHA
    5e112bb View commit details
    Browse the repository at this point in the history
  2. Add SSL option for connecting to Tableau Server with a weaker DH key …

    …length (#1596)
    
    * Add SSL option for connecting to Tableau Server with a weaker DH key length
    
    Fixes #1582
    bcantoni authored May 14, 2025
    Configuration menu
    Copy the full SHA
    823fe69 View commit details
    Browse the repository at this point in the history
  3. chore: type hint database and table objects (#1593)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored May 14, 2025
    Configuration menu
    Copy the full SHA
    d720b1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbf80a7 View commit details
    Browse the repository at this point in the history
  5. 1580 list extracts on schedule (#1604)

    * determine what datasources or workbooks are associated with a schedule
    casey-crawford-cfa authored May 14, 2025
    Configuration menu
    Copy the full SHA
    f9bc99b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Configuration menu
    Copy the full SHA
    bcc79f6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. v0.38 Individual changelists

    v0.38 Individual changelists
    jacalata authored May 16, 2025
    Configuration menu
    Copy the full SHA
    d0efb32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c728b19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d3901d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Merge pull request #1615 from casey-crawford-cfa/feature/1579-Monthly…

    …Interval-bug
    
    Tableau API is expecting an integer or 'lastDay'.
    jacalata authored May 21, 2025
    Configuration menu
    Copy the full SHA
    2886018 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    b597886 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. release v0.39 (#1737)

    * 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)
    
    * 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)
    * fix: handle parameters for view filters Closes #1632
    jacalata authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    34ac954 View commit details
    Browse the repository at this point in the history
Loading