Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endif::[]
* Fix asgi middleware distributed tracing {pull}2334[#2334]
* Fix typing of start in Span / capture_span to float {pull}2335[#2335]
* Fix azure instrumentation client_class and metrics sets invocation {pull}2337[#2337]
* Fix mysql_connector instrumentation connection retrieval {pull}2334[#2334]
* Fix mysql_connector instrumentation connection retrieval {pull}2344[#2344]
* Remove spurious Django QuerySet evaluation in case of database errors {pull}2158[#2158]

[[release-notes-6.23.0]]
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To check for security updates, go to [Security announcements for the Elastic sta
* Fix asgi middleware distributed tracing [#2334](https://github.com/elastic/apm-agent-python/pull/2334)
* Fix typing of start in Span / capture_span to float [#2335](https://github.com/elastic/apm-agent-python/pull/2335)
* Fix azure instrumentation client_class and metrics sets invocation [#2337](https://github.com/elastic/apm-agent-python/pull/2337)
* Fix mysql_connector instrumentation connection retrieval [#2334](https://github.com/elastic/apm-agent-python/pull/2334)
* Fix mysql_connector instrumentation connection retrieval [#2344](https://github.com/elastic/apm-agent-python/pull/2344)
* Remove spurious Django QuerySet evaluation in case of database errors [#2158](https://github.com/elastic/apm-agent-python/pull/2158)

## 6.23.0 [elastic-apm-python-agent-6230-release-notes]
Expand Down
Loading