Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@ttys3 ttys3 released this 13 Feb 17:54
· 1 commit to main since this release

[0.10.0] - 2025-02-13

🚀 Features

  • (metrics) Add custom bucket support for http metrics layer (7412d30)

🚜 Refactor

  • [breaking] Remove provider configuration from builder logic (2331569)
  • (metrics) [breaking] Remove requests_total counter and related code (dd4380f)
  • Derive default for HttpMetricsLayerBuilder (9195432)
  • (metrics) [breaking] Follow latest opentelemetry semantic conventions (31a8847)
  • Add support for custom meter provider in HttpMetricsLayerBuilder, so the tests will not fail anymore (e11478d)

📚 Documentation

🎨 Styling

  • Reformat code for better readability (cfe2044)

🧪 Testing

⚙️ Miscellaneous Tasks

  • Fix typo (fe09ab8)
  • Add default configuration for git-cliff (b04a15a)
  • Add changelog command to Makefile (96518b3)
  • [breaking] Update dependencies in Cargo.toml (92549ca)
  • Add release-plz shell script (b1b702b)