We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100ee21 commit bd1fcb1Copy full SHA for bd1fcb1
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [[8.1.1]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.1.1) 2023-06-15
6
+
7
+### Bug Fixes
8
+- Do not throw exceptions from `LasService#start` method. (#528)
9
+- Add `synchronized` keyword on `LasService#start` method to avoid race conditions. (#528)
10
11
## [[8.1.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.1.0) 2023-06-12
12
13
### New Features
gradle.properties
@@ -1,4 +1,4 @@
1
-version=8.1.0
+version=8.1.1
iexecCommonVersion=8.2.0
iexecCommonsContainersVersion=1.0.2
iexecCommonsPocoVersion=3.0.2
0 commit comments