File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3030copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
3131author = "Sentry Team and Contributors"
3232
33- release = "1.40.6 "
33+ release = "1.41.0 "
3434version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3535
3636
Original file line number Diff line number Diff line change @@ -318,4 +318,4 @@ def _get_default_options():
318318del _get_default_options
319319
320320
321- VERSION = "1.40.6 "
321+ VERSION = "1.41.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 = "1.40.6 " ,
24+ version = "1.41.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