File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
323## 2.12.0
424
525### Various fixes & improvements
Original file line number Diff line number Diff line change 2828copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
2929author = "Sentry Team and Contributors"
3030
31- release = "2.12 .0"
31+ release = "2.13 .0"
3232version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3333
3434
Original file line number Diff line number Diff line change @@ -567,4 +567,4 @@ def _get_default_options():
567567del _get_default_options
568568
569569
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):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "2.12 .0" ,
24+ version = "2.13 .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