Sentry Rust Versions Save

Official Sentry SDK for Rust

0.34.0

1 week ago

Features:

  • Renamed the UNSTABLE_metrics and UNSTABLE_cadence feature flags to metrics and metrics-cadence1 respectively.

0.33.0

2 weeks ago

Various fixes & improvements

  • ref(metrics): Add normalization and update set metrics hashing (#658) by @elramen
  • feat: add embedded-svc based http transport (#654) by @madmo

0.32.3

2 months ago

Compatiblity:

  • Raised the MSRV to 1.73.

Improvements:

  • Slightly improved overhead of the tracing layer. (#642)

Updates:

  • Updated reqwest to version 0.12.
  • Updated tonic to version 0.11.

0.32.2

4 months ago

Various fixes & improvements

  • feat(crons): Add new fields to MonitorConfig type (#638) by @szokeasaurusrex
  • build(deps): bump h2 from 0.3.22 to 0.3.24 (#635) by @dependabot
  • fix(hub): avoid deadlocks when emitting events (#633) by @Tuetuopay

0.32.1

5 months ago

Features:

  • Add experimental implementations for Sentry metrics and a cadence sink. These require to use the UNSTABLE_metrics and UNSTABLE_cadence feature flags. Note that these APIs are still under development and subject to change.

0.32.0

6 months ago

Features:

  • Updated sentry-tower dependencies, including axum and http.

0.31.8

7 months ago

Various fixes & improvements

  • MonitorSchedule constructor that validates crontab syntax (#625) by @szokeasaurusrex
  • fix(docs): Fix some doc errors that slipped in (#623) by @flub
  • docs(tower): Mention how to enable http feature from sentry crate (#622) by @flub
  • build(deps): bump rustix from 0.37.23 to 0.37.25 (#619) by @dependabot

0.31.7

9 months ago

Various fixes & improvements

  • The minimum supported Rust version was bumped to 1.68.0 due to requirements from dependencies. (#612)

0.31.6

9 months ago

Various fixes & improvements

  • Apply clippy fixes and cherry-pick PRs (#610) by @Swatinem
  • ref: Apply user field from scope to transaction event (#596) by @kamilogorek
  • Remove profiling support (#595) by @viglia
  • chore: upgrade webpki-roots 0.22.5 -> 0.23.0 (#593) by @boxdot

0.31.5

1 year ago

Various fixes & improvements

  • chore(deps): bump rustls (#592) by @utkarshgupta137