Skip to content

Releases: posit-dev/posit-sdk-py

v0.16.1

13 Apr 17:17
961645b

Choose a tag to compare

What's Changed

  • docs: add CLAUDE.md for Claude Code context by @tdstein in #469
  • feat: add Connect Cloud support for OAuth integrations by @samperman in #462

New Contributors

Full Changelog: v0.16.0...v0.16.1

v0.15.1

30 Jan 21:35

Choose a tag to compare

Full Changelog: v0.15.0...v0.15.1

v0.15.0

27 Jan 14:22
edeb87c

Choose a tag to compare

What's Changed

  • feat: add get_lockfile() method to ContentItem by @tdstein in #444
  • fix: handle 'Z' timezone suffix for compatibility with Python 3.10 in get_credentials by @zachhannum in #445

Full Changelog: v0.14.0...v0.15.0

v0.14.0

12 Jan 20:28
6d97e66

Choose a tag to compare

What's Changed

  • feat: adds APIs for Custom OAuth Integrations and add support getDelegatedAzureToken by @zachhannum in #442

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

17 Dec 16:21
b134c8e

Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.1

14 Nov 13:59
30ba04f

Choose a tag to compare

What's Changed

  • feat: auto discover audience for connect api integrations by @mconflitti-pbc in #423
  • docs: Remove random string in examples, fix quotes by @jonkeane in #428
  • fix: accept single integration guid on association update by @tdstein in #433

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

30 Jul 20:40
54292f4

Choose a tag to compare

What's Changed

Breaking Changes

  • The parameter integration_guid: str has been changed to integration_guids: list[str] within the content.associations.update() method to support the ability to associate multiple integrations to content. See #419

Full Changelog: v0.11.0...v0.12.0

v0.11.0

14 Jul 15:33
1486559

Choose a tag to compare

What's Changed

  • feat: extend content.get() to automatically use include param by @cgraham-rs in #420
  • fix(databricks): lazy-load the “workbench” profile by @tdstein in #414

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

20 May 16:45
dc6bbb5

Choose a tag to compare

What's Changed

  • feat: add method to retrieve active bundle by @tdstein in #404
  • feat: improve task polling with exponential backoff by @tdstein in #408
  • feat: add metrics.hits, with support for new instrumentation/content/hits endpoint by @toph-allen in #410

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Mar 14:32
b61e2db

Choose a tag to compare

This update includes integration support for AWS, integration support improvements for Posit Workbench, a faster Packages API, and improved handling of request bodies on redirects.

What's Changed

  • feat: implement Posit Workbench credentials strategy and make credentials strategy fallback options more explicit by @dbkegley #384
  • feat: support request body forwarding on redirects by @tdstein in #390
  • feat: speed up the Packages API by @tdstein in #396
  • feat: add support for AWS integration content session token exchange by @mconflitti-pbc in #399
  • feat: add helper for AWS credentials by @mconflitti-pbc in #397

New Contributors

Full Changelog: v0.8.0...v0.9.0