Skip to content

v0.9.0-post0

Compare
Choose a tag to compare
@ff137 ff137 released this 20 Oct 13:24
· 44 commits to main since this release
bfc0f04

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