File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2929copyright = "2019, Sentry Team and Contributors"
3030author = "Sentry Team and Contributors"
3131
32- release = "1.15 .0"
32+ release = "1.16 .0"
3333version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3434
3535
Original file line number Diff line number Diff line change @@ -151,4 +151,4 @@ def _get_default_options():
151151del _get_default_options
152152
153153
154- VERSION = "1.15 .0"
154+ VERSION = "1.16 .0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "1.15 .0" ,
24+ version = "1.16 .0" ,
2525 author = "Sentry Team and Contributors" ,
26262727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments