Skip to content

Commit 5443265

Browse files
committed
Updated changelog
1 parent 0d450c2 commit 5443265

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
### Various fixes & improvements
66

7-
- Set response status code in transaction "response" context. (#2312) by @antonpirker
8-
- Add missing context kwarg to _sentry_task_factory (#2267) by @JohnnyDeuss
9-
- build(deps): bump sphinx from 7.1.2 to 7.2.4 (#2322) by @dependabot
7+
- Officially support Python 3.11 (#2300) by @sentrivana
108
- Allow to use OTel for performance instrumentation (experimental) (#2272) by @sentrivana
11-
- build(deps): bump mypy from 1.4.1 to 1.5.1 (#2319) by @dependabot
12-
- Add docstrings for Scope.update_from_* (#2311) by @sentrivana
9+
- Context manager monitor (#2290) by @szokeasaurusrex
10+
- Set response status code in transaction `response` context. (#2312) by @antonpirker
11+
- Add missing context kwarg to `_sentry_task_factory` (#2267) by @JohnnyDeuss
1312
- In Postgres take the connection params from the connection (#2308) by @antonpirker
14-
- build(deps): bump sphinx from 7.0.1 to 7.1.2 (#2296) by @dependabot
15-
- build(deps): bump checkouts/data-schemas from `1b85152` to `ebc77d3` (#2254) by @dependabot
16-
- Fix arq attribute error on settings, support worker args (#2260) by @rossmacarthur
17-
- test(threading): Add test for `ThreadPoolExecutor` (#2259) by @gggritso
18-
- Moved is_sentry_url to utils (#2304) by @szokeasaurusrex
19-
- fix: Exceptions include detail property for their value (#2193) by @nicolassanmar
20-
- Officially support Python 3.11 (#2300) by @sentrivana
2113
- Enable backpressure handling by default (#2298) by @sl0thentr0py
2214
- Stop recording spans for internal web requests to Sentry (#2297) by @szokeasaurusrex
23-
- Context manager monitor (#2290) by @szokeasaurusrex
15+
- Add test for `ThreadPoolExecutor` (#2259) by @gggritso
16+
- Add docstrings for Scope.update_from_* (#2311) by @sentrivana
17+
- Moved `is_sentry_url`` to utils (#2304) by @szokeasaurusrex
18+
- Fix: arq attribute error on settings, support worker args (#2260) by @rossmacarthur
19+
- Fix: Exceptions include detail property for their value (#2193) by @nicolassanmar
20+
- build(deps): bump mypy from 1.4.1 to 1.5.1 (#2319) by @dependabot
21+
- build(deps): bump sphinx from 7.1.2 to 7.2.4 (#2322) by @dependabot
22+
- build(deps): bump sphinx from 7.0.1 to 7.1.2 (#2296) by @dependabot
23+
- build(deps): bump checkouts/data-schemas from `1b85152` to `ebc77d3` (#2254) by @dependabot
2424

2525
## 1.29.2
2626

0 commit comments

Comments
 (0)