Skip to content

Releases: typelevel/natchez

v0.3.0-M1

28 Nov 14:28
9d74b8f
Compare
Choose a tag to compare
v0.3.0-M1 Pre-release
Pre-release

Features

  • Add ability to create a Trace[IO] from an EntryPoint[IO] by @mpilquist in #666
  • Add support for span suppression and coalescing, simplify span creation API via builder pattern by @mpilquist in #665

Refactoring

Full Changelog: v0.2.2...v0.3.0-M1

v0.2.2

22 Nov 17:56
db44cc7
Compare
Choose a tag to compare

What's Changed

  • Fix bug in child span propagation introduced via spanR by @mpilquist in #663

Full Changelog: v0.2.1...v0.2.2

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.