Skip to content

Releases: rolang/dumbo

v0.0.9

16 Mar 06:58
77c6a1e
Compare
Choose a tag to compare

What's Changed

  • remove command line release from 0.0.x series by @rolang in #24
  • fix resource file pattern match by @rolang in #26
  • (quick) fix resource path on windows by @rolang in #34

Full Changelog: v0.0.8...v0.0.9

v0.1.0

07 Feb 08:19
95454db
Compare
Choose a tag to compare

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

28 Jan 11:31
Compare
Choose a tag to compare

What's Changed

  • Add command line docker release by @rolang in #21

Updates

  • Update skunk to 0.6.3, update Flyway+Postgres driver in tests by @rolang in #22

Full Changelog: v0.0.7...v0.0.8

v0.0.7

20 Jan 14:28
Compare
Choose a tag to compare

What's Changed

  • release minimal cli for linux by @rolang in #18
  • add resources location info to log by @rolang in #20

Full Changelog: v0.0.6...v0.0.7

v0.0.6

25 Dec 06:40
aa94290
Compare
Choose a tag to compare

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 to connection: dumbo.ConnectionConfig (See usage example)

Full Changelog: v0.0.5...v0.0.6

v0.0.5

29 Nov 13:07
Compare
Choose a tag to compare

What's Changed

  • fix exception on reading resources from a jar by @rolang in #15

Full Changelog: v0.0.4...v0.0.5

v0.0.4

26 Nov 12:05
f5cea01
Compare
Choose a tag to compare

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