Skip to main content
The release notes for our NodeJS (@privy-io/node) SDK.
0.6.0

Added

  • Added support for Tron in policies, including specific transaction conditions for TransferContract and TriggerSmartContract.
  • Added support for eth_signUserOperation policies.
  • Expanded transaction query support to include Ethereum, Arbitrum, Linea, Optimism, and Polygon (previously limited to Base).
  • Enhanced raw signing capabilities with hex encoding and support for both keccak256 and sha256 hash functions.
0.5.0

Breaking changes

  • RPC response types (e.g. EthereumPersonalSignRpcResponse) are now exported directly instead of nested under the WalletRpcResponse namespace.

Added

  • Added support for reading Passkey accounts from identity tokens.
  • Breaking change: Updated the AuthorizationContext interface to support multiple user JWT signing mechanisms.

Fixed

  • Includes a fix for the users search searchTerm parameter.
0.4.1

Added

  • Added support for performing a raw signature over a utf-8 byte sequence.

Improved

  • Better docs around resource ownership and authorization keys.
0.4.0

Added

  • Support linked accounts for custom OAuth providers.
  • Improved typing for linked embedded wallet accounts.
0.3.0

Added

  • Support for verifying webhook invocations (via signatures).
0.2.0

Fixed

  • Automatically remove authorization key prefixes
0.1.0
Initial release of the NodeJS SDK. See the quickstart guide for more details on how to get started.