Skip to content

Releases: getsentry/sentry-rust

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

0.31.2

23 May 10:50
Compare
Choose a tag to compare

Various fixes & improvements

0.31.1

19 May 11:03
Compare
Choose a tag to compare

Features:

  • Add a new (tower-)axum-matched-path feature to use the MatchedPath as transaction name, along with attaching the request metadata to the transaction.

Fixes:

  • Fix rate-limiting/filtering of raw envelopes.

Thank you:

Features, fixes and improvements in this release have been contributed by:

0.31.0

19 Apr 13:52
Compare
Choose a tag to compare

Breaking Changes:

  • Aligned profiling-related protocol types.

Features:

  • Added a ProfilesSampler to the ClientOptions.

Fixes:

  • Fix building ureq transport without the native-tls feature.
  • Fixed serialization of raw Envelopes, and added a new from_bytes_raw constructor.

Thank you:

Features, fixes and improvements in this release have been contributed by:

0.30.0

24 Feb 10:52
Compare
Choose a tag to compare

Breaking Changes:

  • The minimum supported Rust version was bumped to 1.66.0 due to CI workflow misconfiguration.

Fixes:

  • Switch to checked version of from_secs_f64 in timestamp_to_datetime function to prevent panics (#554) by @olksdr

Internal:

  • Disable unnecessary default regex features for sentry-backtrace (#552) by @xfix
  • Use correct Rust toolchain for MSRV jobs (#555) by @kamilogorek