Releases: openwallet-foundation/askar
Releases · openwallet-foundation/askar
v0.2.8-dev.4
What's Changed
- CI build fixes by @andrewwhitehead in #102
- Create MAINTAINERS.md by @swcurran in #101
- Build updates for manylinux support by @andrewwhitehead in #103
- fix(js): free key and entry objects by @genaris in #107
- fix(js): empty key entry list metadata in react-native by @genaris in #105
- Update dependencies by @andrewwhitehead in #89
- fix(js): ensure scan is freed after fetchAll by @genaris in #108
- fix(js): several fixes for js wrapper by @TimoGlastra in #111
- Restrict default max conns to a range for sqlite by @andrewwhitehead in #114
- feat: migration pre-upgrade script by @blu3beri in #104
- chore: update version to dev.4 by @TimoGlastra in #113
New Contributors
Full Changelog: v0.2.8-dev.3...v0.2.8-dev.4
v0.2.8-dev.3
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
What's Changed
Full Changelog: v0.2.8-dev.1...v0.2.8-dev.2
v0.2.8-dev.1
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
- Fix JWK serialization in Python wrapper
- FIx rare lock contention issue with Store instance via FFI
v0.2.6
- Fix an issue with transaction rollback on errors
- Minor fixes in Python wrapper
v0.2.5
- Updates to transaction handling to avoid conflicts under load
- Refactored Python wrapper bindings
v0.2.4
Merge pull request #36 from andrewwhitehead/0.2.4-updates Accept EC key type for BLS keys
v0.2.3
Merge pull request #35 from andrewwhitehead/update-deps Update dependencies
v0.2.2
- 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