Skip to content

Commit

Permalink
release: 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 27, 2023
1 parent 04cfc86 commit 50998ea
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 1.16.0

### Various fixes & improvements

- Adds `trace_propagation_targets` option (#1916) by @antonpirker
- feat(cloud): Adding Cloud Resource Context (#1882) by @antonpirker
- fix(profiling): Start profiler thread lazily (#1903) by @Zylphrex
- feat(arq): add arq integration (#1872) by @Zhenay
- tests(gevent): Add workflow to test gevent (#1870) by @Zylphrex
- Updated outdated HTTPX test matrix (#1917) by @antonpirker
- Make set_measurement public api and remove experimental status (#1909) by @sl0thentr0py
- feat(falcon): Update of Falcon Integration (#1733) by @antonpirker
- Remove deprecated `tracestate` (#1907) by @antonpirker
- Switch to MIT license (#1908) by @cleptric
- Fixed checks for structured http data (#1905) by @antonpirker
- Add enable_tracing to default traces_sample_rate to 1.0 (#1900) by @sl0thentr0py
- feat(pii): Sanitize URLs in Span description and breadcrumbs (#1876) by @antonpirker
- ref(profiling): Use the transaction timestamps to anchor the profile (#1898) by @Zylphrex
- Better setting of in-app in stack frames (#1894) by @antonpirker
- Mechanism should default to true unless set explicitly (#1889) by @sl0thentr0py
- ref(profiling): Add debug logs to profiling (#1883) by @Zylphrex

## 1.15.0

### 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 @@ -29,7 +29,7 @@
copyright = "2019, Sentry Team and Contributors"
author = "Sentry Team and Contributors"

release = "1.15.0"
release = "1.16.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 @@ -151,4 +151,4 @@ def _get_default_options():
del _get_default_options


VERSION = "1.15.0"
VERSION = "1.16.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.15.0",
version="1.16.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 50998ea

Please sign in to comment.