Known issue: This release mistakenly depends on a previous version of the micrometer-bom but it should have depend on the current one: 1.10.7
instead of 1.10.6
. This will be addressed in a forthcoming patch release. You should use that version instead. See #256.
🐞 Bug Fixes
- TracingObservationHandler doesn't include manually created spans #244
- BaggageManager#getBaggage() is inconsistent when baggage doesn't exist #237
📔 Documentation
- JavaDoc : Propagator references Open Telemetry classes which is not part of Micrometer #230