Releases: rolang/dumbo
Releases · rolang/dumbo
v0.7.0
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
- Update dumbo to 0.6.1 by @scala-steward in #182
- Update sbt-typelevel, ... to 0.8.3 by @scala-steward in #183
- Update scala-library to 2.13.18 by @scala-steward in #184
- Update scalafmt-core to 3.10.2 by @scala-steward in #185
- Update postgresql to 42.7.9 by @scala-steward in #193
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- update skunk-1.0.0-M12 by @rolang in #180
- update scala to 3.3.7 / 2.13.17 by @rolang in #176
- Update postgresql to 42.7.8 by @scala-steward in #166
- Update kind-projector to 0.13.4 by @scala-steward in #167
- Update sbt, scripted-plugin to 1.11.7 by @scala-steward in #169
- Update sbt-scalafix to 0.14.4 by @scala-steward in #171
- Update sbt-typelevel, ... to 0.8.2 by @scala-steward in #172
- Update scalafmt-core to 3.10.1 by @scala-steward in #177
- Update sbt-scalafmt to 2.5.6 by @scala-steward in #178
- Update scala3-library to 3.7.4 by @scala-steward in #181
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- update skunk to 1.0.0-M11 by @rolang in #156
- add a logger interface by @rolang in #138
Adumbo.logging.Loggerinstance is required for logging.
To use a logger based oncats.effect.std.Consolethat is required byskunkadd the import:
import dumbo.logging.Implicits.consoleOr 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
- Update sbt-typelevel, ... to 0.7.7 by @scala-steward in #122
- Update scalafmt-core to 3.8.6 by @scala-steward in #121
- Update scala3-library to 3.3.5 by @scala-steward in #123
- Update scalafmt-core to 3.9.0 by @scala-steward in #125
- Update sbt-scalafix to 0.14.2 by @scala-steward in #126
- Update scalafmt-core to 3.9.1 by @scala-steward in #127
- Update scalafmt-core to 3.9.2 by @scala-steward in #129
- Update sbt, scripted-plugin to 1.10.10 by @scala-steward in #131
- Update scalafmt-core to 3.9.3 by @scala-steward in #132
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in #134
- Update munit-cats-effect to 2.1.0 by @scala-steward in #136
- Update scalafmt-core to 3.9.4 by @scala-steward in #133
- Update scalafmt-core to 3.9.5 by @scala-steward in #137
- Update scalafmt-core to 3.9.6 by @scala-steward in #139
- Update sbt-scalafix to 0.14.3 by @scala-steward in #140
- Update scala3-library to 3.3.6 by @scala-steward in #141
- Update postgresql to 42.7.6 by @scala-steward in #144
- Update sbt-scala-native-config-brew to 0.4.0 by @scala-steward in #148
- update build dependencies and ci config by @rolang in #150
- Update scalafmt-core to 3.9.8 by @scala-steward in #153
- Update sbt, scripted-plugin to 1.11.3 by @scala-steward in #155
- Update postgresql to 42.7.7 by @scala-steward in #152
Full Changelog: v0.5.5...v0.6.0
v0.5.5
Bugfixes
- Update to skunk 1.0.0-M10 by @taig in #113
- Fixes dependency on broken skunk release (see v1.0.0-M9 notes)
What's Changed
- Update sbt-scalafix to 0.14.0 by @scala-steward in #114
- Update postgresql to 42.7.5 by @scala-steward in #115
- Update scala-library to 2.13.16 by @scala-steward in #116
- Update sbt-scalafmt to 2.5.4 by @scala-steward in #117
- Update scalafmt-core to 3.8.5 by @scala-steward in #118
- Update sbt-typelevel, ... to 0.7.6 by @scala-steward in #120
Full Changelog: v0.5.4...v0.5.5
v0.5.4
Dependency updates
- Update skunk to 1.0.0-M9 by @taig in #112
- Update sbt, scripted-plugin to 1.10.7 by @scala-steward in #110
- Update sbt-typelevel, ... to 0.7.5 by @scala-steward in #111
New Contributors
Full Changelog: v0.5.3...v0.5.4
v0.5.3
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
What's Changed
- fix reading resources from a jar at compile time (Scala 3) by @rolang in #101
- read resources recursively by @rolang in #102 and #103
- Update flyway-core, ... to 11.0.0 by @scala-steward in #100
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
Dependency updates
- update skunk to 1.0.0-M8 by @rolang in #97
- Update sbt, scripted-plugin to 1.10.4 by @scala-steward in #91
- Update flyway-core, ... to 10.20.1 by @scala-steward in #90
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #93
- Update sbt-buildinfo to 0.13.1 by @scala-steward in #95
- Update flyway-core, ... to 10.21.0 by @scala-steward in #94
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- update docs and example by @rolang in #69
- Update flyway-core, ... to 10.17.0 by @scala-steward in #70
- Update scalafmt-core to 3.8.3 by @scala-steward in #71
- update dependencies / fix ci by @rolang in #85
- add custom skunk session constructor by @rolang in #83
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
- Update sbt-typelevel, ... to 0.7.1 by @scala-steward in #53
- Update kind-projector to 0.13.3 by @scala-steward in #52
- Update scalafmt-core to 3.7.17 by @scala-steward in #51
- Update scala-library to 2.13.14 by @scala-steward in #48
- Update scalafmt-core to 3.8.1 by @scala-steward in #55
- Update flyway-core, ... to 10.13.0 by @scala-steward in #54
- Update munit to 1.0.0 by @scala-steward in #56
- Update munit-cats-effect to 2.0.0 by @scala-steward in #57
- Update sbt-scalafix to 0.12.1 by @scala-steward in #46
- Update flyway-core, ... to 10.14.0 by @scala-steward in #59
- Update flyway-core, ... to 10.15.0 by @scala-steward in #61
- Update scalafmt-core to 3.8.2 by @scala-steward in #62
- Update flyway-core, ... to 10.15.2 by @scala-steward in #64
- Update sbt to 1.10.1 by @scala-steward in #65
- update skunk by @rolang in #67
- update sbt-buildinfo / sbt-typelevel by @rolang in #68
New Contributors
- @scala-steward made their first contribution in #53
Full Changelog: v0.3.3...v0.4.0