Skip to content

Commit f83975a

Browse files
author
getsentry-bot
committed
Merge branch 'release/26.3.0'
2 parents c564359 + 287a722 commit f83975a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uptime-checker"
3-
version = "26.2.1"
3+
version = "26.3.0"
44
# keep edition in sync with .pre-commit-config.yaml
55
edition = "2021"
66
rust-version = "1.88"

0 commit comments

Comments
 (0)