Skip to content

Commit 2483fe4

Browse files
chore(release): 2.4.0 [skip ci]
## [2.4.0](v2.3.0...v2.4.0) (2026-04-13) ### Features - **example-node-ethers:** upgrade to SDK 2.x with full ERC-7984 flows ([#170](#170)) ([3cdddab]()) - **example-node-viem:** upgrade to SDK 2.x with full ERC-7984 flows ([#169](#169)) ([950756f]()) - **react-sdk:** unify useUserDecrypt with reactive cache and auto-decrypt ([#125](#125)) ([9e14f69]()), closes [#176]() - **sdk:** remove Zaiffer-specific fee and admin features (SDK-39) ([#191](#191)) ([d4db0ae]()) ### Bug Fixes - **sdk:** cap keypairTTL at the fhevm 365-day maximum ([#212](#212)) ([d11986f]()) ### Reverts - **ci:** PR [#217](#217) ([16301d5]())
1 parent 3d71b4d commit 2483fe4

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/zama-ai/sdk/compare/v2.3.0...v2.4.0) (2026-04-13)
4+
5+
### Features
6+
7+
- **example-node-ethers:** upgrade to SDK 2.x with full ERC-7984 flows ([#170](https://github.com/zama-ai/sdk/issues/170)) ([3cdddab]())
8+
- **example-node-viem:** upgrade to SDK 2.x with full ERC-7984 flows ([#169](https://github.com/zama-ai/sdk/issues/169)) ([950756f]())
9+
- **react-sdk:** unify useUserDecrypt with reactive cache and auto-decrypt ([#125](https://github.com/zama-ai/sdk/issues/125)) ([9e14f69]()), closes [#176]()
10+
- **sdk:** remove Zaiffer-specific fee and admin features (SDK-39) ([#191](https://github.com/zama-ai/sdk/issues/191)) ([d4db0ae]())
11+
12+
### Bug Fixes
13+
14+
- **sdk:** cap keypairTTL at the fhevm 365-day maximum ([#212](https://github.com/zama-ai/sdk/issues/212)) ([d11986f]())
15+
16+
### Reverts
17+
18+
- **ci:** PR [#217](https://github.com/zama-ai/sdk/issues/217) ([16301d5]())
19+
320
## [2.4.0-alpha.6](https://github.com/zama-ai/sdk/compare/v2.4.0-alpha.5...v2.4.0-alpha.6) (2026-04-13)
421

522
### Features

packages/react-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zama-fhe/react-sdk",
3-
"version": "2.4.0-alpha.6",
3+
"version": "2.4.0",
44
"description": "React hooks for Zama SDK",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",
@@ -64,7 +64,7 @@
6464
},
6565
"peerDependencies": {
6666
"@tanstack/react-query": ">=5",
67-
"@zama-fhe/sdk": "^2.4.0-alpha.6",
67+
"@zama-fhe/sdk": "^2.4.0",
6868
"react": ">=18",
6969
"viem": "^2.47.0",
7070
"wagmi": ">=2"

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zama-fhe/sdk",
3-
"version": "2.4.0-alpha.6",
3+
"version": "2.4.0",
44
"description": "TypeScript SDK for Zama fhEVM confidential smart contracts",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",

0 commit comments

Comments
 (0)