Skip to content

Releases: hyperledger/anoncreds-rs

v0.1.0-dev.10

15 Mar 10:35
ec22c71
Compare
Choose a tag to compare
v0.1.0-dev.10 Pre-release
Pre-release

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

07 Mar 12:58
49efccc
Compare
Choose a tag to compare
v0.1.0-dev.9 Pre-release
Pre-release

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

Full Changelog: v0.1.0-dev.8...v0.1.0-dev.9

v0.1.0-dev.8

15 Feb 20:39
b9736e3
Compare
Choose a tag to compare
v0.1.0-dev.8 Pre-release
Pre-release

What's Changed

  • fix(js): fixed minor typos by @blu3beri in #112
  • chore: update version by @blu3beri in #113

Full Changelog: v0.1.0-dev.7...v0.1.0-dev.8

v0.1.0-dev.7

15 Feb 18:41
a1729a3
Compare
Choose a tag to compare
v0.1.0-dev.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-dev.6...v0.1.0-dev.7

v0.1.0-dev.6

13 Feb 13:12
185c6af
Compare
Choose a tag to compare
v0.1.0-dev.6 Pre-release
Pre-release

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

10 Feb 13:01
c8ecbbc
Compare
Choose a tag to compare
v0.1.0-dev.5 Pre-release
Pre-release

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

02 Feb 13:21
69b621b
Compare
Choose a tag to compare
v0.1.0-dev.4 Pre-release
Pre-release

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

27 Jan 09:37
d033911
Compare
Choose a tag to compare
v0.1.0-dev.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-dev.2...v0.1.0-dev.3

v0.1.0-dev.2

26 Jan 20:21
b1e2be5
Compare
Choose a tag to compare
v0.1.0-dev.2 Pre-release
Pre-release

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

Full Changelog: v0.1.0-dev.1...v0.1.0-dev.2

v0.1.0-dev.1

26 Jan 13:55
bc7953f
Compare
Choose a tag to compare
v0.1.0-dev.1 Pre-release
Pre-release

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 the schema and cred_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

Full Changelog: https://github.com/hyperledger/anoncreds-rs/commits/v0.1.0-dev.1