Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.31.8
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
0.31.6
0.31.5
Various fixes & improvements
- chore(deps): bump rustls (#592) by @utkarshgupta137
0.31.4
Various fixes & improvements
- Apply scope metadata to transactions (#590) by @loewenheim
0.31.3
0.31.2
Various fixes & improvements
- feat(crons): Add monitor check-in types to sentry-types (#577) by @evanpurkhiser
0.31.1
Features:
- Add a new
(tower-)axum-matched-path
feature to use theMatchedPath
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
Breaking Changes:
- Aligned profiling-related protocol types.
Features:
- Added a
ProfilesSampler
to theClientOptions
.
Fixes:
- Fix building
ureq
transport without thenative-tls
feature. - Fixed serialization of raw
Envelope
s, and added a newfrom_bytes_raw
constructor.
Thank you:
Features, fixes and improvements in this release have been contributed by:
0.30.0
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
intimestamp_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