You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
**Bug fixes:**
10
10
11
11
- Properly handle AI metrics from the Python SDK's `@ai_track` decorator ([#3539](https://github.com/getsentry/relay/pull/3539))
12
+
- Mitigates occasional slowness and timeouts of the healthcheck endpoint. The endpoint will now respond promptly an unhealthy state. ([#3567](https://github.com/getsentry/relay/pull/3567))
12
13
13
14
**Internal**:
14
15
@@ -21,6 +22,7 @@
21
22
- Emit negative outcomes for denied metrics. ([#3508](https://github.com/getsentry/relay/pull/3508))
22
23
- Increase size limits for internal batch endpoints. ([#3562](https://github.com/getsentry/relay/pull/3562))
23
24
- Emit negative outcomes when metrics are rejected because of a disabled namespace. ([#3544](https://github.com/getsentry/relay/pull/3544))
25
+
- Add support for `event.` in the `Span``Getter` implementation. ([#3577](https://github.com/getsentry/relay/pull/3577))
Copy file name to clipboardexpand all lines: py/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
### Unreleased
4
+
5
+
- This release requires Python 3.11 or later. There are no intentionally breaking changes included in this release, but we stopped testing against Python 3.10.
6
+
3
7
## 0.8.61
4
8
5
9
- Update data category metirc hours to metric seconds. [#3558](https://github.com/getsentry/relay/pull/3558)
0 commit comments