Releases: zio/zio-logging
Releases · zio/zio-logging
v2.1.8
What's Changed
- Document the usage of
Slf4j.slf4j
layer (#624) @pierangeloc - slf4j backend - invoke slf4j initialisation (#617) @justcoon
- slf4j bridge - logger name annotation docs (#610) @justcoon
- Generate Unified Scaladoc (#604) @khajavi
Dependency Updates
- Update zio, zio-streams, zio-test, ... to 2.0.6 (#622) @scala-steward
- Update sbt to 1.8.2 (#608) @scala-steward
- Update snakeyaml-engine to 2.6 (#621) @scala-steward
- Update Node.js to v18.13.0 (#609) @renovate
- Update zio-sbt-website to 0.2.2 (#601) @scala-steward
v2.1.7
v2.1.6
What's Changed
Dependency Updates
- Update scala-collection-compat to 2.9.0 (#580) @scala-steward
- Update zio, zio-streams, zio-test, ... to 2.0.5 (#579) @scala-steward
- Update sbt-bloop to 1.5.6 (#578) @scala-steward
v2.1.5
v2.1.4
What's Changed
- Update Node.js to v18.12.1 by @renovate in #549
- Website: Publish Docs to The NPM Registry by @khajavi in #550
- Update zio-sbt-website Plugin by @khajavi in #551
- documentation titles fix by @justcoon in #552
- slf4j label format fix by @justcoon in #555
- Fix StaticMarkerBinder implementation in slf4j-bridge by @n3ziniuka5 in #556
- release java platform fix by @justcoon in #557
New Contributors
- @n3ziniuka5 made their first contribution in #556
Full Changelog: v2.1.3...v2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
What's Changed
- slf4j LogAppender (#479)
- zio-logging LogAnnotation-s and zio LogAnnotation-s - logged into MDC
- cause - logged as throwable
- slf4j logger name extracted from
Trace
- added SLF4J.loggerName aspect, for custom slf4j logger name
- slf4j default LogFormat with all annotations, cause and line/message
- layers, with LogLevel are deprecated
- slf4j bridge message format fix (#484)
- scala3 for scalajs (#488)
- sbt and plugins version update, mima checks (#478)
2.0.1
What's Changed
- Docs and examples (#476) @justcoon
- internal directory/package fix (#474) @justcoon
- Example (#467) @justcoon
- Fix file loggers (#466) @guersam
- LogFormat for annotations and spans (#461) @khajavi
- Try to optimize json encoding a bit (#465) @davidlar
- Json appender (#458) @davidlar
Dependency Updates
- Update scala3-library to 3.1.3 (#473) @scala-steward
- Update sbt-scala-native to 0.4.5 (#475) @scala-steward
- Update scala-java-time to 2.4.0 (#470) @scala-steward
- Update Node.js to v16.16.0 (#468) @renovate