From c78df15908e55b6ab2bfb5c18b8cc704ded401ca Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 4 Jul 2023 12:03:53 +0000 Subject: [PATCH 1/5] release: 1.27.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ docs/conf.py | 2 +- sentry_sdk/consts.py | 2 +- setup.py | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f75708dd25..33885789ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 1.27.0 + +### Various fixes & improvements + +- Revert autocomplete hack (#2224) by @sentrivana +- Add Django template tag for adding sentry tracing information (#2222) by @antonpirker +- build(deps): bump checkouts/data-schemas from `7fdde87` to `1b85152` (#2218) by @dependabot +- Allow (some) autocompletion for top-level API (#2213) by @sentrivana +- Update Flask html meta helper (#2203) by @antonpirker +- Take trace id always from propagation context (#2209) by @antonpirker +- Fix CI (#2220) by @antonpirker +- feat(loguru): add message format configuration arguments (#2208) by @Gwill +- Don't overwrite existing aiohttp baggage (#2214) by @sentrivana +- Set the transaction/span status from an otel span (#2115) by @daniil-konovalenko +- feat(profiling): Add client reports for profiles (#2207) by @Zylphrex +- feat(aiohttp): add instrumentation of client requests (#1761) by @md384 +- Fix trace context in event payload (#2205) by @antonpirker +- Change API doc theme (#2210) by @sentrivana +- Use new top level api in `trace_propagation_meta` (#2202) by @antonpirker +- Fix TaskLockedException handling (#2206) by @Zhenay +- Do not overwrite existing baggage on outgoing requests (#2191) by @sentrivana +- Support for SQLAlchemy 2.0 (#2200) by @antonpirker +- build(deps): bump mypy from 1.3.0 to 1.4.1 (#2194) by @dependabot +- fix: fix propagation of OTEL NonRecordingSpan (#2187) by @hartungstenio + ## 1.26.0 ### Various fixes & improvements diff --git a/docs/conf.py b/docs/conf.py index 0420f7f5ef..05bdf0976d 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.26.0" +release = "1.27.0" version = ".".join(release.split(".")[:2]) # The short X.Y version. diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index ed3b2d88ae..7388a3e82b 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -228,4 +228,4 @@ def _get_default_options(): del _get_default_options -VERSION = "1.26.0" +VERSION = "1.27.0" diff --git a/setup.py b/setup.py index 577e7f08f6..b4ed25be14 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_file_text(file_name): setup( name="sentry-sdk", - version="1.26.0", + version="1.27.0", author="Sentry Team and Contributors", author_email="hello@sentry.io", url="https://github.com/getsentry/sentry-python", From 41ea06c291b02ef213226a59e64c00aa650f710e Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 4 Jul 2023 14:11:46 +0200 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33885789ef..8cac55b3cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,26 @@ ### Various fixes & improvements -- Revert autocomplete hack (#2224) by @sentrivana -- Add Django template tag for adding sentry tracing information (#2222) by @antonpirker -- build(deps): bump checkouts/data-schemas from `7fdde87` to `1b85152` (#2218) by @dependabot -- Allow (some) autocompletion for top-level API (#2213) by @sentrivana -- Update Flask html meta helper (#2203) by @antonpirker -- Take trace id always from propagation context (#2209) by @antonpirker -- Fix CI (#2220) by @antonpirker -- feat(loguru): add message format configuration arguments (#2208) by @Gwill -- Don't overwrite existing aiohttp baggage (#2214) by @sentrivana -- Set the transaction/span status from an otel span (#2115) by @daniil-konovalenko -- feat(profiling): Add client reports for profiles (#2207) by @Zylphrex -- feat(aiohttp): add instrumentation of client requests (#1761) by @md384 +- Support for SQLAlchemy 2.0 (#2200) by @antonpirker +- Add instrumentation of `aiohttp` client requests (#1761) by @md384 +- Add Django template tag for adding Sentry tracing information (#2222) by @antonpirker +- Update Flask HTML meta helper (#2203) by @antonpirker +- Take trace ID always from propagation context (#2209) by @antonpirker - Fix trace context in event payload (#2205) by @antonpirker -- Change API doc theme (#2210) by @sentrivana -- Use new top level api in `trace_propagation_meta` (#2202) by @antonpirker -- Fix TaskLockedException handling (#2206) by @Zhenay +- Use new top level API in `trace_propagation_meta` (#2202) by @antonpirker - Do not overwrite existing baggage on outgoing requests (#2191) by @sentrivana -- Support for SQLAlchemy 2.0 (#2200) by @antonpirker -- build(deps): bump mypy from 1.3.0 to 1.4.1 (#2194) by @dependabot -- fix: fix propagation of OTEL NonRecordingSpan (#2187) by @hartungstenio +- Don't overwrite existing `aiohttp` baggage (#2214) by @sentrivana +- Set the transaction/span status from an OTel span (#2115) by @daniil-konovalenko +- Fix propagation of OTel `NonRecordingSpan` (#2187) by @hartungstenio +- Fix `TaskLockedException` handling in Huey integration (#2206) by @Zhenay +- Add message format configuration arguments to Loguru integration (#2208) by @Gwill +- Profiling: Add client reports for profiles (#2207) by @Zylphrex +- CI: Fix CI (#2220) by @antonpirker +- Dependencies: Bump `checkouts/data-schemas` from `7fdde87` to `1b85152` (#2218) by @dependabot +- Dependencies: Bump `mypy` from 1.3.0 to 1.4.1 (#2194) by @dependabot +- Docs: Change API doc theme (#2210) by @sentrivana +- Docs: Allow (some) autocompletion for top-level API (#2213) by @sentrivana +- Docs: Revert autocomplete hack (#2224) by @sentrivana ## 1.26.0 From 34d46af59d1155b86a145213e3f6a012b3e5786e Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 4 Jul 2023 14:17:05 +0200 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cac55b3cf..bb637bfeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Support for SQLAlchemy 2.0 (#2200) by @antonpirker - Add instrumentation of `aiohttp` client requests (#1761) by @md384 - Add Django template tag for adding Sentry tracing information (#2222) by @antonpirker + - By adding `{{ sentry_trace_meta }}` to your Django templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace. + - Update Flask HTML meta helper (#2203) by @antonpirker - Take trace ID always from propagation context (#2209) by @antonpirker - Fix trace context in event payload (#2205) by @antonpirker From bfe2eb0be4bd46df5de9b363e4db28c5efbf2c05 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 4 Jul 2023 14:18:08 +0200 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb637bfeec..301820942d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Support for SQLAlchemy 2.0 (#2200) by @antonpirker - Add instrumentation of `aiohttp` client requests (#1761) by @md384 - Add Django template tag for adding Sentry tracing information (#2222) by @antonpirker - - By adding `{{ sentry_trace_meta }}` to your Django templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace. + - By adding `{{ sentry_trace_meta }}` to your Django templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace started in the backend. - Update Flask HTML meta helper (#2203) by @antonpirker - Take trace ID always from propagation context (#2209) by @antonpirker From 7ba4fd96d60965fd61d7e3db96f54e12e91068a9 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 4 Jul 2023 14:25:20 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301820942d..8b3abb3949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,7 @@ - Take trace ID always from propagation context (#2209) by @antonpirker - Fix trace context in event payload (#2205) by @antonpirker - Use new top level API in `trace_propagation_meta` (#2202) by @antonpirker -- Do not overwrite existing baggage on outgoing requests (#2191) by @sentrivana -- Don't overwrite existing `aiohttp` baggage (#2214) by @sentrivana +- Do not overwrite existing baggage on outgoing requests (#2191, #2214) by @sentrivana - Set the transaction/span status from an OTel span (#2115) by @daniil-konovalenko - Fix propagation of OTel `NonRecordingSpan` (#2187) by @hartungstenio - Fix `TaskLockedException` handling in Huey integration (#2206) by @Zhenay