File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 26.3.0
2+
3+ ### New Features ✨
4+
5+ - (uptime) Attach stacktraces for sentry errors by @klochek in [ #491 ] ( https://github.com/getsentry/uptime-checker/pull/491 )
6+
7+ ### Bug Fixes 🐛
8+
9+ #### Uptime
10+
11+ - Don't report monitor_task_ended as an error by @klochek in [ #492 ] ( https://github.com/getsentry/uptime-checker/pull/492 )
12+ - Rust 1.94 breaks bad borrowing behavior; update deps to fix by @klochek in [ #490 ] ( https://github.com/getsentry/uptime-checker/pull/490 )
13+ - In ci, generate and upload debug symbols to sentry, per project/org by @klochek in [ #488 ] ( https://github.com/getsentry/uptime-checker/pull/488 )
14+ - Only download body if necessary by @klochek in [ #487 ] ( https://github.com/getsentry/uptime-checker/pull/487 )
15+ - Better vector error messages by @klochek in [ #486 ] ( https://github.com/getsentry/uptime-checker/pull/486 )
16+ - Add better logging for check config failures by @klochek in [ #485 ] ( https://github.com/getsentry/uptime-checker/pull/485 )
17+ - Remove and prevent unwrap/panic by @klochek in [ #462 ] ( https://github.com/getsentry/uptime-checker/pull/462 )
18+
119## 26.2.1
220
321- No documented changes.
Original file line number Diff line number Diff line change 11[package ]
22name = " uptime-checker"
3- version = " 26.2.1 "
3+ version = " 26.3.0 "
44# keep edition in sync with .pre-commit-config.yaml
55edition = " 2021"
66rust-version = " 1.88"
You can’t perform that action at this time.
0 commit comments