Skip to content

Releases: openwallet-foundation/askar

v0.2.8-dev.4

08 Mar 09:24
9fbaae1
Compare
Choose a tag to compare
v0.2.8-dev.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.8-dev.3...v0.2.8-dev.4

v0.2.8-dev.3

13 Feb 13:13
ed2a8e7
Compare
Choose a tag to compare
v0.2.8-dev.3 Pre-release
Pre-release

What's Changed

  • fix(js): allow multiple turbo modules to be registered by @blu3beri in #97
  • chore: update version by @blu3beri in #98

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

v0.2.8-dev.2

09 Feb 11:55
1b1d0ad
Compare
Choose a tag to compare
v0.2.8-dev.2 Pre-release
Pre-release

What's Changed

  • feat(js): setup React Native by @blu3beri in #94
  • update versions by @blu3beri in #95

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

v0.2.8-dev.1

03 Feb 09:22
dba4bc6
Compare
Choose a tag to compare
v0.2.8-dev.1 Pre-release
Pre-release

What's Changed

  • feat: add include to index so some operations don't need to access th… by @reflectivedevelopment in #57
  • feat(js): wrapper JavaScript by @blu3beri in #60
  • feat(wql): ported indy-wql to askar-wql by @blu3beri in #63
  • Fix panic on different seed lengths when generating raw store key by @andrewwhitehead in #65
  • use toolchain and not cross by @blu3beri in #69
  • feat(js): add wrapper to build pipeline by @genaris in #71
  • fix(js): Scan with more than a single result by @genaris in #73
  • Exposed Argon enum in Rust to use it for key derivation by @Artemkaaas in #75
  • feat(js): add Store rekey by @genaris in #72
  • Change behaviour of clause negation in tag filters by @andrewwhitehead in #79
  • fix(js): set scan offset to 0 if not defined by @genaris in #83
  • feat(js): add Bls12381G1G2 to supported key algos by @genaris in #85
  • Update deprecated github actions by @andrewwhitehead in #84
  • Add FFI method to terminate worker threads; fix custom logger disabling by @andrewwhitehead in #88
  • better ios android build pipeline by @blu3beri in #87
  • chore(js): add @hyperledger prefix by @TimoGlastra in #80
  • chore: update version to 0.2.8-dev.1 by @TimoGlastra in #93

New Contributors

  • @reflectivedevelopment made their first contribution in #57
  • @blu3beri made their first contribution in #60
  • @genaris made their first contribution in #71
  • @Artemkaaas made their first contribution in #75
  • @TimoGlastra made their first contribution in #80

Full Changelog: v0.2.7...v0.2.8-dev.1

v0.2.7

11 Jun 01:53
ceb2940
Compare
Choose a tag to compare
  • Fix JWK serialization in Python wrapper
  • FIx rare lock contention issue with Store instance via FFI

v0.2.6

07 May 03:07
11a145b
Compare
Choose a tag to compare
  • Fix an issue with transaction rollback on errors
  • Minor fixes in Python wrapper

v0.2.5

20 Apr 14:25
76fcda4
Compare
Choose a tag to compare
  • Updates to transaction handling to avoid conflicts under load
  • Refactored Python wrapper bindings

v0.2.4

18 Jan 22:50
a92d360
Compare
Choose a tag to compare
Merge pull request #36 from andrewwhitehead/0.2.4-updates

Accept EC key type for BLS keys

v0.2.3

12 Jan 23:52
d7a7d61
Compare
Choose a tag to compare
Merge pull request #35 from andrewwhitehead/update-deps

Update dependencies

v0.2.2

16 Aug 03:47
a93ce8d
Compare
Choose a tag to compare
  • Fix an issue creating new storage profiles
  • Fix postgres DB tests
  • Extend profile tests in Python wrapper
  • Fix result of Store.generate_raw_key in Python wrapper