File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 26.2.0
2+
3+ ### New Features ✨
4+
5+ #### Uptime
6+
7+ - Provide detail and paths for comp/runtime assertion errors by @klochek in [ #482 ] ( https://github.com/getsentry/uptime-checker/pull/482 )
8+ - Allow preview checks to capture response body bytes by @klochek in [ #472 ] ( https://github.com/getsentry/uptime-checker/pull/472 )
9+ - Metrics for asserts by @klochek in [ #477 ] ( https://github.com/getsentry/uptime-checker/pull/477 )
10+ - Set assertion limits using config/env vars by @klochek in [ #476 ] ( https://github.com/getsentry/uptime-checker/pull/476 )
11+ - Add response capture support for failure debugging by @wedamija in [ #464 ] ( https://github.com/getsentry/uptime-checker/pull/464 )
12+
13+ ### Bug Fixes 🐛
14+
15+ #### Uptime
16+
17+ - Only download body bytes if the assertion needs them by @klochek in [ #483 ] ( https://github.com/getsentry/uptime-checker/pull/483 )
18+ - Devservices fixes (port, repo) by @klochek in [ #479 ] ( https://github.com/getsentry/uptime-checker/pull/479 )
19+ - Add bounds to number of operations allowed in an assertion by @klochek in [ #474 ] ( https://github.com/getsentry/uptime-checker/pull/474 )
20+ - Have jsonpath asserts compare against values by @klochek in [ #471 ] ( https://github.com/getsentry/uptime-checker/pull/471 )
21+ - For asserts, wrap json objects in arrays by @klochek in [ #470 ] ( https://github.com/getsentry/uptime-checker/pull/470 )
22+ - Open the endpoint on the adapter, not localhost by @klochek in [ #466 ] ( https://github.com/getsentry/uptime-checker/pull/466 )
23+
24+ ### Internal Changes 🔧
25+
26+ - (uptime) Add comparison tests for uptime asserts by @klochek in [ #473 ] ( https://github.com/getsentry/uptime-checker/pull/473 )
27+
128## 26.1.0
229
330### New Features ✨
Original file line number Diff line number Diff line change 11[package ]
22name = " uptime-checker"
3- version = " 26.1 .0"
3+ version = " 26.2 .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