Skip to content

Commit b3d1c6a

Browse files
chore(release): new version (#76)
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com"> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9dafe3 commit b3d1c6a

File tree

14 files changed

+74
-57
lines changed

14 files changed

+74
-57
lines changed

.changeset/empty-dolls-tickle.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/flat-beds-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-wasps-grow.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/little-rice-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-stingrays-accept.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sour-hotels-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-garlics-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-comics-love.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/askar-nodejs/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @openwallet-foundation/askar-nodejs
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- f626ebc: chore: drop support for Node 18
8+
- f0ae878: feat: update to Askar 0.5.0 release.
9+
10+
- This adds support for providing a custom Argon2 config.
11+
- In addition it adds methods to list the open sessions and scans on a store. Note however that these methods are only implemented in the Node.JS wrapper for now, they will be added to the React Native wrapper at a later stage.
12+
13+
- f626ebc: rewrite the Node.JS FFI integration based on Koffi. This enabled Node.JS 24 support and provides a more modern integration
14+
15+
### Patch Changes
16+
17+
- f626ebc: feat: support Node.JS 24
18+
- a4f1969: docs: update version compatibility in readme
19+
- 9121e2a: fix: wrap the askar registration with a `NativeAskar` class that exposes two static members: a `.instance` getter and `register` method.
20+
21+
Previously when you did not import the native askar library on the first line (or above all logic that uses Askar) the reference to Askar would be undefined. (i.e. askar-shared is imported before askar-react-native or askar-nodejs)
22+
23+
The `registerAskar` method and `askar` property are kept for backwards compatibility, but these are still prone to the same error. `registerAskar` integrated with the new `NativeAskar` class, and so all usages within the shared library, as well as the nodejs and react-native wrappers will be fixed. We recommend to update to the new `NativeAskar` class for all other usages.
24+
25+
- Updated dependencies [f626ebc]
26+
- Updated dependencies [f0ae878]
27+
- Updated dependencies [9121e2a]
28+
- @openwallet-foundation/askar-shared@0.5.0
29+
330
## 0.4.3
431

532
### Patch Changes

packages/askar-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-nodejs",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",

0 commit comments

Comments
 (0)