File tree 4 files changed +28
-3
lines changed
4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.27.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Revert autocomplete hack (#2224 ) by @sentrivana
8
+ - Add Django template tag for adding sentry tracing information (#2222 ) by @antonpirker
9
+ - build(deps): bump checkouts/data-schemas from ` 7fdde87 ` to ` 1b85152 ` (#2218 ) by @dependabot
10
+ - Allow (some) autocompletion for top-level API (#2213 ) by @sentrivana
11
+ - Update Flask html meta helper (#2203 ) by @antonpirker
12
+ - Take trace id always from propagation context (#2209 ) by @antonpirker
13
+ - Fix CI (#2220 ) by @antonpirker
14
+ - feat(loguru): add message format configuration arguments (#2208 ) by @Gwill
15
+ - Don't overwrite existing aiohttp baggage (#2214 ) by @sentrivana
16
+ - Set the transaction/span status from an otel span (#2115 ) by @daniil-konovalenko
17
+ - feat(profiling): Add client reports for profiles (#2207 ) by @Zylphrex
18
+ - feat(aiohttp): add instrumentation of client requests (#1761 ) by @md384
19
+ - Fix trace context in event payload (#2205 ) by @antonpirker
20
+ - Change API doc theme (#2210 ) by @sentrivana
21
+ - Use new top level api in ` trace_propagation_meta ` (#2202 ) by @antonpirker
22
+ - Fix TaskLockedException handling (#2206 ) by @Zhenay
23
+ - Do not overwrite existing baggage on outgoing requests (#2191 ) by @sentrivana
24
+ - Support for SQLAlchemy 2.0 (#2200 ) by @antonpirker
25
+ - build(deps): bump mypy from 1.3.0 to 1.4.1 (#2194 ) by @dependabot
26
+ - fix: fix propagation of OTEL NonRecordingSpan (#2187 ) by @hartungstenio
27
+
3
28
## 1.26.0
4
29
5
30
### Various fixes & improvements
Original file line number Diff line number Diff line change 30
30
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
31
31
author = "Sentry Team and Contributors"
32
32
33
- release = "1.26 .0"
33
+ release = "1.27 .0"
34
34
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
35
35
36
36
Original file line number Diff line number Diff line change @@ -228,4 +228,4 @@ def _get_default_options():
228
228
del _get_default_options
229
229
230
230
231
- VERSION = "1.26 .0"
231
+ VERSION = "1.27 .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.26 .0" ,
24
+ version = "1.27 .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