Skip to content

Commit 110d927

Browse files
Merge pull request #188 from iExecBlockchainComputing/Release/sdk/v1.2.2
Release/sdk/v1.2.2
2 parents b0cf30e + f58b89f commit 110d927

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

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

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

5+
## [1.2.2]
6+
7+
### Added
8+
- Introduced callback parameter in the requestorder, enabling tasks to trigger result callbacks after execution.
9+
- Added useCallback flag to the requesterSecret to control whether the dApp should write callback-data in its output.
10+
511
## [1.2.1]
612

713
### Changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/web3mail",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"main": "./dist/index.js",
66
"type": "module",
@@ -75,4 +75,4 @@
7575
"typescript": "^5.5.2",
7676
"whitelist-smart-contract": "github:iExecBlockchainComputing/whitelist-smart-contract#0.2.0"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)