1.7.0
Summary of major changes:
Client
All client code has been removed from the project and is maintained separately.
- A template repository can be found here; bcgov/aries-vcr-client
- Examples of concrete implementations can be found in bcgov/orgbook-bc-client and bcgov/orgbook-on-client.
Backend
- Remove display of multiple instances of the same legal name in autocomplete results.
- A new "fuzzy search" has been added to allow organizations to experiment with data cleanups using OrgBook data. Apps that have been collecting typed in data for the legal name of an entity may be able to use the API to automate the clean up of their data.
- Fixed a bug related to indexing a credential for the first time.
- Cleanups to the "get help" email and to the get help guidance.
- Update the Aries Agent in Aries VCR to the latest 0.6.0 release of ACA-Py, and related changes, including updating to the V2.0 Credential Exchange protocols.
- Updated documentation on Aries VCR and guidance on creating a user interface using an Aries VCR backend.
- Routine security hygiene, including updating dependencies with known security vulnerabilities.
- Improvements to running Aries VCR in a development environment.