v0.15.0
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.parTraversefor parallel execution over collections by @rcardin in #192 - Added
Flow.mergefor non-deterministic interleaving of multiple flows by @rcardin in #193 - Added
Retryhandler and schedule retry policy for typed error recovery by @rcardin in #194
Maintenance 🧰
Full Changelog: v0.14.0...v0.15.0