v4.0.0
What's Changed
- scala 2.13.12 by @hagay3 in #327
- Migrating from Akka to Pekko by @ncreep in #328
- skuber v4.0.0 by @hagay3 in #329
New Contributors
Migration notes & Deprecation of akka
Since Akka license is no longer an "Open Source" license, the Skuber project moved on to using Apache Pekko, an open-source Akka fork
To help migration from Akka to Pekko, please refer to Pekko's migration guides.
**Important: please make sure to rename your akka
configuration keys to pekko
. This is important when configuring, e.g., the dispatcher for the application.
Full Changelog: v3.2...v4.0.0