Releases: Indicio-tech/acapy-minimal-example
Releases · Indicio-tech/acapy-minimal-example
v0.2.0
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
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
- Add hackable controller implementation by @dbluhm in #1
- feat: add support for indicio demonet to onboarding by @dbluhm in #3
- Updating README with Supplementary Instructions by @anwalker293 in #4
- Feat: add tail server to docker yml by @anwalker293 in #5
- Feat/add method indy anoncreds revoke to protocols.py by @anwalker293 in #6
- Feat/cleaning up indy anoncreds revocation methods by @anwalker293 in #9
- Adding tails server and tunnel agents to docker compose file by @anwalker293 in #10
- Feature/implementing anoncreds revocation methods in main (aka replicating acapy revocation repo flow in AME) by @anwalker293 in #12
- feat: add mediation request to protocols by @dbluhm in #11
- Testing methods in protocols by @anwalker293 in #13
- Minor refactor to rearrange files for clarity by @dbluhm in #19
- test/code quality control by @anwalker293 in #16
- fix: consistency in alice and bob naming by @dbluhm in #23
- feat: rename args in protocols for clarity by @mepeltier in #24
- feature/implementing-ngrok-startup-script by @anwalker293 in #21
- fix: multi-use OOB invitations by @dbluhm in #26
- test/tests by @anwalker293 in #17
- feat: add additional helpers for improved output by @dbluhm in #31
- fix: record_with_values by @mepeltier in #32
- feat: enable user to define event queue and session by @dbluhm in #33
- fix/docker compose by @anwalker293 in #28
- fix/protocols by @anwalker293 in #42
- fix/minimal_example by @anwalker293 in #43
- feature/revocation by @anwalker293 in #27
- feat/alternative docker compose by @anwalker293 in #45
- feat: update ACA-Py to 0.8.1-rc2 by @anwalker293 in #46
- feat: update ACA-Py to 0.8.2-rc0 by @anwalker293 in #47
- feat: update ACA-Py to 0.9.0 by @anwalker293 in #49
- Refinements to the root minimal example by @dbluhm in #50
- feat: add examples folder by @dbluhm in #48
- feat: add simple example by @dbluhm in #52
- Add json-ld example by @dbluhm in #51
- fix: simple example by @dbluhm in #53
- fix: ws labels from settings event by @dbluhm in #54
- feat: add timeout to controller.py by @anwalker293 in #56
- chore: update ACA-Py to 0.10.0-rc1 by @anwalker293 in #55
- chore: transfer flake8 to ruff by @anwalker293 in #57
- fix: timeout needs an int by @dbluhm in #59
- feat: improve model generation by @dbluhm in #60
- feat: only run tests on changes to certain dirs by @dbluhm in #61
- feat: improvements for connections v1 testing by @dbluhm in #64
- feat: simplify the no ws usage of controller case by @dbluhm in #65
- feat: add mediation example by @dbluhm in #58
- fix: updates to support 0.12.0 by @dbluhm in #67
- refactor: rename package by @dbluhm in #68
- chore: update acapy version in examples by @dbluhm in #69
- chore: update dependencies by @dbluhm in #70
- refactor: minimal models by @dbluhm in #71
- chore: further refinements by @dbluhm in #72
- chore: add publish workflow and dependabot config by @dbluhm in #73
- chore(deps): Bump the all-actions group with 2 updates by @dependabot in #74
New Contributors
- @dbluhm made their first contribution in #1
- @anwalker293 made their first contribution in #4
- @dependabot made their first contribution in #74
Full Changelog: https://github.com/Indicio-tech/acapy-minimal-example/commits/v0.1.0