Releases: zio/zio-logging
Releases · zio/zio-logging
2.0.0
This release contains support for ZIO 2.0.0.
2.0.0-RC10
This release contains support for ZIO 2.0.0-RC6.
2.0.0-RC9
This release contains support for ZIO 2.0.0-RC6.
2.0.0-RC8
This release contains support for ZIO 2.0.0-RC5.
2.0.0-RC7
This release contains support for ZIO 2.0.0-RC4.
v2.0.0-RC6
Upgrade to ZIO 2.0.0-RC3 (#428) * Upgrade to ZIO 2.0.0-RC3 * bump Scala.js plugin version to 1.9.0.
v2.0.0-RC5
What's Changed
- Upgrade to ZIO 2.0.0-RC2 (#408) @adamgfraser
Dependency Updates
- Update slf4j-api to 1.7.35 (#405) @scala-steward
v2.0.0-RC4
Bug fix in master.
v2.0.0-RC3
Bug fix to LogFormat.label.
v2.0.0-RC2
Preliminary support for ZIO 2.0. This is a complete redesign and no attempt is made to preserve backward compatibility.
Now all ZIO Logging functionality integrates into ZIO 2.0 via RuntimeConfigAspect
s, which install logging hooks to handle both string and errors. Basic support for structured logging is included, because the new LogAppender
can handle both structured and unstructured logging.
Much additional work remains supporting various backends.