Skip to content

v0.15.0

Choose a tag to compare

@rcardin rcardin released this 02 Mar 17:01
· 370 commits to main since this release
3274e80

Spring 🌷 is approaching fast here in Italy 🇮🇹, and a new version of YAES is here! This time, we have plenty of new features: A new integration with Circe 🐍 to encode/decode JSON in the yaes-http-server; A new Retry effect handler ↩️, which allows to retry code execution using different policies; Async.parTraverse 🧵...I don't need to add anything else; A Flow.merge operation to merge different Flows.

What's Changed 🎉

  • Added Circe integration by @rcardin in #187
  • Added Async.parTraverse for parallel execution over collections by @rcardin in #192
  • Added Flow.merge for non-deterministic interleaving of multiple flows by @rcardin in #193
  • Added Retry handler and schedule retry policy for typed error recovery by @rcardin in #194

Maintenance 🧰

  • Updated dependency sbt/sbt to v1.12.5 by @renovate[bot] in #183

Full Changelog: v0.14.0...v0.15.0