|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [[8.6.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.6.0) 2024-12-23 |
| 6 | + |
| 7 | +### New Features |
| 8 | + |
| 9 | +- Add workerpool address in configuration instead of reading from Scheduler `/workers/config` endpoint. (#607) |
| 10 | +- Set `0x0` as default value for Workerpool address and prevents startup if incorrectly configured. (#608) |
| 11 | +- Implement `Purgeable` on `SubscriptionService`. (#620) |
| 12 | +- Use new `FileHashUtils` API. (#622) |
| 13 | + |
| 14 | +### Bug fixes |
| 15 | + |
| 16 | +- Use Result Proxy URL defined in deal parameters if any, fall back to scheduler default one otherwise. (#613) |
| 17 | + |
| 18 | +### Quality |
| 19 | + |
| 20 | +- Reorder `static` and `final` keywords. (#614) |
| 21 | +- Improve code maintainability in test classes. (#615) |
| 22 | +- Resolve deprecations caused by `TaskDescription` in `AppComputeService`, `TaskManagerService`, and `ResultService`. (#616) |
| 23 | +- Replace `SignatureUtils#hashAndSign` deprecated calls in `LoginServiceTests`. (#618) |
| 24 | +- Rename `executor` package to `task` package. (#619) |
| 25 | +- Add missing `@PreDestroy` annotation in services implementing `Purgeable`. (#621) |
| 26 | + |
| 27 | +### Dependency Upgrades |
| 28 | + |
| 29 | +- Upgrade to `eclipse-temurin:11.0.24_8-jre-focal`. (#611) |
| 30 | +- Upgrade to Gradle 8.10.2. (#612) |
| 31 | +- Upgrade to `testcontainers` 1.20.4. (#617) |
| 32 | +- Upgrade to `iexec-commons-poco` 4.2.0. (#623) |
| 33 | +- Upgrade to `iexec-common` 8.6.0. (#623) |
| 34 | +- Upgrade to `iexec-commons-containers` 1.2.3. (#623) |
| 35 | +- Upgrade to `iexec-result-proxy-library` 8.6.0. (#623) |
| 36 | +- Upgrade to `iexec-sms-library` 8.7.0. (#623) |
| 37 | +- Upgrade to `iexec-core-library` 8.6.0. (#623) |
| 38 | + |
5 | 39 | ## [[8.5.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.5.0) 2024-06-19 |
6 | 40 |
|
7 | 41 | ### New Features |
|
0 commit comments