Releases: ScalaConsultants/zio-slick-interop
Releases · ScalaConsultants/zio-slick-interop
v0.6.0
Notable changes
- added
fromDataSource
factory method for DatabaseProvider - [breaking] changeg name and signature of the
live
layer
What's Changed
- Support creating DatabaseProvider layer from DataSource by @jczuchnowski in #144
- Update sbt to 1.8.2 by @scala-steward in #140
- Update scala-collection-compat to 2.9.0 by @scala-steward in #137
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #135
- Update sbt-ci-release to 1.5.11 by @scala-steward in #131
- Update scala-library to 2.13.10 by @scala-steward in #129
- Update scala-library to 2.12.17 by @scala-steward in #128
- Update slick to 3.4.1 by @scala-steward in #127
Full Changelog: v0.5.0...v0.6.0
v0.5.0
ZIO 2.0 compatible.
v0.3.0
Changes:
- Dropped the dot-Service pattern for ZIO Layers.
DatabaseProvider.Service
is nowDatabaseProvider
andDatabaseProvider
is nowHas[DatabaseProvider]
. DatabaseProvider
additionally exposes theJdbcProfile
now. That enables the creation of database-agnostic Repositories. See tests.DatabaseProvider
requires aJdbcProfile
now instead ofJdbcBackend