Skip to content

Releases: Indicio-tech/acapy-minimal-example

v0.2.0

08 Jul 16:06
Compare
Choose a tag to compare

The big changes in this update pertain to models included in this library:

  • The protocol helpers now rely on "minimized" models rather than the auto-generated models
  • This enables dependents to opt into pydantic models using the models extra but still use the protocol helpers
  • The version of Pydantic in use is updated to v2

What's Changed

  • fix: event should be vanilla dataclass by @dbluhm in #83
  • chore(deps-dev): Bump ruff from 0.3.5 to 0.4.1 by @dependabot in #85
  • feat: add connectionless issuance example by @dbluhm in #86
  • chore(deps-dev): Bump ruff from 0.4.1 to 0.4.2 by @dependabot in #92
  • feat: add self-attested example by @dbluhm in #96
  • feat: add multitenancy example by @dbluhm in #97
  • chore(deps): Bump psf/black from 24.3.0 to 24.4.2 in the all-actions group by @dependabot in #94
  • chore: bump dep versions by @dbluhm in #98
  • chore: test ACA-Py 0.12.1 by @dbluhm in #88
  • fix: bad error message by @dbluhm in #101
  • chore(deps-dev): Bump ruff from 0.4.5 to 0.4.7 by @dependabot in #102
  • feat: pydantic v2 models by @dbluhm in #113

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Apr 17:01
Compare
Choose a tag to compare

This is the first official release of the acapy-controller package. This has been widely used internally at Indicio and we're happy to make it more accessible to other projects by publishing this release.

What's Changed

New Contributors

Full Changelog: https://github.com/Indicio-tech/acapy-minimal-example/commits/v0.1.0