From c3a60a60a2c72e7122f3a3faa3a552ceb39b1663 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 12 Dec 2023 15:11:09 +0000 Subject: [PATCH 1/2] release: 1.39.0 --- docs/conf.py | 2 +- sentry_sdk/consts.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ed7b897f21..6d9542539f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year) author = "Sentry Team and Contributors" -release = "1.38.0" +release = "1.39.0" version = ".".join(release.split(".")[:2]) # The short X.Y version. diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index deba4245de..c336a67f3a 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -316,4 +316,4 @@ def _get_default_options(): del _get_default_options -VERSION = "1.38.0" +VERSION = "1.39.0" diff --git a/setup.py b/setup.py index 3807eebdfc..698046cdc1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_file_text(file_name): setup( name="sentry-sdk", - version="1.38.0", + version="1.39.0", author="Sentry Team and Contributors", author_email="hello@sentry.io", url="https://github.com/getsentry/sentry-python", From c6cd6360d805673694b00474bd14ba4b9755bf99 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 12 Dec 2023 16:18:52 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0a92ee26..69ef466666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ ### Various fixes & improvements +- Add support for cluster clients from Redis SDK (#2394) by @md384 - Improve location reporting for timer metrics (#2552) by @mitsuhiko +- Fix Celery `TypeError` with no-argument `apply_async` (#2575) by @szokeasaurusrex +- Fix Lambda integration with EventBridge source (#2546) by @davidcroda +- Add max tries to Spotlight (#2571) by @hazAT +- Handle `os.path.devnull` access issues (#2579) by @sentrivana +- Change `code.filepath` frame picking logic (#2568) by @sentrivana +- Trigger AWS Lambda tests on label (#2538) by @sentrivana +- Run permissions step on pull_request_target but not push (#2548) by @sentrivana +- Hash AWS Lambda test functions based on current revision (#2557) by @sentrivana +- Update Django version in tests (#2562) by @sentrivana +- Make metrics tests non-flaky (#2572) by @antonpirker ## 1.38.0