Skip to content

Commit 57f11ac

Browse files
chore(main): release dataprotector 2.0.0-beta.20 (#505)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 67c5dd3 commit 57f11ac

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-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.19",
2+
"packages/sdk": "2.0.0-beta.20",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## [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)
6+
7+
8+
### Added
9+
10+
* add remainingAccess support to getGrantedAccess function ([549df7d](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/549df7dfa28f777ead8eebcd86fb4d2c4dbaadfe))
11+
* add remainingAccess support to getGrantedAccess function ([549df7d](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/549df7dfa28f777ead8eebcd86fb4d2c4dbaadfe))
12+
* add result encryption to processProtectedData ([#522](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/522)) ([cbebba7](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/cbebba756894e3d625e5028f602d450418571479))
13+
* Migrate `arbitrum-sepolia-testnet` from experimental to non-experimental network ([#523](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/523)) ([3d7bb76](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/3d7bb76f3d9f7611703da22845c8d7ed5c0305fb))
14+
15+
16+
### Changed
17+
18+
* remove smsDebugURL and related debug configurations ([#518](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/518)) ([f58092f](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/f58092f8321fcef76992d657c222e31e0d16c292))
19+
20+
21+
### Misc
22+
23+
* release dataprotector v2.0.0-beta.20 ([67c5dd3](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/67c5dd3db2fa8f8f13086c1242d4190ac2c032d1))
24+
* release subgraph v3.1.0 ([005ab57](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/005ab57e246fa8ee0961b78883746c1cbbf8e43a))
25+
526
## [2.0.0-beta.19](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.18...dataprotector-v2.0.0-beta.19) (2025-08-06)
627

728

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