New
v2.7.0
It's been a while since the last release, and we have got something to share! This release is binary-compatible within the 2.x series.
What's Changed
New API & Features
- Blocker Slf4j Logger Backer by @diogocanut in https://github.com/typelevel/log4cats/pull/762
- Move
NoOpLoggerto core module by @armanbilge in https://github.com/typelevel/log4cats/pull/778 - Quality of life updates for LoggerFactory by @morgen-peschke in https://github.com/typelevel/log4cats/pull/825
Behind the Scenes
- Add CI badge in README / microsite by @danicheg in https://github.com/typelevel/log4cats/pull/746
- Remove CODE_OF_CONDUCT, use org default [ci skip] by @valencik in https://github.com/typelevel/log4cats/pull/824
Dependency Updates
- Update sbt-scala-native-crossproject to 1.3.2 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/769
- Update cats-core to 2.10.0 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/777
- Update sbt-typelevel, sbt-typelevel-site to 0.5.0 by @armanbilge in https://github.com/typelevel/log4cats/pull/780
- Update logback-classic to 1.2.13 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/806
- Update sbt-jmh to 0.4.7 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/808
- Update nscplugin, sbt-scala-native, ... to 0.4.17 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/814
- Update sbt to 1.9.9 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/818
- Update scala-library, scala-reflect to 2.12.19 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/820
- Update scala3-library, ... to 3.3.3 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/822
- Update cats-effect, cats-effect-kernel, ... to 3.5.4 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/823
- Update scalafmt-core to 3.8.1 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/827
- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/828
- Update munit-cats-effect to 2.0.0-M5 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/830
- Update sbt-typelevel, sbt-typelevel-site to 0.7.0 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/833
- Update scala-library, scala-reflect to 2.13.14 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/836
New Contributors
- @diogocanut made their first contribution in https://github.com/typelevel/log4cats/pull/762
- @valencik made their first contribution in https://github.com/typelevel/log4cats/pull/824
Full Changelog: https://github.com/typelevel/log4cats/compare/v2.6.0...v2.7.0