Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 2.73 KB

File metadata and controls

60 lines (32 loc) · 2.73 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.38.0 - 2026-03-15

Fixed

  • MSRV (bump to 1.88) & api changes in dependencies, reformat (#325)

0.34.0 - 2026-01-19

Added

  • (deps) update to rust 1.87 & edition 2024 (#317)

0.33.0 - 2025-11-22

Added

  • (metrics) add support for metrics to the fake-opentelemetry-collector (#302)

0.32.0 - 2025-06-03

Added

  • (deps) update opentelemetry 0.30 & tonic 0.13 (#240)

0.28.0 - 2025-03-31

Added

  • (deps) update opentelemetry to 0.29 (#227)

0.26.1 - 2025-02-26

Removed

  • (deps) remove minor constraint when major > 1

0.25.0 - 2024-11-24

Fixed

  • [breaking] use TraceProvider::flush_force() during test

0.21.0 - 2024-09-22

Added

  • (deps) upgrade to opentelemetry 0.25

0.17.1 - 2024-02-24

Other

  • 👷 tune release-plz