File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.5.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat(starlette): Allow to configure status codes to report to Sentry (#3008) by @sentrivana
8
+ - fix(redis): Support multiple keys with cache_prefixes (#3136) by @sentrivana
9
+ - fix(cache): Fix key_as_string (#3132) by @sentrivana
10
+ - build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#3067) by @dependabot
11
+ - Update SDK version in CONTRIBUTING.md (#3129) by @sentrivana
12
+
3
13
## 2.4.0
4
14
5
15
### Various fixes & improvements
Original file line number Diff line number Diff line change 28
28
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
29
29
author = "Sentry Team and Contributors"
30
30
31
- release = "2.4 .0"
31
+ release = "2.5 .0"
32
32
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
33
33
34
34
Original file line number Diff line number Diff line change @@ -508,4 +508,4 @@ def _get_default_options():
508
508
del _get_default_options
509
509
510
510
511
- VERSION = "2.4 .0"
511
+ VERSION = "2.5 .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 = "2.4 .0" ,
24
+ version = "2.5 .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