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 1
1
# Changelog
2
2
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
+
3
25
## 1.15.0
4
26
5
27
### Various fixes & improvements
Original file line number Diff line number Diff line change 29
29
copyright = "2019, Sentry Team and Contributors"
30
30
author = "Sentry Team and Contributors"
31
31
32
- release = "1.15 .0"
32
+ release = "1.16 .0"
33
33
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
34
34
35
35
Original file line number Diff line number Diff line change @@ -151,4 +151,4 @@ def _get_default_options():
151
151
del _get_default_options
152
152
153
153
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):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "1.15 .0" ,
24
+ version = "1.16 .0" ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments