v0.13.0
Here we go again, Scala lovers. ❤️ Big changes for version 0.13.0: First, we changed the dependency between the yaes-core and the yaes-data module. Now, the yaes-core doesn't depend on any other module.
BUT the significant change is that we HAVE an HTTP server based on YAES effects. 🎉🎉🎉 We built it from scratch, so it has a lot of limitations (please, have a look at them in the dedicated documentation). Any feedback is welcome, of course! 🤝
What's Changed 🥇
- Made the
yaes-datadependent onyaes-coreby @rcardin in #168 - Added an effectful HTTP server by @rcardin in #169
Maintenance ⚙️
- Updated dependency scalafmt to v3.10.6 by @renovate[bot] in #165
- Updated dependency sbt/sbt to v1.12.2 by @renovate[bot] in #167
Full Changelog: v0.12.1...v0.13.0