File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.29.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Always sample checkin regardless of sample_rate (#2279 ) by @szokeasaurusrex
8
+ - Add DB connection attributes in spans (#2274 ) by @antonpirker
9
+ - Clarified the procedure for running tests (#2276 ) by @szokeasaurusrex
10
+ - Fix chalice tests (#2278 ) by @sentrivana
11
+ - feat(redis): Add db.system to remaining redis spans (#2271 ) by @AbhiPrasad
12
+ - Capture GraphQL client errors (#2243 ) by @sentrivana
13
+ - build(deps): bump black from 23.3.0 to 23.7.0 (#2256 ) by @dependabot
14
+ - ref(crons): Add information to short-interval cron error message (#2246 ) by @lobsterkatie
15
+ - Read MAX_VALUE_LENGTH from client options (#2121 ) (#2171 ) by @puittenbroek
16
+ - ref(integrations): Rename ` request_bodies ` to ` max_request_body_size ` (#2247 ) by @mgaligniana
17
+ - Remove py3.4 from tox.ini (#2248 ) by @sentrivana
18
+
3
19
## 1.28.1
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.28.1 "
33
+ release = "1.29.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 @@ -263,4 +263,4 @@ def _get_default_options():
263
263
del _get_default_options
264
264
265
265
266
- VERSION = "1.28.1 "
266
+ VERSION = "1.29.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.28.1 " ,
24
+ version = "1.29.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