Releases: getsentry/uptime-checker
Releases · getsentry/uptime-checker
26.5.2
26.5.1
- No documented changes.
26.5.0
- No documented changes.
26.4.2
- No documented changes.
26.4.1
- No documented changes.
26.4.0
Bug Fixes 🐛
- (linting) Changelog pre-commit fix by @hubertdeng123 in #494
Internal Changes 🔧
- Pin GitHub Actions to full-length commit SHAs by @joshuarli in #493
26.3.1
- No documented changes.
26.3.0
New Features ✨
Bug Fixes 🐛
Uptime
- Don't report monitor_task_ended as an error by @klochek in #492
- Rust 1.94 breaks bad borrowing behavior; update deps to fix by @klochek in #490
- In ci, generate and upload debug symbols to sentry, per project/org by @klochek in #488
- Only download body if necessary by @klochek in #487
- Better vector error messages by @klochek in #486
- Add better logging for check config failures by @klochek in #485
- Remove and prevent unwrap/panic by @klochek in #462
26.2.1
- No documented changes.
26.2.0
New Features ✨
Uptime
- Provide detail and paths for comp/runtime assertion errors by @klochek in #482
- Allow preview checks to capture response body bytes by @klochek in #472
- Metrics for asserts by @klochek in #477
- Set assertion limits using config/env vars by @klochek in #476
- Add response capture support for failure debugging by @wedamija in #464
Bug Fixes 🐛
Uptime
- Only download body bytes if the assertion needs them by @klochek in #483
- Devservices fixes (port, repo) by @klochek in #479
- Add bounds to number of operations allowed in an assertion by @klochek in #474
- Have jsonpath asserts compare against values by @klochek in #471
- For asserts, wrap json objects in arrays by @klochek in #470
- Open the endpoint on the adapter, not localhost by @klochek in #466