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 1
1
# Changelog
2
2
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
+
3
19
## 1.40.6
4
20
5
21
### Various fixes & improvements
Original file line number Diff line number Diff line change 30
30
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
31
31
author = "Sentry Team and Contributors"
32
32
33
- release = "1.40.6 "
33
+ release = "1.41.0 "
34
34
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
35
35
36
36
Original file line number Diff line number Diff line change @@ -318,4 +318,4 @@ def _get_default_options():
318
318
del _get_default_options
319
319
320
320
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):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "1.40.6 " ,
24
+ version = "1.41.0 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments