v0.14.0
A new big/small version of YAES is here! We love breaking changes (❤️), so we moved to Scala 3.8.1 and JDK 25. Migrating the structured concurrency machinery inside the Async effect was a pain in the 🌔. We also added a more robust logging effect, based on SLF4J (the effect is called Slf4jLog).
Happy coding 🎉
What's Changed 🚀
- Added the
yaes-slf4jmodule by @rcardin in #175 - Migrated to JDK 25 structured concurrency API (JEP 505) by @rcardin in #178
Maintenance 🧰
- Updated dependency scala to v3.8.1 by @renovate[bot] in #156
- Updated dependency scalafmt to v3.10.7 by @renovate[bot] in #170
- Updated dependency sbt/sbt to v1.12.3 by @renovate[bot] in #179
Full Changelog: v0.13.0...v0.14.0