Skip to content

Releases: typelevel/natchez

v0.2.1

22 Nov 12:49
8d72092
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Nov 18:45
f174636
Compare
Choose a tag to compare

Features

Docs

  • Fix example in documentation by @ant8e in #531
  • Update Kernel.scala - cleanup documentation by @iRevive in #485

Build

Updates

Read more

v0.1.4

17 May 17:33
09082d0
Compare
Choose a tag to compare

CE3 version of 0.0.25.

v0.0.25

17 May 16:28
ec1cb6d
Compare
Choose a tag to compare
  • Removed Scala 3.0.0-RC2/3, added Scala 3.0.0

v0.1.2

27 Apr 19:27
d6dfa82
Compare
Choose a tag to compare

CE3 version of v0.0.24

v0.0.24

27 Apr 19:21
1b33378
Compare
Choose a tag to compare

This adds a Scala 3 build for the log artifact, which provides a log4cats tracing back end. In order to do this I upgraded to the new version of log4cats, which is hosted under org.typelevel.

  • Natchez users who have a dependency like "io.chrisdavenport" %% "log4cats-<module>" need to upgrade to 1.3.0 and change the organization to "org.typelevel".
  • Natchez pulls in Circe 0.13 for Scala 2, and 0.14 (currently on milestones) for Scala 3. When Circe reaches a stable release on 0.14 I will upgrade the Scala 2 version of Natchez to use it.

v0.1.1

22 Apr 18:50
a8e63e1
Compare
Choose a tag to compare

CE3 version of v0.0.23

v0.0.23

22 Apr 16:03
76c28b1
Compare
Choose a tag to compare
  • Updates a few dependencies.
  • Removes Scala 3.0.0-RC1 and adds 3.0.0-RC3.

v0.1.0

31 Mar 14:57
50fa06b
Compare
Choose a tag to compare

This is the Cats-Effect 3 version of v0.0.21.

v0.0.22

31 Mar 21:36
d4566c5
Compare
Choose a tag to compare

Uncursed version of v0.0.21. Sorry about that.