Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana authored Jul 4, 2023
1 parent c78df15 commit 41ea06c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@

### Various fixes & improvements

- Revert autocomplete hack (#2224) by @sentrivana
- Add Django template tag for adding sentry tracing information (#2222) by @antonpirker
- build(deps): bump checkouts/data-schemas from `7fdde87` to `1b85152` (#2218) by @dependabot
- Allow (some) autocompletion for top-level API (#2213) by @sentrivana
- Update Flask html meta helper (#2203) by @antonpirker
- Take trace id always from propagation context (#2209) by @antonpirker
- Fix CI (#2220) by @antonpirker
- feat(loguru): add message format configuration arguments (#2208) by @Gwill
- Don't overwrite existing aiohttp baggage (#2214) by @sentrivana
- Set the transaction/span status from an otel span (#2115) by @daniil-konovalenko
- feat(profiling): Add client reports for profiles (#2207) by @Zylphrex
- feat(aiohttp): add instrumentation of client requests (#1761) by @md384
- Support for SQLAlchemy 2.0 (#2200) by @antonpirker
- Add instrumentation of `aiohttp` client requests (#1761) by @md384
- Add Django template tag for adding Sentry tracing information (#2222) by @antonpirker
- Update Flask HTML meta helper (#2203) by @antonpirker
- Take trace ID always from propagation context (#2209) by @antonpirker
- Fix trace context in event payload (#2205) by @antonpirker
- Change API doc theme (#2210) by @sentrivana
- Use new top level api in `trace_propagation_meta` (#2202) by @antonpirker
- Fix TaskLockedException handling (#2206) by @Zhenay
- Use new top level API in `trace_propagation_meta` (#2202) by @antonpirker
- Do not overwrite existing baggage on outgoing requests (#2191) by @sentrivana
- Support for SQLAlchemy 2.0 (#2200) by @antonpirker
- build(deps): bump mypy from 1.3.0 to 1.4.1 (#2194) by @dependabot
- fix: fix propagation of OTEL NonRecordingSpan (#2187) by @hartungstenio
- Don't overwrite existing `aiohttp` baggage (#2214) by @sentrivana
- Set the transaction/span status from an OTel span (#2115) by @daniil-konovalenko
- Fix propagation of OTel `NonRecordingSpan` (#2187) by @hartungstenio
- Fix `TaskLockedException` handling in Huey integration (#2206) by @Zhenay
- Add message format configuration arguments to Loguru integration (#2208) by @Gwill
- Profiling: Add client reports for profiles (#2207) by @Zylphrex
- CI: Fix CI (#2220) by @antonpirker
- Dependencies: Bump `checkouts/data-schemas` from `7fdde87` to `1b85152` (#2218) by @dependabot
- Dependencies: Bump `mypy` from 1.3.0 to 1.4.1 (#2194) by @dependabot
- Docs: Change API doc theme (#2210) by @sentrivana
- Docs: Allow (some) autocompletion for top-level API (#2213) by @sentrivana
- Docs: Revert autocomplete hack (#2224) by @sentrivana

## 1.26.0

Expand Down

0 comments on commit 41ea06c

Please sign in to comment.