File tree 4 files changed +23
-3
lines changed
4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.13.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat: Add ray integration support (#2400) (#2444) by @glowskir
8
+ - Expose custom_repr function that precedes safe_repr invocation in serializer (#3438) by @sl0thentr0py
9
+ - ref(sessions): Deprecate hub-based `sessions.py` logic (#3419) by @szokeasaurusrex
10
+ - ref(sessions): Deprecate `is_auto_session_tracking_enabled` (#3428) by @szokeasaurusrex
11
+ - Add note to generated yaml files (#3423) by @sentrivana
12
+ - test(sessions): Remove unnecessary line (#3418) by @szokeasaurusrex
13
+ - Dramatiq integration from @jacobsvante (#3397) by @antonpirker
14
+ - Serialize vars early to avoid living references (#3409) by @sl0thentr0py
15
+ - feat(profiling): Add client sdk info to profile chunk (#3386) by @Zylphrex
16
+ - Link to persistent banner in README (#3399) by @sentrivana
17
+ - feat(integrations): Update StarliteIntegration to be more in line with new LitestarIntegration (#3384) by @KellyWalker
18
+ - feat(integrations): Add litestar and starlite to get_sdk_name (#3385) by @KellyWalker
19
+ - feat(integrations): Support Litestar (#2413) (#3358) by @KellyWalker
20
+ - Use new banner in readme (#3390) by @sentrivana
21
+ - meta: Slim down PR template (#3382) by @sentrivana
22
+
3
23
## 2.12.0
4
24
5
25
### Various fixes & improvements
Original file line number Diff line number Diff line change 28
28
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
29
29
author = "Sentry Team and Contributors"
30
30
31
- release = "2.12 .0"
31
+ release = "2.13 .0"
32
32
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
33
33
34
34
Original file line number Diff line number Diff line change @@ -567,4 +567,4 @@ def _get_default_options():
567
567
del _get_default_options
568
568
569
569
570
- VERSION = "2.12 .0"
570
+ VERSION = "2.13 .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.12 .0" ,
24
+ version = "2.13 .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