Releases: zio/zio-telemetry
Releases · zio/zio-telemetry
v0.3.0
This release adds initial support for OpenTelemetry. To use it, add "dev.zio" %% "zio-opentelemetry" % "0.3.0"
to your dependencies.
For OpenTracing, Clock
is only needed in the environment while building the layer. The smart constructor using ZManaged is public now to allow for easier layer building if obtaining a Tracer
is effectful.
Special thanks to @arjun-1 for contributing OpenTelemetry support.
- make OpenTracing.managed public (#128) by @runtologist
- Implements Opentelemetry support (#119) by @arjun-1
- Update sbt-ci-release to 1.5.3 (#127) by @scala-steward
- Update scala-collection-compat to 2.1.6 (#126) by @scala-steward
- Update async-http-client-backend-zio, ... to 2.0.9 (#125) by @scala-steward
- Update async-http-client-backend-zio, ... to 2.0.8 (#124) by @scala-steward
- Update zipkin-reporter, ... to 2.12.3 (#123) by @scala-steward
- Update scala-collection-compat to 2.1.5 (#122) by @scala-steward
- depend on Clock only in Layer (#121) by @runtologist
- Update sbt to 1.3.10 (#120) by @scala-steward
- Update sbt-scalafmt to 2.3.4 (#118) by @scala-steward
- Update async-http-client-backend-zio, ... to 2.0.7 (#116) by @scala-steward
- Update http4s-blaze-server, http4s-circe, ... to 0.21.3 (#115) by @scala-steward
- Update sbt to 1.3.9 (#114) by @scala-steward
v0.2.0
This release moves OpenTracing to a separate submodule. Please update your dependencies to
"dev.zio" %% "zio-opentracing" % "0.2.0"
- Move OpenTracing to separate submodule (#108) by @mijicd
- add cla (#110) by @adamgfraser
- Update async-http-client-backend-zio, ... to 2.0.6 (#109) by @scala-steward
- OpenTracing - Add noop tracing (#111) by @Fristi and @mark-dhl
- Update http4s-blaze-server, http4s-circe, ... to 0.21.2 (#112) by @scala-steward
- Update zipkin-reporter, ... to 2.12.2 (#113) by @scala-steward
v0.1.0
v0.0.3
Add examples by @drmarjanovic and @bblagojevic94
Bump ZIO to 1.0.0-RC17