File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
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+
319## 1.28.1
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.28.1 "
33+ release = "1.29.0 "
3434version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3535
3636
Original file line number Diff line number Diff line change @@ -263,4 +263,4 @@ def _get_default_options():
263263del _get_default_options
264264
265265
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):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "1.28.1 " ,
24+ version = "1.29.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