Skip to content
Merged
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 +1 @@
{".":"9.1.0"}
{".":"9.2.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [9.2.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.1.0...v9.2.0) (2025-11-14)


### Features

* check app enclave configuration in preflight checks ([#667](https://github.com/iExecBlockchainComputing/iexec-worker/issues/667)) ([7c11687](https://github.com/iExecBlockchainComputing/iexec-worker/commit/7c11687f5bf7b19c2bb4e0534f6e7baafb7e1a7b))
* maximize chances to go from compute to result contribution ([#668](https://github.com/iExecBlockchainComputing/iexec-worker/issues/668)) ([030f21c](https://github.com/iExecBlockchainComputing/iexec-worker/commit/030f21c8d2d6954082dd37904e2882c528c46623))
* migrate from `ReplicateStatusCause` to `WorkflowError` ([#662](https://github.com/iExecBlockchainComputing/iexec-worker/issues/662)) ([cbde5d2](https://github.com/iExecBlockchainComputing/iexec-worker/commit/cbde5d2c739939ad79a26af487aa4f9a1b0ca0c8))
* replace deprecated isTeeTask usages with requiresSgx ([#665](https://github.com/iExecBlockchainComputing/iexec-worker/issues/665)) ([3a28542](https://github.com/iExecBlockchainComputing/iexec-worker/commit/3a285424c45b48509624e6b5b1f83f6ed8407fcd))
* retrieve and cache TEE sessions metadata during task preflight checks ([#664](https://github.com/iExecBlockchainComputing/iexec-worker/issues/664)) ([05aa321](https://github.com/iExecBlockchainComputing/iexec-worker/commit/05aa321af4dab9ef6fd861fa235ff0cc3c5d867c))

## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.0.1...v9.1.0) (2025-10-09)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# x-release-please-start-version
version=9.1.0
version=9.2.0
# x-release-please-end
iexecCommonsPocoVersion=5.3.1
iexecCommonVersion=9.2.0
Expand Down