Skip to content

Commit 4c1ea7a

Browse files
committed
release: 2.13.0
1 parent 17a6cf0 commit 4c1ea7a

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
2929
author = "Sentry Team and Contributors"
3030

31-
release = "2.12.0"
31+
release = "2.13.0"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,4 +567,4 @@ def _get_default_options():
567567
del _get_default_options
568568

569569

570-
VERSION = "2.12.0"
570+
VERSION = "2.13.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="2.12.0",
24+
version="2.13.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)