Skip to content

Commit 255c578

Browse files
committed
Merge branch 'master' into swatinem/metrics
* master: tracing: send spans' attributes along with the event ones (#629) release: 0.32.0 Update crate dependencies (#628) feat: bump http to 1.0.0 (#627) release: 0.31.8 MonitorSchedule constructor that validates crontab syntax (#625) fix(docs): Fix some doc errors that slipped in (#623) docs(tower): Mention how to enable http feature from sentry crate (#622) build(deps): bump rustix from 0.37.23 to 0.37.25 (#619)
2 parents b568ebc + dfdb7b6 commit 255c578

File tree

28 files changed

+1303
-567
lines changed

28 files changed

+1303
-567
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# Changelog
22

3+
## 0.32.0
4+
5+
**Features**:
6+
7+
- Updated `sentry-tower` dependencies, including `axum` and `http`.
8+
9+
## 0.31.8
10+
11+
### Various fixes & improvements
12+
13+
- MonitorSchedule constructor that validates crontab syntax (#625) by @szokeasaurusrex
14+
- fix(docs): Fix some doc errors that slipped in (#623) by @flub
15+
- docs(tower): Mention how to enable http feature from sentry crate (#622) by @flub
16+
- build(deps): bump rustix from 0.37.23 to 0.37.25 (#619) by @dependabot
17+
318
## 0.31.7
419

520
### Various fixes & improvements
21+
622
- The minimum supported Rust version was bumped to **1.68.0** due to requirements from dependencies. (#612)
723

824
## 0.31.6

0 commit comments

Comments
 (0)