Skip to content

Releases: micronaut-projects/micronaut-tracing

Micronaut Tracing 4.3.0

06 Sep 11:30
Compare
Choose a tag to compare

What's Changed

Dependency updates 🚀

  • Update grpc to v1.48.1 by @renovate in #141
  • Update dependency io.opentelemetry.contrib:opentelemetry-aws-xray to v1.16.0 by @renovate in #140
  • Update dependency io.opentelemetry:opentelemetry-bom to v1.16.0 by @renovate in #135
  • Update grpc to v1.49.0 by @renovate in #159
  • Update dependency io.opentelemetry.contrib:opentelemetry-aws-xray to v1.17.0 by @renovate in #155
  • Update dependency io.opentelemetry:opentelemetry-bom to v1.17.0 by @renovate in #148

Other Changes 💡

Full Changelog: v4.2.2...v4.3.0

Micronaut Tracing 4.2.2

06 Sep 11:00
Compare
Choose a tag to compare

What's Changed

Dependency updates 🚀

Full Changelog: v4.2.1...v4.2.2

Micronaut Tracing 4.2.1

03 Aug 07:38
Compare
Choose a tag to compare

What's Changed

Dependency updates 🚀

Full Changelog: v4.2.0...v4.2.1

Micronaut Tracing 4.2.0

03 Jul 08:54
Compare
Choose a tag to compare

v4.2.0 (2022-07-03)

Full Changelog

  • OpenTelemetry Support

Implemented enhancements:

  • OpenTelemetry Support for Instrumenting the AWS SDK #102
  • Move from Open Tracing to Open Telemetry #7

Closed issues:

  • TracingCorePublisher cannot be cast to class reactor.core.publisher.Mono #115
  • OpenTelemetry spans don't show the @client id but localhost #114
  • package-info.java missing from io.micronaut.tracing.opentelemetry.instrument.http #100
  • Reactor contextView doesn't contain ServerRequestContext when zipkin enabled #29
  • The Tracing Dependencies Are Not Found #19
  • (graal) Micronaut tracing example doesn't work #8

Merged pull requests:

Read more

Micronaut Tracing 4.1.1

17 Mar 09:59
Compare
Choose a tag to compare

v4.1.1 (2022-03-17)

Full Changelog

Fixed bugs:

  • ClassCastException from TracingCorePublisher #41
  • Tracing modules include dependency on Kotlin following build changes #30

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Tracing 4.1.0

10 Mar 13:17
Compare
Choose a tag to compare

v4.1.0 (2022-03-10)

Full Changelog

  • bump up to Micronaut 3.3.4

Closed issues:

  • Tracing module is not linked from the website #35

Merged pull requests:

  • build: micronaut to 3.3.4 -project to 4.1.0-SNAPSHOT #43 (@sdelamo)
  • build: update build plugin to 5.2.3 #42 (@sdelamo)
  • Bump io.micronaut.build.shared.settings from 5.2.1 to 5.2.2 #40 (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 #39 (@dependabot[bot])
  • Bump peter-evans/create-pull-request from 3.12.1 to 3.14.0 #37 (@dependabot[bot])
  • Bump io.micronaut.build.shared.settings from 5.1.3 to 5.2.1 #34 (@dependabot[bot])
  • Bump io.micronaut.build.shared.settings from 5.1.2 to 5.1.3 #32 (@dependabot[bot])

* This Changelog was automatically generated by github_changelog_generator

Micronaut Tracing 4.0.3

08 Feb 17:39
Compare
Choose a tag to compare

v4.0.3 (2022-02-08)

Full Changelog

Closed issues:

  • Duplicated tracing headers in request retried by instrumented clients #25
  • The kotlin tests are being published #23
  • Flow collection does not work with CoroutineTracingDispatcher #18

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Tracing 4.0.2

27 Jan 11:15
Compare
Choose a tag to compare

* This Changelog was automatically generated by github_changelog_generator

What's Changed

  • Propagate Reactor's context in tracing publisher by @dstepanov in #16

New Contributors

Full Changelog: v4.0.1...v4.0.2

Micronaut Tracing 4.0.1

25 Jan 20:43
Compare
Choose a tag to compare

v4.0.1 (2022-01-25)

Full Changelog

Implemented enhancements:

  • Allow exclusion of http requests from tracing #12 (@timyates)

Closed issues:

  • Disable tracing of discovery client calls #11

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Tracing 4.0.0

14 Jan 15:15
Compare
Choose a tag to compare

v4.0.0 (2022-01-11)

Initial release as a standalone module.

Full Changelog

Fixed bugs:

  • Controller Exception handler being called twice #3
  • Do not call HTTP error handlers multiple times with zipkin tracing #4 (@yawkat)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator