Skip to content

Commit 41ea06c

Browse files
authored
Update CHANGELOG.md
1 parent c78df15 commit 41ea06c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44

55
### Various fixes & improvements
66

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
7+
- Support for SQLAlchemy 2.0 (#2200) by @antonpirker
8+
- Add instrumentation of `aiohttp` client requests (#1761) by @md384
9+
- Add Django template tag for adding Sentry tracing information (#2222) by @antonpirker
10+
- Update Flask HTML meta helper (#2203) by @antonpirker
11+
- Take trace ID always from propagation context (#2209) by @antonpirker
1912
- 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
13+
- Use new top level API in `trace_propagation_meta` (#2202) by @antonpirker
2314
- 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
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+
- Fix propagation of OTel `NonRecordingSpan` (#2187) by @hartungstenio
18+
- Fix `TaskLockedException` handling in Huey integration (#2206) by @Zhenay
19+
- Add message format configuration arguments to Loguru integration (#2208) by @Gwill
20+
- Profiling: Add client reports for profiles (#2207) by @Zylphrex
21+
- CI: Fix CI (#2220) by @antonpirker
22+
- Dependencies: Bump `checkouts/data-schemas` from `7fdde87` to `1b85152` (#2218) by @dependabot
23+
- Dependencies: Bump `mypy` from 1.3.0 to 1.4.1 (#2194) by @dependabot
24+
- Docs: Change API doc theme (#2210) by @sentrivana
25+
- Docs: Allow (some) autocompletion for top-level API (#2213) by @sentrivana
26+
- Docs: Revert autocomplete hack (#2224) by @sentrivana
2727

2828
## 1.26.0
2929

0 commit comments

Comments
 (0)