Skip to content

Commit 69b16ba

Browse files
chore(main): release dataprotector 2.0.0-beta.17 (#462)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 1990c73 commit 69b16ba

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/sdk": "2.0.0-beta.16"
2+
"packages/sdk": "2.0.0-beta.17"
33
}

packages/sdk/CHANGELOG.md

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

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

5+
## [2.0.0-beta.17](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.16...dataprotector-v2.0.0-beta.17) (2025-07-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **sharing:** Remove result proxy address from sharing contract config and matched deal ([#438](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/438))
11+
12+
### Added
13+
14+
* **sdk:** add arweave uploadMode option ([#448](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/448)) ([175231a](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/175231ad41197b56f5788c4b3c610775442d694e))
15+
* **sdk:** add experimental networks ([#456](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/456)) ([62da0dc](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/62da0dc9d327299188c084381e2fceaace06b2eb))
16+
* **sdk:** support dynamic config for multiple chains ([d104c61](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/d104c618e10fb354a3fae5f534b28f886264fc61))
17+
* **sharing:** Remove result proxy address from sharing contract config and matched deal ([#438](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/438)) ([6582e96](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6582e96b11ec57265a38f78f2aff68e5c3de8cc0))
18+
19+
20+
### Changed
21+
22+
* add check for nested empty JSON objects ([#457](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/457)) ([5367bb3](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5367bb35877da4338fcdf7033a8a1e567177f0b6))
23+
* Fix Sharing contract constructor arguments order ([#433](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/433)) ([230e035](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/230e035c4b06bcd26b4bce21c72916fc9c12ecde))
24+
* remove useless await ([a0a424f](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/a0a424ff58db26d35f950b9fe13bd5fc7af60abc))
25+
* remove useless await ([#381](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/381)) ([6e7ab77](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6e7ab771ea550aacc766149c1ff74b81e39c6dc6))
26+
* scripts subgraph package ([#447](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/447)) ([ceaddaa](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/ceaddaa424064c0cae4c1f53506a16ad29097bf7))
27+
* standardize subgraphName for `dataprotector-v2` ([#460](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/460)) ([54796d5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/54796d5de7f68a4a1b37e3273e4d5493c69ab719))
28+
529
## [2.0.0-beta.16] (2025-06-16)
630

731
### Changed

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