Skip to content
Draft
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.2.0"}
{".":"9.3.0"}
13 changes: 13 additions & 0 deletions 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.

## [9.3.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.2.0...v9.3.0) (2025-12-22)


### Features

* enable TDX tasks support ([#673](https://github.com/iExecBlockchainComputing/iexec-worker/issues/673)) ([579a7db](https://github.com/iExecBlockchainComputing/iexec-worker/commit/579a7db9cc8817d2b9198b694084e186ed86f003))


### Bug Fixes

* call new hasEnoughGas method to fall back on cached value on communication failure ([#672](https://github.com/iExecBlockchainComputing/iexec-worker/issues/672)) ([e6614a6](https://github.com/iExecBlockchainComputing/iexec-worker/commit/e6614a6274e9b955dc7cec709830ff83612f5dd9))
* properly deprecate an unused REST route ([#670](https://github.com/iExecBlockchainComputing/iexec-worker/issues/670)) ([e87ad05](https://github.com/iExecBlockchainComputing/iexec-worker/commit/e87ad05859257b32b3bc4d203bb6ba0b5b9ccd59))

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


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.2.0
version=9.3.0
# x-release-please-end
iexecCommonsPocoVersion=5.4.0
iexecCommonVersion=9.2.0
Expand Down