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 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
+ - 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
+
3
21
## 2.33.2
4
22
5
23
### Various fixes & improvements
Original file line number Diff line number Diff line change 31
31
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
32
32
author = "Sentry Team and Contributors"
33
33
34
- release = "2.33.2 "
34
+ release = "2.34.0 "
35
35
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
36
36
37
37
Original file line number Diff line number Diff line change @@ -1204,4 +1204,4 @@ def _get_default_options():
1204
1204
del _get_default_options
1205
1205
1206
1206
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):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.33.2 " ,
24
+ version = "2.34.0 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments