Skip to content

v0.14.0

Choose a tag to compare

@rcardin rcardin released this 17 Feb 20:19
· 418 commits to main since this release
bf0be2c

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-slf4j module by @rcardin in #175
  • Migrated to JDK 25 structured concurrency API (JEP 505) by @rcardin in #178

Maintenance 🧰

Full Changelog: v0.13.0...v0.14.0