Skip to content

Commit

Permalink
release: 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 31, 2023
1 parent 69866be commit 3eea98e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.29.0

### Various fixes & improvements

- Always sample checkin regardless of sample_rate (#2279) by @szokeasaurusrex
- Add DB connection attributes in spans (#2274) by @antonpirker
- Clarified the procedure for running tests (#2276) by @szokeasaurusrex
- Fix chalice tests (#2278) by @sentrivana
- feat(redis): Add db.system to remaining redis spans (#2271) by @AbhiPrasad
- Capture GraphQL client errors (#2243) by @sentrivana
- build(deps): bump black from 23.3.0 to 23.7.0 (#2256) by @dependabot
- ref(crons): Add information to short-interval cron error message (#2246) by @lobsterkatie
- Read MAX_VALUE_LENGTH from client options (#2121) (#2171) by @puittenbroek
- ref(integrations): Rename `request_bodies` to `max_request_body_size` (#2247) by @mgaligniana
- Remove py3.4 from tox.ini (#2248) by @sentrivana

## 1.28.1

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

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


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ def _get_default_options():
del _get_default_options


VERSION = "1.28.1"
VERSION = "1.29.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="1.28.1",
version="1.29.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 3eea98e

Please sign in to comment.