Skip to content

Releases: zio/zio-telemetry

v3.1.0

26 Nov 17:20
3be3ba0
Compare
Choose a tag to compare

What's Changed

Note

The above change introduces binary incompatibility to this release. It's been decided not to bump a major version as it is pretty minor so that most users don't even notice it.

v3.0.2

24 Nov 15:12
9362c50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

05 Nov 16:31
c14606b
Compare
Choose a tag to compare

What's Changed

v3.0.0

17 Oct 12:29
a760f0e
Compare
Choose a tag to compare

🚀 Finally, after 26 RC releases, we are ready to release version 3.0 🚀

Thanks to all contributors

Thanks to all the contributors and users of ZIO Telemetry!

Especially thanks to those who made this release happen:

Best regards,
Michael Nedokushev (@grouzen)

What's changed since 2.0

Most of the effort was put into maturing the zio-opentelemetry module.
In addition to Traces, the rest of the signals have been added:

The correct synchronization between ZIO 2 runtime and java SDK auto-instrumentation agent was implemented.

The public APIs of all modules have been polished and documented.

What's next?

Now, when we support all types of OTEL signals, it is time to focus on adding smooth integration with the ZIO ecosystem of libraries.
To this end, new modules for zio-http, zio-grpc, zio-kafka, and so on are planned.

Seeing as more and more companies continue to migrate to OpenTelemetry, I believe that most of the development will be focused on the zio-opentelemetry module, and the zio-opencensus and zio-opentracing will gradually become obsolete.

Dependency Updates

v3.0.0-RC26

21 Aug 07:42
499edc2
Compare
Choose a tag to compare

What's Changed

v3.0.0-RC25

08 Aug 21:50
9766518
Compare
Choose a tag to compare

What's Changed

v3.0.0-RC24

05 Jun 14:40
980059d
Compare
Choose a tag to compare

What's Changed

Features

First integration with ZIO libraries ecosystem 🔥
Thanks @andrzejressel for adding an integration with zio-logging! 🚀

v3.0.0-RC23

04 May 16:42
9cbadc7
Compare
Choose a tag to compare

What's Changed

Approaching the release of version 3.0

There is only one issue to close in Milestone 3.0.0 🚀

v3.0.0-RC22

21 Apr 17:01
4d88246
Compare
Choose a tag to compare

New features

Seamless integration with ZIO Metrics 🔥

  • Allows automatic propagation of ZIO runtime and JVM metrics to OTEL metrics. Enable it by using OpenTelemetry.zioMetrics layer (docs).
  • Pass ZIO log annotations to OTEL metric attributes (docs).

What's Changed

Dependency Updates

v3.0.0-RC21

14 Jan 19:03
7c94e5d
Compare
Choose a tag to compare

What's Changed