Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/sdk": "2.0.0-beta.19",
"packages/sdk": "3.1.0",
"packages/subgraph": "3.1.1",
"packages/smart-contract": "0.2.0",
"packages/sharing-smart-contract": "3.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [3.1.0](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.19...dataprotector-v3.1.0) (2025-09-18)


### Added

* add remainingAccess support to getGrantedAccess function ([549df7d](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/549df7dfa28f777ead8eebcd86fb4d2c4dbaadfe))
* add remainingAccess support to getGrantedAccess function ([549df7d](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/549df7dfa28f777ead8eebcd86fb4d2c4dbaadfe))


### Misc

* release subgraph v3.1.0 ([005ab57](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/005ab57e246fa8ee0961b78883746c1cbbf8e43a))

## [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iexec/dataprotector",
"version": "2.0.0-beta.19",
"version": "3.1.0",
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
"type": "module",
"types": "dist/src/index.d.ts",
Expand Down
Loading