⭐ Features
- allow fallback to local bindings server in consistency check job
- add prefixes to step names for fallback path
This release focuses on adding a way to mitigate the binding server's availability issues, if they ever reoccur. This opt-in feature can be used in the following way:
consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
useLocalBindingsServerAsFallback = true,
),
which will result in adding an alternative path to your consistency check jobs that will be triggered if the original consistency check fails on compiling the script. Enabling this option costs you nothing in terms of extra CI time, if the server is up. If the server is down, it's usually an extra half a minute to up the server and rerun the workflow script.
🛠️ Fixes
None.
💣 Breaking changes
None.
📦 Dependencies
- update dependency it.krzeminski:snakeyaml-engine-kmp to v3.1.0
- update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.8.0
- update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.0
The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: v3.0.2...v3.1.0