Skip to main content
The release notes for our Rust SDK.

Added

  • Add send_transaction_with_options for gas sponsorship support.

Added

  • Add base introduction for Alloy signer implementation.

Fixed

  • Made it harder to enable vulnerable log statements.

Breaking changes

  • Improve private key memory hygiene.

Changed

  • Updated to latest openapi spec
  • Add support for aptos chain

Changed

  • Support idempotency on wallet calls

Changed

  • Add a function to access the base url

Fixed

  • Some race conditions are authenticate calls

Other

  • Changed the version range in the readme and add badges
Initial release of the Rust SDK. See the quickstart guide for more details on how to get started.The Rust SDK provides type-safe access to the Privy API with:
  • Full API coverage: Complete access to all Privy APIs including wallets, users, transactions, policies, and key quorums
  • Type-safe: Generated types for all API requests and responses using progenitor
  • Async/await support: Built on tokio for modern async Rust applications
  • Authorization context: Built-in support for request signing with authorization keys and user JWTs
  • Error handling: Comprehensive error types for robust error handling