Skip to content

Commit 3eea98e

Browse files
committed
release: 1.29.0
1 parent 69866be commit 3eea98e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3131
author = "Sentry Team and Contributors"
3232

33-
release = "1.28.1"
33+
release = "1.29.0"
3434
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3535

3636

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ def _get_default_options():
263263
del _get_default_options
264264

265265

266-
VERSION = "1.28.1"
266+
VERSION = "1.29.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="1.28.1",
24+
version="1.29.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)