From 485a659b42e8830b8c8299c53fc51b36eb7be942 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 8 Jul 2022 14:11:47 +0000 Subject: [PATCH 1/3] release: 1.7.0 --- CHANGELOG.md | 11 +++++++++++ docs/conf.py | 2 +- sentry_sdk/consts.py | 2 +- setup.py | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1261c08b68..e0fa08700b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.7.0 + +### Various fixes & improvements + +- feat(tracing): Dynamic Sampling Context / Baggage continuation (#1485) by @sl0thentr0py +- build(deps): bump sphinx from 4.5.0 to 5.0.2 (#1470) by @dependabot +- build(deps): bump pep8-naming from 0.11.1 to 0.13.0 (#1457) by @dependabot +- build(deps): bump actions/setup-python from 3 to 4 (#1465) by @dependabot +- build(deps): bump mypy from 0.950 to 0.961 (#1464) by @dependabot +- build(deps): bump actions/cache from 2 to 3 (#1478) by @dependabot + ## 1.6.0 ### Various fixes & improvements diff --git a/docs/conf.py b/docs/conf.py index c3ba844ec7..b3eb881196 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ copyright = "2019, Sentry Team and Contributors" author = "Sentry Team and Contributors" -release = "1.6.0" +release = "1.7.0" version = ".".join(release.split(".")[:2]) # The short X.Y version. diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index 043740acd1..7ed88b674d 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -102,7 +102,7 @@ def _get_default_options(): del _get_default_options -VERSION = "1.6.0" +VERSION = "1.7.0" SDK_INFO = { "name": "sentry.python", "version": VERSION, diff --git a/setup.py b/setup.py index e1d3972d28..ed766b6df5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_file_text(file_name): setup( name="sentry-sdk", - version="1.6.0", + version="1.7.0", author="Sentry Team and Contributors", author_email="hello@sentry.io", url="https://github.com/getsentry/sentry-python", From 3fd8f12b90c338bda26316ce515c08e6340b1d39 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Fri, 8 Jul 2022 16:19:18 +0200 Subject: [PATCH 2/3] Edit changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fa08700b..6218e29ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ ### Various fixes & improvements - feat(tracing): Dynamic Sampling Context / Baggage continuation (#1485) by @sl0thentr0py -- build(deps): bump sphinx from 4.5.0 to 5.0.2 (#1470) by @dependabot -- build(deps): bump pep8-naming from 0.11.1 to 0.13.0 (#1457) by @dependabot -- build(deps): bump actions/setup-python from 3 to 4 (#1465) by @dependabot -- build(deps): bump mypy from 0.950 to 0.961 (#1464) by @dependabot -- build(deps): bump actions/cache from 2 to 3 (#1478) by @dependabot + + The SDK now propagates the [W3C Baggage Header](https://www.w3.org/TR/baggage/) from + incoming transactions to outgoing requests. It also extracts + Sentry specific [sampling information](https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/) + and adds it to the transaction headers to enable Dynamic Sampling in the product. ## 1.6.0 From 21f25afa5c298129bdf35ee31bcdf6b716b2bb54 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Fri, 8 Jul 2022 16:20:45 +0200 Subject: [PATCH 3/3] Newline --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6218e29ef7..427c7cd884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ - feat(tracing): Dynamic Sampling Context / Baggage continuation (#1485) by @sl0thentr0py The SDK now propagates the [W3C Baggage Header](https://www.w3.org/TR/baggage/) from - incoming transactions to outgoing requests. It also extracts - Sentry specific [sampling information](https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/) + incoming transactions to outgoing requests. + It also extracts Sentry specific [sampling information](https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/) and adds it to the transaction headers to enable Dynamic Sampling in the product. ## 1.6.0