Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@krzema12 krzema12 released this 13 Jan 10:27
· 8 commits to main since this release

⭐ Features

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.

Example:
Screenshot 2025-01-13 at 10 09 49

🛠️ Fixes

None.

💣 Breaking changes

None.

📦 Dependencies


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