Skip to content

Commit 50998ea

Browse files
committed
release: 1.16.0
1 parent 04cfc86 commit 50998ea

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.16.0
4+
5+
### Various fixes & improvements
6+
7+
- Adds `trace_propagation_targets` option (#1916) by @antonpirker
8+
- feat(cloud): Adding Cloud Resource Context (#1882) by @antonpirker
9+
- fix(profiling): Start profiler thread lazily (#1903) by @Zylphrex
10+
- feat(arq): add arq integration (#1872) by @Zhenay
11+
- tests(gevent): Add workflow to test gevent (#1870) by @Zylphrex
12+
- Updated outdated HTTPX test matrix (#1917) by @antonpirker
13+
- Make set_measurement public api and remove experimental status (#1909) by @sl0thentr0py
14+
- feat(falcon): Update of Falcon Integration (#1733) by @antonpirker
15+
- Remove deprecated `tracestate` (#1907) by @antonpirker
16+
- Switch to MIT license (#1908) by @cleptric
17+
- Fixed checks for structured http data (#1905) by @antonpirker
18+
- Add enable_tracing to default traces_sample_rate to 1.0 (#1900) by @sl0thentr0py
19+
- feat(pii): Sanitize URLs in Span description and breadcrumbs (#1876) by @antonpirker
20+
- ref(profiling): Use the transaction timestamps to anchor the profile (#1898) by @Zylphrex
21+
- Better setting of in-app in stack frames (#1894) by @antonpirker
22+
- Mechanism should default to true unless set explicitly (#1889) by @sl0thentr0py
23+
- ref(profiling): Add debug logs to profiling (#1883) by @Zylphrex
24+
325
## 1.15.0
426

527
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
copyright = "2019, Sentry Team and Contributors"
3030
author = "Sentry Team and Contributors"
3131

32-
release = "1.15.0"
32+
release = "1.16.0"
3333
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3434

3535

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ def _get_default_options():
151151
del _get_default_options
152152

153153

154-
VERSION = "1.15.0"
154+
VERSION = "1.16.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="1.15.0",
24+
version="1.16.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)