Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 28, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@openwallet-foundation/[email protected]

Minor Changes

  • f626ebc: chore: drop support for Node 18

  • f0ae878: feat: update to Askar 0.5.0 release.

    • This adds support for providing a custom Argon2 config.
    • 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.
  • f626ebc: rewrite the Node.JS FFI integration based on Koffi. This enabled Node.JS 24 support and provides a more modern integration

Patch Changes

  • f626ebc: feat: support Node.JS 24

  • a4f1969: docs: update version compatibility in readme

  • 9121e2a: fix: wrap the askar registration with a NativeAskar class that exposes two static members: a .instance getter and register method.

    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)

    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.

  • Updated dependencies [f626ebc]

  • Updated dependencies [f0ae878]

  • Updated dependencies [9121e2a]

@openwallet-foundation/[email protected]

Minor Changes

  • f626ebc: chore: drop support for Node 18

  • f0ae878: feat: update to Askar 0.5.0 release.

    • This adds support for providing a custom Argon2 config.
    • 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.

Patch Changes

  • a4f1969: docs: update version compatibility in readme

  • 9121e2a: fix: wrap the askar registration with a NativeAskar class that exposes two static members: a .instance getter and register method.

    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)

    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.

  • Updated dependencies [f626ebc]

  • Updated dependencies [f0ae878]

  • Updated dependencies [9121e2a]

@openwallet-foundation/[email protected]

Minor Changes

  • f626ebc: chore: drop support for Node 18

  • f0ae878: feat: update to Askar 0.5.0 release.

    • This adds support for providing a custom Argon2 config.
    • 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.

Patch Changes

  • 9121e2a: fix: wrap the askar registration with a NativeAskar class that exposes two static members: a .instance getter and register method.

    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)

    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.

@github-actions github-actions bot requested a review from a team as a code owner November 28, 2025 23:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from ba95c19 to 4afb83b Compare December 7, 2025 07:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4afb83b to a3558ea Compare December 8, 2025 16:04
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
@github-actions github-actions bot force-pushed the changeset-release/main branch from a3558ea to 34f0f74 Compare December 12, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant