Skip to content

Commit 54204e5

Browse files
chore(main): release dataprotector 2.0.0-beta.21
1 parent dfa669c commit 54204e5

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.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.20",
2+
"packages/sdk": "2.0.0-beta.21",
33
"packages/subgraph": "3.1.1",
44
"packages/smart-contract": "0.2.0",
55
"packages/sharing-smart-contract": "3.0.0"

packages/sdk/CHANGELOG.md

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

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

5+
## [2.0.0-beta.21](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.20...dataprotector-v2.0.0-beta.21) (2025-10-29)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `onStatusUpdate` data `title` changes - `'CONSUME_TASK'` is now `'TASK_EXECUTION'`; `'CONSUME_RESULT_DOWNLOAD'` is now `'TASK_RESULT_DOWNLOAD'`; `'CONSUME_RESULT_DECRYPT'` is now `'TASK_RESULT_DECRYPT'`
11+
12+
### Added
13+
14+
* add waitForResult option to processProtectedData ([0048290](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/0048290513a571cbc2c7055800fe8f70542202a2))
15+
* add waitForTaskCompletion ([77b0a42](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/77b0a42f09f11eb6f4b4b1aa567a8ec040e9bbd6))
16+
17+
18+
### Changed
19+
20+
* bad dealId naming ([#531](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/531)) ([b0c8af0](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/b0c8af00ee823b3dde206caa6892e51a11dc27cd))
21+
* derivate encryption pemPublicKey from provided pemPrivateKey ([543a548](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/543a548fb4b6819df1536fb7e93d3887cbd15813))
22+
* remove deprecated methods calls ([#524](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/524)) ([46e3c45](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/46e3c457f8b4eda8e0652afe920544e825e50eb7))
23+
* update onStatusUpdate task-related messages titles (https://github.com/iExecBlockchainComputing/dataprotector-sdk/pull/534) ([dfa669c](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/dfa669cc47ba7f187ee0bb2ba45557bdddcd1fd4))
24+
525
## [2.0.0-beta.20](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.19...dataprotector-v2.0.0-beta.20) (2025-10-14)
626

727

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.20",
3+
"version": "2.0.0-beta.21",
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)