|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.69.2 |
| 4 | + |
| 5 | +### Bug Fixes 🐛 |
| 6 | + |
| 7 | +- (aws-lambda) Attach user info when streaming spans by @sentrivana in [#7429](https://github.com/getsentry/sentry-python/pull/7429) |
| 8 | +- (bottle) Avoid infinite serializing loop by @sentrivana in [#7511](https://github.com/getsentry/sentry-python/pull/7511) |
| 9 | +- (clickhouse_driver) Only set `db.result` in breadcrumb with sensitive data opt-in by @alexander-alderman-webb in [#7432](https://github.com/getsentry/sentry-python/pull/7432) |
| 10 | +- (google-genai) Tolerate `None` candidates by @alexander-alderman-webb in [#7519](https://github.com/getsentry/sentry-python/pull/7519) |
| 11 | +- (pydantic-ai) Stop capturing tool execution spans when validation fails by @alexander-alderman-webb in [#7448](https://github.com/getsentry/sentry-python/pull/7448) |
| 12 | +- (serializer) Add type annotations to databag limits by @8rulerstar in [#7505](https://github.com/getsentry/sentry-python/pull/7505) |
| 13 | +- (tracing) Make `functions_to_trace` work when streaming spans by @sentrivana in [#7430](https://github.com/getsentry/sentry-python/pull/7430) |
| 14 | +- (typing) Fix `disabled_integrations` type by @sentrivana in [#7506](https://github.com/getsentry/sentry-python/pull/7506) |
| 15 | +- Don't attach stacktrace to check-ins by @sentrivana in [#7497](https://github.com/getsentry/sentry-python/pull/7497) |
| 16 | + |
| 17 | +### Documentation 📚 |
| 18 | + |
| 19 | +- Update span streaming docstrings by @sentrivana in [#7463](https://github.com/getsentry/sentry-python/pull/7463) |
| 20 | + |
| 21 | +### Internal Changes 🔧 |
| 22 | + |
| 23 | +#### Huggingface Hub |
| 24 | + |
| 25 | +- Parametrize tests on the streaming trace lifecycle by @alexander-alderman-webb in [#7436](https://github.com/getsentry/sentry-python/pull/7436) |
| 26 | +- Only check relevant data with `ApproxDict` by @alexander-alderman-webb in [#7434](https://github.com/getsentry/sentry-python/pull/7434) |
| 27 | + |
| 28 | +#### Pydantic Ai |
| 29 | + |
| 30 | +- Remove vacuous `_set_model_data()` tests by @alexander-alderman-webb in [#7453](https://github.com/getsentry/sentry-python/pull/7453) |
| 31 | +- Remove vacuous `_set_agent_data()` tests by @alexander-alderman-webb in [#7450](https://github.com/getsentry/sentry-python/pull/7450) |
| 32 | + |
| 33 | +#### Other |
| 34 | + |
| 35 | +- (deps) Lock file maintenance by @renovate in [#7302](https://github.com/getsentry/sentry-python/pull/7302) |
| 36 | +- (django) Fix flaky cache tests by using uuid for cache LOCATION by @sentry-junior in [#7444](https://github.com/getsentry/sentry-python/pull/7444) |
| 37 | +- (pymongo) Raise `maxWireVersion` by @alexander-alderman-webb in [#7473](https://github.com/getsentry/sentry-python/pull/7473) |
| 38 | +- Remove unused base64 utils by @sentrivana in [#7495](https://github.com/getsentry/sentry-python/pull/7495) |
| 39 | +- 🤖 Update test matrix with new releases (09/14) by @github-actions in [#7486](https://github.com/getsentry/sentry-python/pull/7486) |
| 40 | +- 🤖 Update test matrix with new releases (09/07) by @github-actions in [#7399](https://github.com/getsentry/sentry-python/pull/7399) |
| 41 | + |
| 42 | +### Other |
| 43 | + |
| 44 | +- Skip formatting log records when Sentry logs are off by @gyanu2507 in [#7422](https://github.com/getsentry/sentry-python/pull/7422) |
| 45 | + |
3 | 46 | ## 2.69.1 |
4 | 47 |
|
5 | 48 | ### New Features ✨ |
|
0 commit comments