Releases: hyperledger/indy-shared-rs
Releases · hyperledger/indy-shared-rs
v1.1.1
What's Changed
- Avoid stripping leading zeros from non-integer encoded attribute by @andrewwhitehead in #43
- Update anoncreds-clsignatures minimum version by @andrewwhitehead in #44
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Update dalek dependencies & refactor by @andrewwhitehead in #40
Full Changelog: v1.0.3...v1.1.0
v1.0.3
Merge pull request #42 from andrewwhitehead/fix/ffi-usize Switch usize to i64 in FFI
v1.0.2
Merge pull request #39 from andrewwhitehead/upd/ver102 Update version
v1.0.1
Restores support for revocation accumulators containing the infinity point. Updates dependencies and removes unneeded features from indy-utils.
indy-credx 1.0.0
This release switches the backend for indy-credx
from ursa
(which is now archived) to the new anoncreds-clsignatures
package.
There are relatively minor breaking changes to the API:
- MasterSecret is renamed to LinkSecret.
- Creating a revocable credential no longer requires a tails file.
- Updating a revocation registry requires the credential definition and revocation private key, instead of the tails file.
There are also important security fixes:
- For issuers, new revocation registries must be created due to changes to the tails file contents. Credentials should be re-issued.
- For provers, the proof of non-revocation has been updated. This means that verifiers that have not been upgraded will not be able to verify the new proof.
- For verifiers, a new FFI method is added to verify either the older non-revocation proof format or the new proof format. This is only added to allow for a more gradual upgrade of the ecosystem, and will be removed in a future version.
Performance is generally improved, especially for operations such as creating a new revocation registry.
indy-credx 0.3.3
Merge pull request #28 from andrewwhitehead/upd/python-ver Update python wrapper version
indy-credx 0.3.2
- Add linux/arm64 build, updated Github pipeline
- Fixes for Python wrapper type hints
indy-credx 0.3.1
Merge pull request #10 from andrewwhitehead/updates Update dependencies, enable MacOS universal build
indy-credx 0.3.0
Merge pull request #9 from andrewwhitehead/cleanups Update python wrapper version