|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
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 |
10 | 8 | - 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 |
13 | 12 | - 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 |
21 | 13 | - Enable backpressure handling by default (#2298) by @sl0thentr0py
|
22 | 14 | - 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 |
24 | 24 |
|
25 | 25 | ## 1.29.2
|
26 | 26 |
|
|
0 commit comments