Releases: rolang/dumbo
Releases · rolang/dumbo
v0.0.9
v0.1.0
Updates
- update Skunk to 1.0.0-M4 by @rolang in #23
- drop scala 2.12 support (due to update of Skunk) by @rolang in #23
Notes
A notable difference in Skunk 1.0 is the replacement of Natchez with otel4s (see Skunk v1.0.0-M1 release notes) .
For compatibility with Skunk v0.6.x
/ natchez / Scala 2.12.x use Dumbo v0.0.x
release series.
Full Changelog: v0.0.8...v0.1.0
v0.0.8
v0.0.7
v0.0.6
What's Changed
- initial support for script config files (with executeInTransaction) @rolang in #16
- replace adhoc extensions of skunk query by @rolang in #17
- Breaking change in configuration:
sessionResource: Resource[F, Session[F]]
changes toconnection: dumbo.ConnectionConfig
(See usage example)
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
What's Changed
Features
- add option to periodically log about migration state @rolang in #9
- add
Dumbo.withResourcesIn
/Dumbo.withFilesIn
to load migration files either from resources in the classpath or read from file system by @rolang in #12 - check for resources in the classpath at compile time in Scala 3 by @rolang in #12
- add support for embedded resources on native by @rolang in #12
Other updates
Full Changelog: v0.0.3...v0.0.4