Skip to content

Commit 0a3c263

Browse files
author
getsentry-bot
committed
Merge branch 'release/26.2.0'
2 parents 72de95c + a75b791 commit 0a3c263

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

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.1.0"
3+
version = "26.2.0"
44
# keep edition in sync with .pre-commit-config.yaml
55
edition = "2021"
66
rust-version = "1.88"

0 commit comments

Comments
 (0)