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.
Bumped Axon Framework version used from 4.5. to 4.5.5 commit.
An edge case was fixed where the QueryGateway
could throws a NullPointerException
. The fix for it was done .
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 .
The tag for the query payload was wrong. We give credits to contributor Sam-Kruglov
for noting the issue, which we resolved in commit.
In some Tracing UI's, camel-cased tag names showed up without the separation. This discrepancy is marked in issue and resolved by using a dash notation instead of camel casing.