Skip to content

Commit fc70611

Browse files
committed
release: 1.41.0
1 parent 8f1a125 commit fc70611

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## 1.41.0
4+
5+
### Various fixes & improvements
6+
7+
- ref(awslambda): xfail broken tests for now (#2794) by @sentrivana
8+
- Removed print statements because it messes with the tests (#2789) by @antonpirker
9+
- build(deps): bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
10+
- build(deps): bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
11+
- feat(transport): Expose `socket_options` (#2786) by @sentrivana
12+
- Allow to configure merge target for releases (#2777) by @sentrivana
13+
- fix(docs): allow empty character in metric tags values (#2775) by @viglia
14+
- fix(metrics): Replace invalid tag values with an empty string instead of _ (#2773) by @markushi
15+
- docs: Add documentation comment to `scrub_list` (#2769) by @szokeasaurusrex
16+
- ref(scrubber): Add recursive scrubbing to EventScrubber (#2755) by @Cheapshot003
17+
- Fixed regex to parse version in lambda package file (#2767) by @sentrivana
18+
319
## 1.40.6
420

521
### Various fixes & improvements

docs/conf.py

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

33-
release = "1.40.6"
33+
release = "1.41.0"
3434
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3535

3636

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,4 @@ def _get_default_options():
318318
del _get_default_options
319319

320320

321-
VERSION = "1.40.6"
321+
VERSION = "1.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="1.40.6",
24+
version="1.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)