Skip to content

Releases: privy-io/go-sdk

v0.0.4

17 Feb 17:37
cb75a23

Choose a tag to compare

0.0.4 (2026-02-17)

Full Changelog: v0.0.3...v0.0.4

⚠ BREAKING CHANGES

  • adjusts to remove_params_suffix flag (#46)

Features

  • api: sets go config flag remove_params_suffix (6a286f5)
  • implements GenerateP256KeyPair under the authorization package (#48) (756ff1b)

Bug Fixes

  • adjusts to remove_params_suffix flag (#46) (04a6a58)

v0.0.3

11 Feb 21:29
8f1709e

Choose a tag to compare

0.0.3 (2026-02-11)

Full Changelog: v0.0.2...v0.0.3

Bug Fixes

  • encoder: correctly serialize NullStruct (2814dff)

Chores

  • fix non public method names (53bb4d7)

v0.0.2

11 Feb 17:42
287f739

Choose a tag to compare

0.0.2 (2026-02-11)

Full Changelog: v0.0.1...v0.0.2

Features

  • ethereum and solana rpc helpers take in params directly (#39) (cdecf19)
  • implements PrivyPolicyService utils (#42) (9e77bca)

Documentation

v0.0.1

10 Feb 17:15

Choose a tag to compare

0.0.1 (2026-02-10)

Full Changelog: v0.0.1...v0.0.1

Features

  • api: api update (ca09989)
  • api: api update (0d33f83)
  • api: api update (5bda472)
  • api: api update (9939dd8)
  • api: api update (a2c9e3c)
  • api: api update (2036a3c)
  • api: api update (5aa3a97)
  • api: api update (501e5ed)
  • api: api update (6c2b633)
  • api: api update (864d121)
  • api: api update (89aaaf2)
  • api: manual updates (e8c6cba)
  • api: manual updates (2f04a25)
  • api: manual updates (4c118cd)
  • api: manual updates (35bb241)
  • client: add a convenient param.SetJSON helper (eb090cc)
  • create PrivySolanaWalletService struct and integrate with PrivyWalletService (#28) (ceed1ab)
  • ExchangeJwtForAuthorizationKey and Sign need the Context param (#11) (71e7dd1)
  • format request for authorization signature (#5) (c1faf8a)
  • implements GenerateAuthorizationSignaturesForRequest (#27) (6ca3a7d)
  • implements jwt exchange via the wallets service (#12) (3810a66)
  • implements PrivyKeyQuorumService Update and Delete utils (#34) (48dba81)
  • implements PrivyWalletService.RawSign (#36) (e6f88eb)
  • implements PrivyWalletService.Rpc (#17) (2383c57)
  • implements PrivyWalletService.Update (#35) (a434945)
  • implements Wallets.Ethereum.SendTransaction (#24) (1c6d8f6)
  • implements Wallets.Ethereum.Sign7702Authorization (#18) (b35e96b)
  • implements Wallets.Ethereum.SignMessage (#20) (2ffd5b5)
  • implements Wallets.Ethereum.SignSecp256k1 (#21) (1b7c257)
  • implements Wallets.Ethereum.SignTransaction (#22) (1373035)
  • implements Wallets.Ethereum.SignTypedData (#23) (6e080c6)
  • implements Wallets.Ethereum.SignUserOperation (#19) (e539541)
  • implements Wallets.Solana.SignAndSendTransaction (#31) (556fd1a)
  • implements Wallets.Solana.SignMessage (#29) (267cbbc)
  • implements Wallets.Solana.SignTransaction (#30) (6837810)
  • jwts in authorization context (#6) (7a83bf9)
  • p256-only authorization context (#4) (7c5726f)
  • signers in authorization context (#7) (1befadd)

Bug Fixes

  • docs: add missing pointer prefix to api.md return types (1e117e4)

Chores

  • add client and service wrappers on top of generated sdk (#10) (2f2b55b)
  • add client header to all requests (#13) (408ef9e)
  • api: bump go version to 1.23 (233432f)
  • configure new SDK language (3850930)
  • configure new SDK language (dab95c9)
  • internal: codegen related update (78accf1)
  • internal: update actions/checkout version (47e7e2c)
  • setup privy logger (#14) (daffe2a)
  • update SDK settings (7c062a9)
  • update SDK settings (79947d4)
  • update SDK settings (afbf2ec)