Minor Releases

Any patch release made for an Axon project aims to resolve bugs. This page provides an overview of patch releases for the Axon Tracing Extension.

Release 4.6

Release 4.6.1

Bug Fixes

  • Move Flux tracing to utils class #330

Dependency Upgrade

  • Bump reactor.version from 3.4.23 to 3.4.24 #328

  • Bump axon.version from 4.6.0 to 4.6.1 #327

  • Bump kotlin.version from 1.7.10 to 1.7.20 #326

  • Bump slf4j.version from 2.0.2 to 2.0.3 #325

  • Bump actions/setup-java from 3.5.0 to 3.5.1 #324

  • Bump spring.boot.version from 2.7.3 to 2.7.4 #323

  • Bump slf4j.version from 2.0.1 to 2.0.2 #322

  • Bump junit-jupiter from 5.9.0 to 5.9.1 #321

  • Bump slf4j.version from 2.0.0 to 2.0.1 #317

Contributors

We'd like to thank all the contributors who worked on this release!

Release 4.5

Release 4.5.2

  • Bumped Axon Framework version used from 4.5. to 4.5.5 here commit.

  • An edge case was fixed where the QueryGateway could throws a NullPointerException. The fix for it was done here.

Release 4.5.1

  • With the release of Spring-Boot 2.6.0, the problem with circular dependencies came to light. To make it possible to use tracing-extension together with spring-boot 2.6.0, a circular dependency on our code was fixed as can be seen here.

Release 4.3

Release 4.3.1

  • The tag for the query payload was wrong. We give credits to contributor Sam-Kruglov for noting the issue, which we resolved in this commit.

  • In some Tracing UI's, camel-cased tag names showed up without the separation. This discrepancy is marked in issue #45 and resolved by using a dash notation instead of camel casing.

Last updated