Skip to content

Commit b7cda42

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.41.0'
2 parents 1f8c008 + 685287d commit b7cda42

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 2.41.0
4+
5+
### Various fixes & improvements
6+
7+
- feat: Add `concurrent.futures` patch to threading integration (#4770) by @alexander-alderman-webb
8+
9+
The SDK now makes sure to automatically preserve span relationships when using `ThreadPoolExecutor`.
10+
- chore: Remove old metrics code (#4899) by @sentrivana
11+
12+
Removed all code related to the deprecated experimental metrics feature (`sentry_sdk.metrics`).
13+
- ref: Remove "experimental" from log function name (#4901) by @sentrivana
14+
- fix(ai): Add mapping for gen_ai message roles (#4884) by @shellmayr
15+
- feat(metrics): Add trace metrics behind an experiments flag (#4898) by @k-fish
16+
317
## 2.40.0
418

519
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3232
author = "Sentry Team and Contributors"
3333

34-
release = "2.40.0"
34+
release = "2.41.0"
3535
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3636

3737

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,4 +1339,4 @@ def _get_default_options():
13391339
del _get_default_options
13401340

13411341

1342-
VERSION = "2.40.0"
1342+
VERSION = "2.41.0"

setup.py

Lines changed: 1 addition & 1 deletion
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.40.0",
24+
version="2.41.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)