Skip to content

Releases: typelevel/natchez-http4s

v0.6.1

16 Jan 19:04
8551f41
Compare
Choose a tag to compare

What's Changed

  • Add methods to override Span.Options on the span created by the client middleware by @bpholt in #64
  • Add natchez-http4s-mtl: server middleware with Local[F, Span[F]] semantics by @bpholt in #71

Other Build and Dependency Updates

  • Update scala3-library, ... to 3.3.4 by @typelevel-steward in #70
  • Update scala-library to 2.12.20 by @typelevel-steward in #62
  • Update mdoc, sbt-mdoc to 2.6.1 by @typelevel-steward in #68
  • Update sbt to 1.10.2 by @typelevel-steward in #66
  • Update sbt-typelevel to 0.7.3 by @typelevel-steward in #63
  • Update http4s-client, http4s-core, ... to 0.23.28 by @typelevel-steward in #65
  • Update scala-library to 2.13.15 by @typelevel-steward in #69
  • reconfigure Mergify with sbt-typelevel-mergify by @bpholt in #72
  • Update sbt-typelevel, ... to 0.7.4 by @typelevel-steward in #73
  • Update natchez-core, natchez-jaeger, ... to 0.3.7 by @typelevel-steward in #74
  • Update sbt to 1.10.3 by @typelevel-steward in #75
  • Update http4s-client, http4s-core, ... to 0.23.29 by @typelevel-steward in #76
  • Update sbt to 1.10.4 by @typelevel-steward in #77
  • Remove sonatypeCredentialHost setting by @bpholt in #78
  • Update sbt to 1.10.5 by @typelevel-steward in #79
  • Update sbt to 1.10.6 by @typelevel-steward in #81
  • Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 by @typelevel-steward in #82
  • Update http4s-client, http4s-core, ... to 0.23.30 by @typelevel-steward in #83
  • Update mdoc, sbt-mdoc to 2.6.2 by @typelevel-steward in #84
  • Update sbt, scripted-plugin to 1.10.7 by @typelevel-steward in #85
  • Update sbt-typelevel, ... to 0.7.5 by @typelevel-steward in #86
  • Update scalafmt-core to 3.8.4 by @typelevel-steward in #87
  • Update scala-library to 2.13.16 by @typelevel-steward in #88

Full Changelog: v0.6.0...v0.6.1

v0.6.0

29 Aug 19:40
0e0ff63
Compare
Choose a tag to compare

What's Changed

  • Add span name and span options parameters by @ant8e in #32
  • Make client middleware cancellable by @msosnicki in #33
  • Update URL to micropage by @blaz-kranjc in #35
  • Use natchez-testkit instead of our own InMemory implementation by @bpholt in #38
  • Only add exception message to trace if it is non-null by @bpholt in #56
  • Allow additional attributes to be added to client spans by @bpholt in #37

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Jan 17:19
c23b5ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.5.0-M2

04 Jan 15:01
f7b0b30
Compare
Choose a tag to compare
v0.5.0-M2 Pre-release
Pre-release

Updates

  • Upgrade to latest http4s, natchez, scala.js, and scala native releases by @mpilquist in #30

Full Changelog: v0.5.0-M1...v0.5.0-M2

v0.5.0-M1

30 Nov 02:49
28c6a57
Compare
Choose a tag to compare
v0.5.0-M1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0-M1

v0.4.0

23 Nov 01:57
5a7d683
Compare
Choose a tag to compare

What's Changed

  • Adopt sbt-typelevel and update dependencies by @mpilquist in #26

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.1.3

04 Aug 14:22
7e44be3
Compare
Choose a tag to compare
v0.1.3

v0.0.3

25 Feb 20:09
93daa6f
Compare
Choose a tag to compare
  • Added NatchezMiddleware.client (see updated doc)
  • Updated deps

v0.0.2

09 Feb 20:12
00f9fbd
Compare
Choose a tag to compare

Made AnsiFilterStream public because I'm using it in some debugging code downstream. Unchanged otherwise.

v0.0.1

09 Feb 01:06
Compare
Choose a tag to compare

The first ever release, hooray!