New
v4.1.1
Changes
๐ Features
- FireEventAfterFailure retry strategy @Tim-Linschoten (#1876)
- allow deactivating recipes @bekiroguz (#1848)
- upgrade to kotlin 2.0.21 and coroutines 1.9.0 @bekiroguz (#1827)
- Exposed the parseEventRequest method to the deserialisation so it can be reused @Tim-Linschoten (#1799)
- Rename the 3 bake methods on the BakerWithHttpResponse have different names @Tim-Linschoten (#1798)
- Exposes methods/functions to allow for re-use. @Tim-Linschoten (#1792)
- Added checkpointevents for subrecipes in compiler. @jwalgemoed (#1767)
- Upgrade sbt-ci-release for publishing via the Sonatype Central portal @bekiroguz (#1892)
๐ Bug Fixes
- Fix the internal index to correctly tag processes as active. @Tim-Linschoten (#1888)
- Handle baking of already deleted processes gracefully @bekiroguz (#1875)
- run CI only for pull requests and pushes to master branch. @bekiroguz (#1826)
- fix ci.yml: sbt not found issue @bekiroguz (#1823)
- Bugfix: add metadata together with process initilization @bekiroguz (#1818)
- Bugfix for the in-memory baker stop execution. It sometimes stopped mid execution. @Tim-Linschoten (#1804)