Skip to content

Releases: doriordan/skuber

v3.0.0-beta3

15 Oct 18:19
Compare
Choose a tag to compare
v3.0.0-beta3 Pre-release
Pre-release

Third beta release of Skuber 3.0.0.
This third beta adds Scala 3 support.

version 3.0.0-beta2

08 Oct 12:51
Compare
Choose a tag to compare
version 3.0.0-beta2 Pre-release
Pre-release

This Skuber 3 beta release refactors Skuber into three separate modules/libraries with the goal of enabling applications to choose either a Pekko or Akka based client. See the README for details.
This pre-release is based on the 30refactor branch.
The intention is that this pre-release stablizes the dependencies and API for Skuber 3 based applications, but as a pre-release there are no guarantees yet.

v3.0.0-beta1

27 Mar 17:00
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release

This is the first pre-release of Skuber v3.x

The key change from version 2.x is the migration from Akka 2.6.x to Pekko (https://github.com/apache/incubator-pekko). This is motivated by the change of Akka licensing model to BSL from 2.7.x on - migrating to Pekko will allay concerns that using skuber could incur Akka licensing charges in future.

Currently Pekko has no full published release, hence this pre-release uses Pekko nightly builds until a full release is available. Therefore it is not recommended to use this pre-release in production.

To migrate/test your Skuber 2.x application to this pre-release:

  • rename applicable Akka imports e.g. import akka.actor.ActorSystem becomes import org.apache.pekko.actor.ActorSystem
  • rename any akka section(s) of your application configuration (application.conf file) that relate to skuber to pekko.

v2.6.7

03 Mar 17:02
7f7a6f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.6...v2.6.7

v2.6.6

20 Oct 06:45
Compare
Choose a tag to compare

Maintenance release. Changes since v2.6.5:

  • General library dependency version updates, including update of snakeyaml to v1.33 to fix a reported vulnerability in earlier versions.
  • Style improvements (eliminates some compiler warnings)

v2.6.6-rc0

20 Oct 06:41
Compare
Choose a tag to compare
v2.6.6-rc0 Pre-release
Pre-release

Release candidate - superseded by and essentially equivalent to v2.6.6 release

v2.6.5

12 Sep 16:18
10e8a63
Compare
Choose a tag to compare

Changes since v2.6.4:

v2.6.3

25 Jan 17:55
Compare
Choose a tag to compare

Upgrades Bouncycastle dependency to FIPS compliant version

v2.6.1

22 Jul 21:01
Compare
Choose a tag to compare

Various fixes and updates:
PR #334 - Accumulated stack/dependency updates
PR #320 - fix logging config
PR #321 - add externalTrafficPolicy to Service
PR #322 - ingress fixes

v2.6.0

07 Sep 12:21
9f9a06f
Compare
Choose a tag to compare

Migration to Akka 2.6.x (#314)

NOTE: As a consequence of this migration, Scala 2.11 is no longer supported.