Skip to content

Releases: ing-bank/baker

v5.0.0

24 Jun 16:46
c2f0faf

Choose a tag to compare

Release Notes: Baker 5.0.0

We are pleased to announce the release of Baker 5.0.0, featuring a significant backend upgrade. The primary change in this release is the upgrade of Akka to the latest version, along with routine dependency updates.


Key Change in This Release:

  1. Major Akka Upgrade:

    • Upgraded Akka from 2.6.20 to 2.10.6 by @bekiroguz in #1854
    • Starting from Akka 2.7, Lightbend’s Akka libraries are governed by the Business Source License (BSL), which requires a commercial license for production use.
    • For more details, please see [Akka licensing update blog post] and [Akka documentation] on how to obtain and configure a free license key for non production use cases.
  2. Dependency Updates:

    • Updated project dependencies to ensure compatibility with the new Akka version and to improve general stability and performance.

Backward Compatibility:

  • No backward compatibility issues were observed in our internal tests, meaning this release can be rolled out in production environments without requiring a full cluster shutdown.
  • However, users should carry out their own tests to verify compatibility with their specific configurations and workflows before using this version in production.

Recommendations for Migration:

  1. Review Akka Licensing:

    • Ensure compliance with Akka’s Business Source License if you plan to deploy in production.
  2. Test Before Upgrading:

    • While we noticed no issues, validate compatibility in a staging or non-critical environment to confirm the upgrade suits your specific use case.
  3. Perform a Gradual Rollout:

    • Since there are no major breaking changes, you can incrementally roll out this update to your cluster.

This release is mostly centered around infrastructure upgrades and changes under the hood but remains stable and compatible with typical Baker implementations. If you encounter any issues, feel free to report them on our [GitHub issues page](https://github.com/ing-bank/baker/issues).

Thank you for using Baker, and happy baking! 🎉

Full Changelog: v4.1.1...v5.0.0

v4.1.1

24 Jun 13:51
bc44bbe

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v4.1.0...v4.1.1

v4.1.0

30 Sep 09:19
72414bd

Choose a tag to compare

Changes

🧰 Maintenance

New Contributors

Full Changelog: v3.6.3...v4.1.0

v3.6.3

15 Aug 14:41

Choose a tag to compare

Full Changelog: V3.6.0...v3.6.3

  • Publish task fixed

V3.6.0

09 Aug 12:16
5bbcf00

Choose a tag to compare

What's Changed

  • Feature/refactor and support dashboard for baker by @wwbakker in #1304

Modules of bakery have been split in in bakery and http modules.

Full Changelog: V3.5.0...V3.6.0

V3.5.0

09 Aug 12:12
fad540e

Choose a tag to compare

Added cross compile for Scala 2.12 and 2.13 for all Baker and Bakery release.

What's Changed

Full Changelog: v3.3.3...V3.5.0

V3.3.3

11 Nov 14:57
fd5bf10

Choose a tag to compare

Added the Baker-Test module to help test recipes in unit tests.

https://github.com/ing-bank/baker/tree/master/core/baker-test

What's Changed

Full Changelog: v3.3.0...v3.3.3

V3.3.0

16 Sep 09:12
8b0b47f

Choose a tag to compare

What's Changed

Read more

v3.0.3

12 May 19:45
58edd63

Choose a tag to compare

  • MVP baker-as-a-service
  • delivered via Azure Devops
  • bumped most dependencies (akka 2.6 migration pending)

What's Changed

Read more