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