We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2944aed commit ec52b89Copy full SHA for ec52b89
CHANGELOG.rst
@@ -77,6 +77,10 @@ Fixed
77
* Correct error reported when encrypted key value is reported, and another key value parameter that requires conversion is present. #5328
78
Contributed by @amanda11, Ammeon Solutions
79
80
+* Make ``update_executions()`` atomic by protecting the update with a coordination lock. Actions, like workflows, may have multiple
81
+ concurrent updates to their execution state. This makes those updates safer, which should make the execution status more reliable. #5358
82
+
83
+ Contributed by @khushboobhatia01
84
85
86
3.5.0 - June 23, 2021
0 commit comments