|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.34.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- Considerably raise `DEFAULT_MAX_VALUE_LENGTH` (#4632) by @sentrivana |
| 8 | + |
| 9 | + We have increased the string trimming limit considerably, allowing you to see more data |
| 10 | + without it being truncated. Note that this might, in rare cases, result in issue regrouping, |
| 11 | + for example if you're capturing message events with very long messages (longer than the |
| 12 | + default 1024 characters/bytes). |
| 13 | + |
| 14 | + If you want to adjust the limit, you can set a |
| 15 | + [`max_value_limit`](https://docs.sentry.io/platforms/python/configuration/options/#max_value_length) |
| 16 | + in your `sentry_sdk.init()`. |
| 17 | + |
| 18 | +- `OpenAI` integration update (#4612) by @antonpirker |
| 19 | + |
| 20 | + The `OpenAIIntegration` now supports [OpenAI Responses API](https://platform.openai.com/docs/api-reference/responses). |
| 21 | + |
| 22 | + The data captured will also show up in the new [AI Agents Dashboard](https://docs.sentry.io/product/insights/agents/dashboard/). |
| 23 | + |
| 24 | + This works out of the box, nothing to do on your side. |
| 25 | + |
| 26 | +- Expose `set_transaction_name` (#4634) by @sl0thentr0py |
| 27 | +- Fix(Celery): Latency should be in milliseconds, not seconds (#4637) by @sentrivana |
| 28 | +- Fix(Django): Treat `django.template.context.BasicContext` as sequence in serializer (#4621) by @sl0thentr0py |
| 29 | +- Fix(Huggingface): Fix `huggingface_hub` CI tests. (#4619) by @antonpirker |
| 30 | +- Fix: Ignore deliberate thread exception warnings (#4611) by @sl0thentr0py |
| 31 | +- Fix: Socket tests to not use example.com (#4627) by @sl0thentr0py |
| 32 | +- Fix: Threading run patch (#4610) by @sl0thentr0py |
| 33 | +- Tests: Simplify celery double patching test (#4626) by @sl0thentr0py |
| 34 | +- Tests: Remove remote example.com calls (#4622) by @sl0thentr0py |
| 35 | +- Tests: tox.ini update (#4635) by @sentrivana |
| 36 | +- Tests: Update tox (#4609) by @sentrivana |
| 37 | + |
3 | 38 | ## 2.33.2
|
4 | 39 |
|
5 | 40 | ### Various fixes & improvements
|
|
0 commit comments