Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

72 lines (51 loc) · 2.22 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.10.0 - 2025-01-23

Added

  • [breaking] Add the ability to customize histogram boundaries

Fixed

  • fix clippy lint

Other

  • (deps) Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
  • [breaking] upgrade opentelemetry dependencies

0.9.0 - 2024-07-15

Fixed

  • fix exporter initialization in example
  • remove uses of Unit

Other

  • use semantic conventions metrics module
  • [breaking] upgrade opentelemetry dependencies

0.8.0 - 2024-05-17

Added

  • [breaking] upgrade opentelemetry to 0.23

0.7.0 - 2024-04-12

Added

  • [breaking] Make trace attributes for local socket opt-in
  • [breaking] Make server.address/server.port opt-in for metrics

Fixed

  • set schema version correctly
  • Fix documentation links
  • Fix trace doc comments

Other

  • (deps) Update trillium-router requirement from 0.3.5 to 0.4.1
  • (deps) Update trillium-macros requirement from 0.0.5 to 0.0.6
  • (deps) Update trillium-tokio requirement from 0.3.2 to 0.4.0
  • (actions) Bump actions/configure-pages from 4 to 5

0.6.0 - 2024-02-26

Added

  • [breaking] Update to opentelemetry-rust 0.22

Other

  • tidy cargo.toml keywords
  • (actions) fix docs workflow
  • (actions) use release-plz
  • (actions) remove protoc
  • Update env_logger requirement from 0.10.1 to 0.11.1
  • Bump Swatinem/rust-cache from 2.7.2 to 2.7.3
  • Bump Swatinem/rust-cache from 2.7.1 to 2.7.2
  • Update trillium-macros requirement from 0.0.4 to 0.0.5
  • Bump actions/deploy-pages from 3 to 4
  • Bump actions/upload-pages-artifact from 2 to 3
  • Bump github/codeql-action from 2 to 3