Skip to content

Commit 0373991

Browse files
chore(main): release dataprotector 2.0.0-beta.24 (#546)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 349d1bf commit 0373991

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/sdk": "2.0.0-beta.23",
2+
"packages/sdk": "2.0.0-beta.24",
33
"packages/subgraph": "3.1.1",
44
"packages/smart-contract": "0.2.0"
55
}

packages/sdk/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.0-beta.24](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.23...dataprotector-v2.0.0-beta.24) (2026-02-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **sdk:** remove dataprotector-sharing module ([#543](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/543))
11+
12+
### Added
13+
14+
* add inspectBulkRequest method ([#547](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/547)) ([efda203](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/efda203a7194f5e2ba1f6abaed2563b058451d4b))
15+
16+
17+
### Changed
18+
19+
* **sdk:** remove dataprotector-sharing module ([#543](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/543)) ([31ac953](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/31ac95361ae7ec37e0403238c68d1a93053a345a))
20+
* stop enforcing SCONE as unique TEE framework ([#548](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/548)) ([349d1bf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/349d1bf9cd4c2eeb25efd391eb0235b24cb124c5))
21+
522
## [2.0.0-beta.23](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.22...dataprotector-v2.0.0-beta.23) (2025-12-02)
623

724

packages/sdk/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "@iexec/dataprotector",
3-
"version": "2.0.0-beta.23",
3+
"version": "2.0.0-beta.24",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"type": "module",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)