Releases: nMoncho/helenus3
Releases · nMoncho/helenus3
Helenus v1.0.0
Release Description
This release is the first major release of Helenus for Scala 3.
Most of the API stays the same as its Scala 2 counterpart, the only notable difference is how Typeclasses are derived. Whereas in Scala 2 for a case class we'd do RowMapper[Hotel]
in Scala 3 we can do case class Hotel(...) derives RowMapper
.
In future releases we hope to get these APIs much closer by providing similar methods.
On this release we have feature parity with Helenus v1.5.0. That means we're lacking Flink support, this will come in a future release.
We invite you to read the wiki and check the example projects to know more.
Full Changelog: https://github.com/nMoncho/helenus3/commits/v1.0.0