Skip to content

Releases: zio/zio-logging

2.0.0

28 Jun 00:13
1a69ebf
Compare
Choose a tag to compare

This release contains support for ZIO 2.0.0.

2.0.0-RC10

05 May 23:33
d1d0307
Compare
Choose a tag to compare

This release contains support for ZIO 2.0.0-RC6.

2.0.0-RC9

04 May 01:16
21df6c5
Compare
Choose a tag to compare

This release contains support for ZIO 2.0.0-RC6.

2.0.0-RC8

09 Apr 06:21
d3fbc11
Compare
Choose a tag to compare

This release contains support for ZIO 2.0.0-RC5.

2.0.0-RC7

04 Apr 14:21
8a9d663
Compare
Choose a tag to compare

This release contains support for ZIO 2.0.0-RC4.

v2.0.0-RC6

27 Mar 20:33
0cff243
Compare
Choose a tag to compare
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

03 Feb 10:43
b45d278
Compare
Choose a tag to compare

What's Changed

Dependency Updates

v2.0.0-RC4

22 Jan 21:39
929abb0
Compare
Choose a tag to compare

Bug fix in master.

v2.0.0-RC3

21 Jan 12:11
Compare
Choose a tag to compare

Bug fix to LogFormat.label.

v2.0.0-RC2

17 Jan 22:01
Compare
Choose a tag to compare

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.