File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.19.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Fix errors when instrumenting Django cache (#3855) by @BYK
8
+ - Copy `scope.client` reference as well (#3857) by @sl0thentr0py
9
+ - Don't give up on Spotlight on 3 errors (#3856) by @BYK
10
+ - Add missing stack frames (#3673) by @antonpirker
11
+ - Fix wrong metadata type in async gRPC interceptor (#3205) by @fdellekart
12
+ - Rename launch darkly hook to match JS SDK (#3743) by @aliu39
13
+ - Script for checking if our instrumented libs are Python 3.13 compatible (#3425) by @antonpirker
14
+ - Improve Ray tests (#3846) by @antonpirker
15
+ - Test with Celery `5.5.0rc3` (#3842) by @sentrivana
16
+ - Fix asyncio testing setup (#3832) by @sl0thentr0py
17
+ - Bump `codecov/codecov-action` from `5.0.2` to `5.0.7` (#3821) by @dependabot
18
+ - Fix CI (#3834) by @sentrivana
19
+ - Use new ClickHouse GH action (#3826) by @antonpirker
20
+
3
21
## 2.19.0
4
22
5
23
### Various fixes & improvements
Original file line number Diff line number Diff line change 31
31
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
32
32
author = "Sentry Team and Contributors"
33
33
34
- release = "2.19.0 "
34
+ release = "2.19.1 "
35
35
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
36
36
37
37
Original file line number Diff line number Diff line change @@ -581,4 +581,4 @@ def _get_default_options():
581
581
del _get_default_options
582
582
583
583
584
- VERSION = "2.19.0 "
584
+ VERSION = "2.19.1 "
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.19.0 " ,
24
+ version = "2.19.1 " ,
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