Skip to content

Releases: tableau/server-client-python

v0.34

26 Oct 00:02
1d98fda
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.33

18 Sep 04:59
4259316
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.32

27 Jul 23:38
257cf61
Compare
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
Compare
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

v0.30 bug fix release

24 Jan 23:18
f84d7d5
Compare
Choose a tag to compare

What's Changed

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

v0.29 incremental update

13 Jan 13:52
0e46e15
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.28 - JWT Auth

04 Oct 09:00
72eb3c8
Compare
Choose a tag to compare

Adds JWT auth

v0.27

08 Jun 03:28
Compare
Choose a tag to compare

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 [email protected]
Co-authored-by: Lars Breddemann [email protected]
Co-authored-by: jorwoods [email protected]
Co-authored-by: Austin [email protected]
Co-authored-by: Yasuhisa Yoshida [email protected]
Co-authored-by: Brian Cantoni [email protected]
Co-authored-by: a-torres-2 [email protected]
Co-authored-by: Łukasz Włodarczyk [email protected]

v0.26 increased logging, small fixes

25 Apr 06:38
307d8a2
Compare
Choose a tag to compare

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

16 Mar 18:42
e4fbe41
Compare
Choose a tag to compare
  • 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)