Releases: hyperledger/anoncreds-rs
Releases · hyperledger/anoncreds-rs
v0.1.0-dev.10
What's Changed
- added currentAccumulator support by @blu3beri in #122
- fix(js): strings in FFI structs and JSON conversion in react native by @genaris in #139
- fix: add support for legacy schema and cred def id by @blu3beri in #137
- chore: update dependencies by @blu3beri in #142
- fix(js): several fixes for js wrapper by @TimoGlastra in #131
- fix(js): defer library loading for nodejs by @genaris in #144
- chore: set version to 0.1.0-dev.10 by @TimoGlastra in #140
Full Changelog: v0.1.0-dev.9...v0.1.0-dev.10
v0.1.0-dev.9
What's Changed
- fix(js): remove credentialDefinitionId by @blu3beri in #114
- Support combination of revocable / non-revocable credentials and timestamp override by @whalelephant in #102
- fix: issuer id in rev reg def must be the same as the credential def by @blu3beri in #119
- update
ursa
to 0.3.7 by @NicolasDP in #124 - add required entropy instead of optional prover_did by @blu3beri in #121
- fix(js): missing getXXXFromJson methods and several typos by @genaris in #130
- refactor(js)!: use JSON objects in API instead of strings and instances by @genaris in #129
- chore: update versions by @blu3beri in #134
New Contributors
- @NicolasDP made their first contribution in #124
Full Changelog: v0.1.0-dev.8...v0.1.0-dev.9
v0.1.0-dev.8
What's Changed
Full Changelog: v0.1.0-dev.7...v0.1.0-dev.8
v0.1.0-dev.7
What's Changed
- chore: make build-xcframework executable by @karimStekelenburg in #110
- chore: update version by @blu3beri in #111
New Contributors
- @karimStekelenburg made their first contribution in #110
Full Changelog: v0.1.0-dev.6...v0.1.0-dev.7
v0.1.0-dev.6
What's Changed
- fix(js): fixed some typos for RN by @blu3beri in #106
- fix(js): allow multiple turbo modules to be registered by @blu3beri in #107
- build: get the version from the metadata by @blu3beri in #108
- chore: update version by @blu3beri in #109
Full Changelog: v0.1.0-dev.5...v0.1.0-dev.6
v0.1.0-dev.5
What's Changed
- build(ios): change the id so it works in production by @blu3beri in #97
- fix(js): added casting and fixed RN bindings by @blu3beri in #98
- fix(js): remove originDid and add revocationStatusList by @genaris in #99
- fix(js): CredentialEntry optional parameters by @genaris in #101
- fix: parameters when creating credentials without revocation by @genaris in #100
- chore: update version to 0.1.0-dev.5 by @TimoGlastra in #104
Full Changelog: v0.1.0-dev.4...v0.1.0-dev.5
v0.1.0-dev.4
What's Changed
- fix(js): missing export and return type by @genaris in #87
- fix(js): proverDid optional in Credential Request by @genaris in #89
- fix react native by @blu3beri in #91
- chore: update versions by @blu3beri in #92
- build: updated version in the test by @blu3beri in #93
- build: build xc frameworks with dylibs by @blu3beri in #95
- build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /wrappers/javascript by @dependabot in #94
- build: use dynamic libraries for iOS by @blu3beri in #96
New Contributors
Full Changelog: v0.1.0-dev.3...v0.1.0-dev.4
v0.1.0-dev.3
What's Changed
- build: small issues with release by @TimoGlastra in #86
Full Changelog: v0.1.0-dev.2...v0.1.0-dev.3
v0.1.0-dev.2
What's Changed
- Fix Python type hints by @andrewwhitehead in #85
- fix(js): added release step to the pipeline by @blu3beri in #84
New Contributors
- @andrewwhitehead made their first contribution in #85
Full Changelog: v0.1.0-dev.1...v0.1.0-dev.2
v0.1.0-dev.1
What's Changed
- Create settings.yml by @ryjones in #1
- docs: update maintainers file by @TimoGlastra in #3
- Rename indy-credx to anoncreds by @dkulic in #14
- chore: remove indy-test-utils by @dkulic in #16
- fix(wql): removed indy-wql by @blu3beri in #17
- Moved indy-data-types into anoncreds module data_types by @dkulic in #18
- Remove non anoncreds related types from the anoncreds data_types module by @dkulic in #20
- Removed to_unqualified() method from Credential Definition data type by @dkulic in #21
- No id creation by @blu3beri in #25
- add comment about openssl dependency by @blu3beri in #35
- Update to idiomatic rust by @blu3beri in #27
- Remove seq no by @blu3beri in #30
- Update schema data model by @blu3beri in #31
- Remove the V1 suffix from the cred def by @blu3beri in #32
- Added header files and generator by @blu3beri in #43
- build: Add build for ios and android by @blu3beri in #44
- Updated to correct openssl-src repo by @blu3beri in #48
- Revocation List Model by @whalelephant in #37
- Added
issuerId
to theschema
andcred_def
anoncreds objects by @blu3beri in #50 - added schema attrNames validation by @blu3beri in #55
- removed required prover_did by @blu3beri in #57
- Add Node.js and React Native wrapper by @blu3beri in #58
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /wrappers/javascript by @dependabot in #61
- Bump json5 from 1.0.1 to 1.0.2 in /wrappers/javascript by @dependabot in #62
- update revocation registry definition by @blu3beri in #56
- build(javascript): added initial pipeline by @blu3beri in #65
- feat: allow create status list and remove rev reg by @whalelephant in #68
- Tests: multiple credentials by @whalelephant in #70
- Integrate indy-utils into anoncreds by @blu3beri in #40
- feat(python): bindings working by @blu3beri in #63
- disable dependency on other workflow by @blu3beri in #69
- feat(ffi): updated with new methods by @blu3beri in #72
- fix: remove requirement for rev reg in verify function by @whalelephant in #80
- nodejs release ready by @blu3beri in #81
- fix(js): Node.js tests working by @blu3beri in #83
New Contributors
- @ryjones made their first contribution in #1
- @TimoGlastra made their first contribution in #3
- @dkulic made their first contribution in #14
- @blu3beri made their first contribution in #17
- @whalelephant made their first contribution in #37
- @dependabot made their first contribution in #61
Full Changelog: https://github.com/hyperledger/anoncreds-rs/commits/v0.1.0-dev.1