Skip to content

Releases: didx-xyz/aries-cloudcontroller-python

v0.11.0-post0

15 Jan 07:50
d5d22a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.0-post0

v0.11.0

27 Nov 13:50
2ba8226
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.5...v0.11.0

v0.10.5

27 Nov 10:20
bb7595c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4

27 Nov 10:14
d67e499
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.3

27 Nov 10:11
0acdc36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

27 Nov 09:38
a5b3a10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

27 Nov 09:25
c5beb81
Compare
Choose a tag to compare

Summary

  • Updated cloudcontroller to use latest openapi-generator release (7.1.0)
  • Identified and fixed a memory leak, stemming from pydantic's @validate_call decorator
  • Upgraded spec to ACA-Py 0.10.1

What's Changed

  • Fix response schemas that have custom types in ACA-Py by @ff137 in #96
  • Update README.md by @ff137 in #97
  • Remove verkey validation as it only support ed25519 by @ff137 in #98
  • Update Actions and add Dependabot by @rblaine95 in #99
  • Bump actions/checkout from 3 to 4 by @dependabot in #109
  • 💥✨ Regenerate cloudcontroller with up-to-date python (asyncio) openapi generator by @ff137 in #114
  • 🔧 adjust Upload Python Package workflow by @ff137 in #115
  • 🎨 group_id must be Optional in get_wallets by @ff137 in #119
  • Update cloudcontroller client using openapi-generator 7.1.0 by @ff137 in #123
  • ✨ Upgrade to ACA-Py 0.10.1 by @ff137 in #127

New Contributors

Full Changelog: v0.9.0...v0.10.1

v0.9.0-post2

20 Nov 11:59
ff063b2
Compare
Choose a tag to compare

Summary

Regenerated cloudcontroller using latest openapi-generator (7.1.0)

  • Primarily refactors the api modules. Models are functionally the same.

Additional minor feature:

  • AcaPyClient class now directly stores the api_key and tenant_jwt for easier access.

Includes dependency upgrades for:

  • aiohttp
  • black
  • pydantic
  • pytest-mock
  • urllib3

What's Changed

  • Update cloudcontroller client using openapi-generator 7.1.0 by @ff137 in #123

Full Changelog: v0.9.0-post1...v0.9.0-post2

v0.9.0-post1

26 Oct 16:17
1ed6db2
Compare
Choose a tag to compare

What's Changed

  • 🔧 adjust Upload Python Package workflow by @ff137 in #115
  • 🎨 group_id must be Optional in get_wallets by @ff137 in #119

Full Changelog: v0.9.0-post0...v0.9.0-post1

v0.9.0-post0

20 Oct 13:24
bfc0f04
Compare
Choose a tag to compare

What's Changed

💥✨ Regenerate cloudcontroller with up-to-date python (asyncio) openapi generator #114
Includes breaking changes:

  • deprecates usage of uplink, and so AcaPyClient has been refactored
  • pydantic v1 -> v2
  • some model fields renamed (for fields that are reserved words: schema_ renamed to var_schema and from_ to var_from)
  • remove overly-strict model requirement from VerifyRequest (for JsonLD verify method)
  • improved ease of auto-generating client

Full Changelog: v0.9.0...v0.9.0-post0