|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [[8.1.0]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v8.1.0) 2023-06-09 |
| 6 | + |
| 7 | +### New Features |
| 8 | +- Add ContributeAndFinalize to `ReplicateWorkflow`. (#574) |
| 9 | +- Add check for ContributeAndFinalize in `ReplicatesService`. (#576 #582) |
| 10 | +- Add `running2Finalized2Completed` in `TaskUpdateManager`. (#577 #578) |
| 11 | +- Disable `contributeAndFinalize` with CallBack. (#579 #581) |
| 12 | +- Add purge cached task descriptions ability. (#587) |
| 13 | +- Add detectors for `ContributeAndFinalize` flow. (#590 #593) |
| 14 | +### Bug Fixes |
| 15 | +- Prevent race condition on replicate update. (#568) |
| 16 | +- Use builders in test classes. (#589) |
| 17 | +### Quality |
| 18 | +- Remove unused methods in `IexecHubService`. (#572) |
| 19 | +- Clean unused Replicate methods and update tests. (#573) |
| 20 | +- Clean unused `ReplicateStatus#RESULT_UPLOAD_REQUEST_FAILED`. (#575) |
| 21 | +- Refactor unnotified detectors to avoid code duplication. (#580) |
| 22 | +- Use `==` or `!=` operators to test the equality of enums. (#584) |
| 23 | +- Rearrange checks order to avoid call to database. (#585) |
| 24 | +- Move methods to get event blocks from `iexec-commons-poco`. (#588) |
| 25 | +- Rename detectors' methods and fields to match Ongoing/Done standard. (#591) |
| 26 | +### Dependency Upgrades |
| 27 | +- Upgrade to `iexec-common` 8.2.0. (#571 #575 #586 #594) |
| 28 | +- Add new `iexec-commons-poco` 3.0.2 dependency. (#571 #574 #586 #587 #588 #592 #594) |
| 29 | +- Upgrade to `iexec-blockchain-adapter-api-library` 8.1.0. (#594) |
| 30 | +- Upgrade to `iexec-result-proxy-library` 8.1.0. (#594) |
| 31 | +- Upgrade to `iexec-sms-library` 8.1.0. (#594) |
| 32 | + |
5 | 33 | ## [[8.0.1]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v8.0.1) 2023-03-20 |
6 | 34 |
|
7 | 35 | ### Bug Fixes |
|
0 commit comments