Skip to content

Commit 18c7c13

Browse files
chore(main): release 5.3.0 (#153)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 862d3d3 commit 18c7c13

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-
{".":"5.2.0"}
1+
{".":"5.3.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+
## [5.3.0](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.2.0...v5.3.0) (2025-10-28)
6+
7+
8+
### Features
9+
10+
* apply EIP-712 new implementation to Challenge class ([#154](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/154)) ([ed89528](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/ed89528ee321731d818080b0682499a7b166c4ad))
11+
* deprecate ChainWorkerpool and IexecHubAbstractService#isTeeTask code for future removal ([#156](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/156)) ([042e5a1](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/042e5a1a58bbf406846eb4e113f8f8085eef1b16))
12+
* deprecate classes based on deprecated EIP-712 implementation ([#155](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/155)) ([f8c83a2](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/f8c83a26d22175a19f9d58196875df4133eadc0e))
13+
* support assertDatasetDealCompatibility new PoCo method ([#152](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/152)) ([9e91aa1](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/9e91aa171f1b3601c37a8d36c3fb027f6d34ab93))
14+
15+
16+
### Bug Fixes
17+
18+
* Replace HashMap with ConcurrentHashMap to avoid race conditions ([#157](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/157)) ([862d3d3](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/862d3d3fa277399cb1df7a477bb06284771f1fe8))
19+
520
## [5.2.0](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.1.0...v5.2.0) (2025-09-29)
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=5.2.0
2+
version=5.3.0
33
# x-release-please-end
44
nexusUser
55
nexusPassword

0 commit comments

Comments
 (0)