Releases: didx-xyz/aries-cloudcontroller-python
Releases · didx-xyz/aries-cloudcontroller-python
v0.11.0-post0
What's Changed
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #141
- Bump actions/setup-python from 4 to 5 by @dependabot in #137
- ⬆️ Update dependencies by @ff137 in #143
Full Changelog: v0.11.0...v0.11.0-post0
v0.11.0
v0.10.5
v0.10.4
v0.10.3
v0.10.2
v0.10.1
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 inget_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
- @rblaine95 made their first contribution in #99
- @dependabot made their first contribution in #109
Full Changelog: v0.9.0...v0.10.1
v0.9.0-post2
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
Full Changelog: v0.9.0-post1...v0.9.0-post2
v0.9.0-post1
What's Changed
- 🔧 adjust Upload Python Package workflow by @ff137 in #115
- 🎨
group_id
must be Optional inget_wallets
by @ff137 in #119
Full Changelog: v0.9.0-post0...v0.9.0-post1
v0.9.0-post0
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 tovar_schema
andfrom_
tovar_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