Skip to content

v2.0.0-RC2

Compare
Choose a tag to compare
@jdegoes jdegoes released this 17 Jan 22:01
· 296 commits to master since this release

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 RuntimeConfigAspects, 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.