Skip to content

Releases: typesafegithub/github-workflows-kt

3.7.0

Choose a tag to compare

@krzema12 krzema12 released this 17 Dec 11:07

⭐ Features

🛠️ Fixes

None.

💣 Breaking changes

None.

📦 Dependencies

None.


The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: v3.6.0...v3.7.0

3.6.0

Choose a tag to compare

@krzema12 krzema12 released this 04 Nov 07:51

⭐ Features

🛠️ 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.5.0...v3.6.0

3.5.0

Choose a tag to compare

@krzema12 krzema12 released this 04 Jul 10:52

⭐ Features

🛠️ 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.4.0...v3.5.0

3.4.0

Choose a tag to compare

@krzema12 krzema12 released this 06 May 11:37

⭐ Features

🛠️ Fixes

💣 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.3.0...v3.4.0

3.3.0

Choose a tag to compare

@krzema12 krzema12 released this 27 Mar 13:17

⭐ Features

None.

🛠️ Fixes

💣 Breaking changes

📦 Dependencies


The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: v3.2.0...v3.3.0

3.2.0

Choose a tag to compare

@krzema12 krzema12 released this 22 Jan 14:58

⭐ Features

🛠️ Fixes

None.

💣 Breaking changes

Some of the above features in very rare contexts may be breaking.

📦 Dependencies

None.


The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: v3.1.0...v3.2.0

3.1.0

Choose a tag to compare

@krzema12 krzema12 released this 13 Jan 10:27

⭐ 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

3.0.2

Choose a tag to compare

@krzema12 krzema12 released this 01 Jan 22:39

⭐ Features

None.

🛠️ 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.1...v3.0.2

3.0.1

Choose a tag to compare

@krzema12 krzema12 released this 17 Oct 07:15

This release is mainly to deploy changes in the docs.

⭐ Features

None.

🛠️ Fixes

None.

💣 Breaking changes

None.

📦 Dependencies

  • update Kotlin to 2.0.21
  • update kotlinx.serialization to 1.7.3

The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: v3.0.0...v3.0.1

3.0.0

Choose a tag to compare

@krzema12 krzema12 released this 01 Sep 19:48

⭐ Features

🛠️ Fixes

💣 Breaking changes


The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full change log: v2.3.0...v3.0.0