Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.11 KB

File metadata and controls

39 lines (21 loc) · 1.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.2.7 - 2026-01-24

Added

  • support tracing-opentelemetry 0.32 (#30)

Other

  • Extract opentelemetry ID retrieval code into a macro (#27)

0.2.6 - 2025-07-01

Fixed

  • enable needed opentelemetry feature
  • correctly turn on optional opentelemetry dependencies

0.2.5 - 2025-06-02

Added

  • allow for multiple opentelemetry dependencies

Fixed

  • do not serialize flattened empty objects

Other

  • bump MSRV to 1.75