|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.62.0 |
| 4 | + |
| 5 | +### New Features ✨ |
| 6 | + |
| 7 | +- (bottle) Add span streaming support to Bottle integration by @ericapisani in [#6486](https://github.com/getsentry/sentry-python/pull/6486) |
| 8 | +- (cohere) Add span streaming support by @ericapisani in [#6479](https://github.com/getsentry/sentry-python/pull/6479) |
| 9 | +- (gcp) Add span streaming support to GCP Cloud Functions integration by @ericapisani in [#6440](https://github.com/getsentry/sentry-python/pull/6440) |
| 10 | +- (graphene) Add span streaming support by @ericapisani in [#6476](https://github.com/getsentry/sentry-python/pull/6476) |
| 11 | +- (integrations) Add integration for `aiomysql` by @tonal in [#4703](https://github.com/getsentry/sentry-python/pull/4703) |
| 12 | +- (pyreqwest) Support span streaming by @alexander-alderman-webb in [#6455](https://github.com/getsentry/sentry-python/pull/6455) |
| 13 | +- Support httpx2 by @sentrivana in [#6463](https://github.com/getsentry/sentry-python/pull/6463) |
| 14 | + |
| 15 | +### Bug Fixes 🐛 |
| 16 | + |
| 17 | +- (api) Only emit API mismatch warnings when client is active by @sentrivana in [#6520](https://github.com/getsentry/sentry-python/pull/6520) |
| 18 | +- (arq) Never capture control flow exceptions by @alexander-alderman-webb in [#6507](https://github.com/getsentry/sentry-python/pull/6507) |
| 19 | +- (client) Guard against dotless qualified_name in \_setup_instrumentation by @devteamaegis in [#6452](https://github.com/getsentry/sentry-python/pull/6452) |
| 20 | +- (pydantic-ai) Only use hooks when `ModelRequestContext.model` exists by @alexander-alderman-webb in [#6480](https://github.com/getsentry/sentry-python/pull/6480) |
| 21 | +- (rq) Restore `functools.wraps()` for patched functions by @alexander-alderman-webb in [#6532](https://github.com/getsentry/sentry-python/pull/6532) |
| 22 | +- (tracing_utils) Handle baggage values containing '=' in from_incoming_header by @devteamaegis in [#6450](https://github.com/getsentry/sentry-python/pull/6450) |
| 23 | +- (utils) Handle image_url string shorthand in \_is_image_type_with_blob_content by @devteamaegis in [#6478](https://github.com/getsentry/sentry-python/pull/6478) |
| 24 | + |
| 25 | +### Internal Changes 🔧 |
| 26 | + |
| 27 | +- (arq) Only pin `fakeredis<2.36.0` in tests by @alexander-alderman-webb in [#6444](https://github.com/getsentry/sentry-python/pull/6444) |
| 28 | +- (flaky) Change env for flaky test detector by @sl0thentr0py in [#6492](https://github.com/getsentry/sentry-python/pull/6492) |
| 29 | +- (pydantic-ai) Create event loop before invoking sync methods by @alexander-alderman-webb in [#6475](https://github.com/getsentry/sentry-python/pull/6475) |
| 30 | +- Use `package-ecosystem: uv` in dependabot by @sentrivana in [#6522](https://github.com/getsentry/sentry-python/pull/6522) |
| 31 | +- 🤖 Update test matrix with new releases (06/08) by @github-actions in [#6519](https://github.com/getsentry/sentry-python/pull/6519) |
| 32 | +- Raise minimum supported `aiomysql` version and update text matrix by @alexander-alderman-webb in [#6496](https://github.com/getsentry/sentry-python/pull/6496) |
| 33 | +- Deprecate OpenTelemetryIntegration in favor of OTLPIntegration and no-op for span first by @sl0thentr0py in [#6494](https://github.com/getsentry/sentry-python/pull/6494) |
| 34 | +- 🤖 Update test matrix with new releases (06/03) by @github-actions in [#6489](https://github.com/getsentry/sentry-python/pull/6489) |
| 35 | +- Raise `update-tox` timeout to 20 minutes by @alexander-alderman-webb in [#6488](https://github.com/getsentry/sentry-python/pull/6488) |
| 36 | +- Prevent `grpcio-tools` source builds when generating test matrices by @alexander-alderman-webb in [#6487](https://github.com/getsentry/sentry-python/pull/6487) |
| 37 | +- Add weekly flaky test detector workflow by @sl0thentr0py in [#6484](https://github.com/getsentry/sentry-python/pull/6484) |
| 38 | +- Pin transitive dependencies for tests on Python>=3.8 by @alexander-alderman-webb in [#6437](https://github.com/getsentry/sentry-python/pull/6437) |
| 39 | +- Install uv in `update-tox` job by @alexander-alderman-webb in [#6453](https://github.com/getsentry/sentry-python/pull/6453) |
| 40 | +- Only pin `setuptools` in relevant tests by @alexander-alderman-webb in [#6467](https://github.com/getsentry/sentry-python/pull/6467) |
| 41 | + |
3 | 42 | ## 2.61.1 |
4 | 43 |
|
5 | 44 | ### Internal Changes 🔧 |
|
0 commit comments