Skip to content

Releases: getsentry/sentry-rust

0.32.3

16 Apr 11:38
Compare
Choose a tag to compare

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

30 Jan 10:50
Compare
Choose a tag to compare

Various fixes & improvements

0.32.1

18 Dec 14:03
Compare
Choose a tag to compare

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

28 Nov 12:42
Compare
Choose a tag to compare

Features:

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

0.31.8

10 Nov 15:42
Compare
Choose a tag to compare

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

14 Sep 15:28
Compare
Choose a tag to compare

Various fixes & improvements

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

0.31.6

28 Aug 12:33
Compare
Choose a tag to compare

Various fixes & improvements

0.31.5

16 Jun 08:42
Compare
Choose a tag to compare

Various fixes & improvements

0.31.4

14 Jun 12:14
Compare
Choose a tag to compare

Various fixes & improvements

0.31.3

25 May 12:55
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(tracing): Improve structure for tracing errors (#585) by @jan-auer