Skip to content

Commit 8bd7e1e

Browse files
chore(main): release 9.2.0 (#765)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent c245d60 commit 8bd7e1e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"9.1.0"}
1+
{".":"9.2.0"}

CHANGELOG.md

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

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

5+
## [9.2.0](https://github.com/iExecBlockchainComputing/iexec-core/compare/v9.1.0...v9.2.0) (2025-11-18)
6+
7+
8+
### Features
9+
10+
* configure block timestamp threshold above which the scheduler will be OUT-OF-SERVICE ([#768](https://github.com/iExecBlockchainComputing/iexec-core/issues/768)) ([c245d60](https://github.com/iExecBlockchainComputing/iexec-core/commit/c245d6091255ab65f50a04a4ca9ea49b932ea367))
11+
* update models to distinguish SGX and TDX enabled workers ([#764](https://github.com/iExecBlockchainComputing/iexec-core/issues/764)) ([c1e6ec3](https://github.com/iExecBlockchainComputing/iexec-core/commit/c1e6ec36fc38432d50177e131a394dd010d239a2))
12+
13+
14+
### Bug Fixes
15+
16+
* refactor event lookup on-chain to use LogTopic ([#763](https://github.com/iExecBlockchainComputing/iexec-core/issues/763)) ([35e6285](https://github.com/iExecBlockchainComputing/iexec-core/commit/35e6285cef5f7fb30e1616e11e8caee9f234ca32))
17+
* remove circuit-break on failed worker transaction to allow replicate abortion ([#767](https://github.com/iExecBlockchainComputing/iexec-core/issues/767)) ([d2cb21f](https://github.com/iExecBlockchainComputing/iexec-core/commit/d2cb21f16642646e6d01873a252618d671522b40))
18+
* wallet addresses need to be encoded on 32 bytes in ETH filters ([#766](https://github.com/iExecBlockchainComputing/iexec-core/issues/766)) ([14103ec](https://github.com/iExecBlockchainComputing/iexec-core/commit/14103ec7dd76cd947415bd1d41dfc318113fd99a))
19+
520
## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-core/compare/v9.0.0...v9.1.0) (2025-10-03)
621

722

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# x-release-please-start-version
2-
version=9.1.0
2+
version=9.2.0
33
# x-release-please-end
44
iexecCommonsPocoVersion=5.2.0
55
iexecCommonVersion=9.1.0

0 commit comments

Comments
 (0)