v2.5.0
This is the first release that supports Scala Native, thanks to @armanbilge! Additionally UUIDGen use rather than randomUUID on Paged Logger.
What's Changed
- Update sbt-typelevel, sbt-typelevel-site to 0.4.13 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/674
- Update scalafmt-core to 3.5.9 by @typelevel-steward in https://github.com/typelevel/log4cats/pull/675
- Pin
slf4j&logbackupdates by @danicheg in https://github.com/typelevel/log4cats/pull/685 - Cross-build for Native by @armanbilge in https://github.com/typelevel/log4cats/pull/687
- Use
UUIDGeninstead ofrandomUUID()by @armanbilge in https://github.com/typelevel/log4cats/pull/678
Full Changelog: https://github.com/typelevel/log4cats/compare/v2.4.0...v2.5.0