Skip to content

Releases: tableau/server-client-python

v0.31

Choose a tag to compare

@bcantoni bcantoni released this 04 Jun 00:25
4018a0f

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

v0.30 bug fix release

Choose a tag to compare

@jacalata jacalata released this 24 Jan 23:18
f84d7d5

What's Changed

Full Changelog: v0.29...v0.30

v0.29 incremental update

Choose a tag to compare

@jacalata jacalata released this 13 Jan 13:52
0e46e15

What's Changed

New Contributors

Full Changelog: v0.28...v0.29

v0.28 - JWT Auth

Choose a tag to compare

@jacalata jacalata released this 04 Oct 09:00
72eb3c8

Adds JWT auth

v0.27

Choose a tag to compare

@jacalata jacalata released this 08 Jun 03:28

0.27 (#1272)
(Release notes seem to have been left in draft - publishing now for history)

Performance notes: v0.26 had significant performance problems. v0.27 has, we believe, reverted those, and it now runs very slightly slower than v0.25. If you are seeing perf issues in v0.27 that are noticeably worse than v0.25, we'd love to hear.

New functionality

  • enable filtering for Excel downloads #1209, #1281

  • update datasource to use bridge (#1224)

  • Add JWTAuth, add repr using qualname

  • Add publish samples attribute (#1264)

  • add support for custom schedules in TOL (#1273)

  • Enable asJob for group update (#1276)

  • fix filter in operator spaces bug (#1259)

  • fix: remove logging configuration from TSC (#1248)

  • Hotfix schedule_item.py for issue 1237 (#1239), Remove duplicate assignments to fields (#1244)

  • Fix shared attribute for custom views (#1280)

Co-authored-by: Tim Payne 47423639+ma7tcsp@users.noreply.github.com
Co-authored-by: Lars Breddemann 139097050+LarsBreddemann@users.noreply.github.com
Co-authored-by: jorwoods jorwoods@users.noreply.github.com
Co-authored-by: Austin 110413815+austinpeters-gohealthuccom@users.noreply.github.com
Co-authored-by: Yasuhisa Yoshida syou6162@gmail.com
Co-authored-by: Brian Cantoni bcantoni@salesforce.com
Co-authored-by: a-torres-2 142839181+a-torres-2@users.noreply.github.com
Co-authored-by: Łukasz Włodarczyk lukasz@pushmetrics.io

v0.26 increased logging, small fixes

Choose a tag to compare

@jacalata jacalata released this 25 Apr 06:38
307d8a2

What's Changed

  • make project nullable on datasource #1210
  • add params to workbook publish method #1087
  • add certification to publishing a datasource #1058
  • add contentURL as a filter #456
  • adding sample file for favorites, issue #737 by @narcolino-tableau in #1085
  • logging updates, long running uploads now show incremental progress logs by @jacalata in #1222

0.25: Custom Views support

Choose a tag to compare

@jacalata jacalata released this 16 Mar 18:42
e4fbe41
  • Implement custom view objects (#1195)
  • Fix bug in update-datasources before 3.15 (#1203) (fixes #1072)
  • catch exceptions from ServerInfo (#1204)
  • add query-tagging attribute to connection (#1202) (add explanation for why it doesn't work on hyper)

v0.24

Choose a tag to compare

@jacalata jacalata released this 14 Feb 20:52
514cc13

What's Changed

  • Add logic to retrieve Datarole and Metric permissions by @TrimPeachu in #1163
  • Allow injection of sessions (#1111)
  • show server info (#1118)
  • Fix bug in exposing ExcelRequestOptions and test (#1123)
  • Fix a few pylint errors (#1124)
  • fix behavior when url has no protocol (#1125)
  • add option to pass specific datasources to delete extracts (#1150)
  • allow user agent to be set by caller (#1166)
  • Fix issues with connections publishing workbooks (#1171)
  • Allow download to file-like objects (#1172)
  • Add updated_at to JobItem class (#1182)
  • fix revision references where xml returned does not match docs (#1176)
  • Do not create empty connections list (#1178)

Co-authored-by: Marwan Baghdad mrwanbaghdad76@gmail.com
Co-authored-by: jorwoods jorwoods@users.noreply.github.com
Co-authored-by: Brian Cantoni bcantoni@salesforce.com
Co-authored-by: TrimPeachu 77048868+TrimPeachu@users.noreply.github.com
Co-authored-by: Stu Tomlinson stu@nosnilmot.com
Co-authored-by: Jeremy Harris jercharris89@gmail.com

v0.23.4: Fix PyPI publishing

Choose a tag to compare

@bcantoni bcantoni released this 22 Dec 22:53
db441bd

Fixed automated publishing of packages to PyPI. No code changes since v0.23.1.

v0.23.1

Choose a tag to compare

@jacalata jacalata released this 14 Oct 04:00
4873a58

What's Changed

@jacalata
@MrwanBaghdad
@jorwoods
@bcantoni
Add custom session injection, Fix bug for http_options

Full Changelog: v0.23...v0.23.1