Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 06:58
· 39 commits to master since this release
e4e0420

Breaking Changes 💥

  • Dropped support of Spark 2.4 by @benedeki, @lsulak, @salamonpavel in #193
  • Server moved from Spring to Zio/Tapir by @salamonpavel in #145
    • As the application has Http4s Blaze server backend included now there is no need for any servlet container like Tomcat.
    • The application is packaged as JAR file and run directly using java-jar.
  • Server requires Java 11 platform by @salamonpavel in #151
  • The groupId of the libraries changed from za.co.absa to za.co.absa.atum-service.atum-service

New Features 🎉

Bugfixes 🛠

Full Changelog

v0.1.0...v0.2.0