Skip to content

Releases: rolang/dumbo

v0.7.0

17 Jan 05:06
be4079b

Choose a tag to compare

What's Changed

  • Fix NPEs when directory or resource was not found + some refactoring by @rolang in #192
    • sets JDK 17 as minimum JDK version
  • Drop MacOS intel / x86_64 cli release by @rolang in #190

Dependency updates

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 Nov 07:37
ecd6742

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

27 Jul 07:59

Choose a tag to compare

What's Changed

  • update skunk to 1.0.0-M11 by @rolang in #156
  • add a logger interface by @rolang in #138
    A dumbo.logging.Logger instance is required for logging.
    To use a logger based on cats.effect.std.Console that is required by skunk add the import:
import dumbo.logging.Implicits.console

Or provide a custom logger like:

given dumbo.logging.Logger[F] =
  case (dumbo.logging.LogLevel.Info, message) => ???
  case (dumbo.logging.LogLevel.Warn, message) => ???

For an example based on log4cats with Slf4J see ExampleLog4Cats.scala.

Dependency updates

Full Changelog: v0.5.5...v0.6.0

v0.5.5

20 Jan 05:01

Choose a tag to compare

Bugfixes

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

15 Jan 05:25

Choose a tag to compare

Dependency updates

New Contributors

  • @taig made their first contribution in #112

Full Changelog: v0.5.3...v0.5.4

v0.5.3

08 Dec 09:36
247449e

Choose a tag to compare

What's Changed

  • add a workaround for double url encoded + in the resources path by @rolang in #107
  • Update sbt, scripted-plugin to 1.10.6 by @scala-steward in #105
  • update deprecated macos-12 runner by @rolang in #108

Full Changelog: v0.5.2...v0.5.3

v0.5.2

01 Dec 11:39
8651083

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

21 Nov 12:39

Choose a tag to compare

What's Changed

Dependency updates

Full Changelog: v0.5.0...v0.5.1

v0.5.0

16 Oct 13:14

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Jul 09:44

Choose a tag to compare

New features

Improvements and fixes

  • retry migrations with an unsuccessful history entry and update history by @rolang in #66
  • add execution time to logs by @rolang in #66

Updates

New Contributors

Full Changelog: v0.3.3...v0.4.0