Skip to content

Releases: zama-ai/sdk

v1.0.0-alpha.15

06 Mar 16:29

Choose a tag to compare

v1.0.0-alpha.15 Pre-release
Pre-release

1.0.0-alpha.15 (2026-03-06)

v1.0.0-alpha.14

06 Mar 13:34

Choose a tag to compare

v1.0.0-alpha.14 Pre-release
Pre-release

1.0.0-alpha.14 (2026-03-06)

v1.0.0-alpha.13

06 Mar 13:16

Choose a tag to compare

v1.0.0-alpha.13 Pre-release
Pre-release

1.0.0-alpha.13 (2026-03-06)

Bug Fixes

  • deps: pin minimatch to 10.2.4 to resolve ReDoS vulnerabilities (#69) (3861748)

v1.0.0-alpha.12

06 Mar 13:03

Choose a tag to compare

v1.0.0-alpha.12 Pre-release
Pre-release

1.0.0-alpha.12 (2026-03-06)

Features

  • read-only signer mode & gitbook import audit (#65) (03366c2)

v1.0.0-alpha.11

06 Mar 12:47

Choose a tag to compare

v1.0.0-alpha.11 Pre-release
Pre-release

1.0.0-alpha.11 (2026-03-06)

Features

v1.0.0-alpha.10

06 Mar 12:02

Choose a tag to compare

v1.0.0-alpha.10 Pre-release
Pre-release

1.0.0-alpha.10 (2026-03-06)

Features

v1.0.0-alpha.7

09 Mar 15:45

Choose a tag to compare

v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2026-03-02)

Bug Fixes

  • security: resolve CodeQL code scanning alerts (#42) (96ae63f)

v1.0.0-alpha.6

09 Mar 15:45

Choose a tag to compare

v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2026-03-02)

Bug Fixes

  • security: resolve 3 high-severity Dependabot alerts (#41) (9f29783), closes #3 #4 #2

v1.0.0-alpha.5

09 Mar 15:44

Choose a tag to compare

v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2026-03-02)

v1.0.0-alpha.4

09 Mar 15:44

Choose a tag to compare

v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2026-03-02)

Features

  • add activity feed, batch transfer, and resume unshield e2e tests (70efc7e)
  • add wagmi v2 compatibility shim for useConnection/getConnection (c480ac4)
  • cache decrypted balances in storage to eliminate spinner on reload (63df398)
  • test-components: add 11 shared form/panel components (71aea3d)
  • test-components: add shared responsive sidebar nav (2cbdab0)
  • test-components: add token-table with framework-agnostic LinkComponent prop (62a89d0)
  • test-components: scaffold shared test components package (2ed32fa)
  • test-vite: add React Router, Tailwind CSS, and extract pages (e70f4ad)
  • test-vite: migrate to rolldown-vite (ab80bfc)

Bug Fixes

  • address integrator friction — gas limits, worker IIFE, CDN localhost, StrictMode restart, Sepolia /v2 (a42d583)
  • ci: add Vite build step before running e2e tests (689e1d5)
  • playwright: drain in-flight route handlers before reverting chain state (23cfec9)
  • playwright: use uniform 30s timeout for nextjs project (bfe96af)
  • replace < 2M with prose in JSDoc to silence tsdoc-malformed-html-name (cf4264e)
  • sdk: add /v2 path to mainnet relayer URL (0310d01)
  • test-components: add non-null assertion for array index access (6b9a1ff)
  • test-nextjs: correct theme.css import path in globals.css (f4b8564)
  • test-nextjs: correct USDT contract address to match hardhat deployment (6cd96f5)
  • test-nextjs: replace CONTRACTS.confidentialToken with CONTRACTS.cUSDT (b0ab373)

Reverts

  • remove premature localhost CDN validation & document balance cache (2a3664c)