Skip to content

v0.18.0

Choose a tag to compare

@rcardin rcardin released this 03 May 15:50
· 141 commits to main since this release
6258a6b

First version after the Scalar Conference 2026 🎊 . It's a very big version! As you might know, I started using YAES to build an application in direct-style Scala (see functional-event-sourcing-with-yaes). Many changes come from there. Enjoy ❤️

What's Changed 🚀

  • Added the Random.nextUuid function by @rcardin in #232
  • Accumulated decoding errors by @rcardin in #233
  • Split BodyCodec into BodyEncoder and BodyDecoder by @rcardin in #236
  • Added Jsoniter Scala integration for yaes-http by @rcardin in #239
  • Added yaes-core-test-scalatest module with Raise effect test utilities by @rcardin in #240
  • Added extraHeaders param to Response factory methods and new withStatus factory by @rcardin in #241
  • Replaced Reader.Unsafe trait with opaque type by @rcardin in #242

Maintenance ⚙️

  • Updated dependency org.scalameta:sbt-scalafmt to v2.6.0 by @renovate[bot] in #229
  • Updated dependency sbt/sbt to v1.12.11 by @renovate[bot] in #228
  • Updated dependency scala to v3.8.3 by @renovate[bot] in #190

Full Changelog: v0.17.0...v0.18.0