File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.34.0
4+
5+ ### Various fixes & improvements
6+
7+ - Considerably raise `DEFAULT_MAX_VALUE_LENGTH` (#4632) by @sentrivana
8+ - fix(celery): Latency should be in milliseconds, not seconds (#4637) by @sentrivana
9+ - OpenAI integration update (#4612) by @antonpirker
10+ - tests: tox.ini update (#4635) by @sentrivana
11+ - Expose set_transaction_name (#4634) by @sl0thentr0py
12+ - Fix socket tests to not use example.com (#4627) by @sl0thentr0py
13+ - Simplify celery double patching test (#4626) by @sl0thentr0py
14+ - Treat django.template.context.BasicContext as sequence in serializer (#4621) by @sl0thentr0py
15+ - Remove remote example.com calls (#4622) by @sl0thentr0py
16+ - Fix `huggingface_hub` CI tests. (#4619) by @antonpirker
17+ - tests: Update tox (#4609) by @sentrivana
18+ - Ignore deliberate thread exception warnings (#4611) by @sl0thentr0py
19+ - Fix threading run patch (#4610) by @sl0thentr0py
20+
321## 2.33.2
422
523### Various fixes & improvements
Original file line number Diff line number Diff line change 3131copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
3232author = "Sentry Team and Contributors"
3333
34- release = "2.33.2 "
34+ release = "2.34.0 "
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -1204,4 +1204,4 @@ def _get_default_options():
12041204del _get_default_options
12051205
12061206
1207- VERSION = "2.33.2 "
1207+ VERSION = "2.34.0 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "2.33.2 " ,
24+ version = "2.34.0 " ,
2525 author = "Sentry Team and Contributors" ,
2626 author_email = "hello@sentry.io" ,
2727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments