Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.34.0
0.33.0
0.32.3
0.32.2
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
Features:
- Add experimental implementations for Sentry metrics and a cadence sink. These
require to use theUNSTABLE_metrics
andUNSTABLE_cadence
feature flags.
Note that these APIs are still under development and subject to change.
0.32.0
Features:
- Updated
sentry-tower
dependencies, includingaxum
andhttp
.
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