Releases: posit-dev/posit-sdk-py
Releases · posit-dev/posit-sdk-py
v0.16.1
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
- @samperman made their first contribution in #462
Full Changelog: v0.16.0...v0.16.1
v0.15.1
Full Changelog: v0.15.0...v0.15.1
v0.15.0
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
What's Changed
- feat: adds APIs for Custom OAuth Integrations and add support getDelegatedAzureToken by @zachhannum in #442
New Contributors
- @zachhannum made their first contribution in #442
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- chore: Correct example syntax in Client constructor by @nealrichardson in #436
- feat: add support for content session tokens in snowflake authenticator by @mconflitti-pbc in #437
Full Changelog: v0.12.1...v0.13.0
v0.12.1
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
What's Changed
- feat: improve task polling by @tdstein in #409
- feat: add optional audience parameter to credential exchange related methods by @mconflitti-pbc in #419
- feat: add
find_bymethods for integrations and associations by @mconflitti-pbc in #419
Breaking Changes
- The parameter
integration_guid: strhas been changed tointegration_guids: list[str]within thecontent.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
What's Changed
- feat: extend content.get() to automatically use
includeparam by @cgraham-rs in #420 - fix(databricks): lazy-load the “workbench” profile by @tdstein in #414
New Contributors
- @cgraham-rs made their first contribution in #420
Full Changelog: v0.10.0...v0.11.0
v0.10.0
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 newinstrumentation/content/hitsendpoint by @toph-allen in #410
New Contributors
- @toph-allen made their first contribution in #410
Full Changelog: v0.9.0...v0.10.0
v0.9.0
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