This release of Askar covers only the Rust libraries and the Python Wrapper. The Javascript and React Native wrappers are now in a separate repo (https://github.com/openwallet-foundation/askar-wrapper-javascript) and a release from that repo will follow Real Soon Now.
What's Changed
- fix(js): lerna setup by @berendsliedrecht in #273
- chore(js): set pnpm workspace correct by @berendsliedrecht in #274
- chore(js): install pnpm dependencies with frozen lockfile by @berendsliedrecht in #275
- store key id for hardware keys by @berendsliedrecht in #284
- ✨ add
order_by
anddescending
options to scan and fetch_all queries by @ff137 in #291 - feat: support react-native 0.75 by @DorianMazur in #308
- Update Rust dependencies and versions by @andrewwhitehead in #312
- build(deps): bump futures-lite from 2.1.0 to 2.5.0 by @dependabot in #323
- Update Rust dependencies & fix warnings by @andrewwhitehead in #326
- Update Python dependencies, use
orjson
if available by @andrewwhitehead in #327 - Remove JS wrappers from this repo by @andrewwhitehead in #328
- Implement JWK import for symmetric keys by @andrewwhitehead in #330
- build(deps-dev): update pytest requirement from ~=8.3.3 to ~=8.3.4 in /wrappers/python by @dependabot in #331
- Update python publish workflow by @jamshale in #335
- build(deps): bump serde from 1.0.215 to 1.0.216 by @dependabot in #337
- build(deps-dev): update pytest-asyncio requirement from ~=0.24.0 to ~=0.25.0 in /wrappers/python by @dependabot in #336
- build(deps): bump tokio from 1.41.1 to 1.42.0 by @dependabot in #333
- build(deps): bump chrono from 0.4.38 to 0.4.39 by @dependabot in #332
New Contributors
- @DorianMazur made their first contribution in #308
- @jamshale made their first contribution in #335
Full Changelog: v0.3.2...v0.4.0