Skip to content

Tags: elastic/apm-agent-python

Tags

v6.26.2

Toggle v6.26.2's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
6.26.2 - 2026-06-22

Bug fixes

* Fix httpcore instrumentation handling of default port #2669
* Handle FastAPI 0.137 `_IncludedRouter` in route name resolution #2682

v6.26.1

Toggle v6.26.1's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
6.26.1 - 2026-05-25

* Make AWS lambda layers publication more robust against regions failure #2658

v6.26.0

Toggle v6.26.0's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
6.26.0 - 2026-05-25

Bug fixes

* Remove usage of modules and patterns deprecated on recent Python versions [#2531]
* Avoid warnings reading recent Flask versions [#2635]
* Add back instrumentation of the connection object with ``psycopg[pool]`` [#2460]
* Fix GRPC target reporting when it does not contain the port [#2584]
* Do not consider canceled span available for compression [#2651]

v6.25.0

Toggle v6.25.0's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
6.25.0 - 2025-12-23

Features

* Introduce `ELASTIC_APM_SKIP_SERVER_INFO` to reduce overhead on serverless with APM server 8.7.1+ [#2516]
* List all exported symbols in elasticapm module  `__all__` [#2504]

Bug fixes

* Handle Tornado 6.5.3 `HttpHeaders` `in` operator behavior change [#2512]

v6.24.1

Toggle v6.24.1's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
6.24.1

* Fix handling of psycopg ServerCursor and AsyncServerCursor instrumentation #2489
* Fix contrib/opentelemetry set_status to match base signature #2457

v6.24.0

Toggle v6.24.0's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
6.24.0

===== Features

* Add support for recent sanic versions [#2190], [#2194]
* Make server certificate verification mandatory in fips mode [#2227]
* Add support Python 3.13 [#2216]
* Add support for azure-data-tables package for azure instrumentation [#2187]
* Add span links from SNS messages [#2363]

===== Bug fixes

* Fix psycopg2 cursor execute and executemany signatures [#2331]
* Fix psycopg cursor execute and executemany signatures [#2332]
* Fix asgi middleware distributed tracing [#2334]
* Fix typing of start in Span / capture_span to float [#2335]
* Fix azure instrumentation client_class and metrics sets invocation [#2337]
* Fix mysql_connector instrumentation connection retrieval [#2344]
* Remove spurious Django QuerySet evaluation in case of database errors [#2158]

v6.23.0

Toggle v6.23.0's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
6.23.0

===== Features

* Make published Docker images multi-platform with the addition of linux/arm64 [#2080]

===== Bug fixes

* Fix handling consumer iteration if transaction not sampled in kafka instrumentation [#2075]
* Fix race condition with urllib3 at shutdown [#2085]
* Fix compatibility with setuptools>=72 that removed test command [#2090]

===== Deprecations

* Python 3.6 support will be removed in version 7.0.0 of the agent
* The log shipping LoggingHandler will be removed in version 7.0.0 of the agent.
* The log shipping feature in the Flask instrumentation will be removed in version 7.0.0 of the agent.
* The log shipping feature in the Django instrumentation will be removed in version 7.0.0 of the agent.
* The OpenTracing bridge will be removed in version 7.0.0 of the agent.
* Celery 4.0 support is deprecated because it's not installable anymore with a modern pip

v6.22.3

Toggle v6.22.3's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
v6.22.3

===== Bug fixes

* Fix outcome in ASGI and Starlette apps on error status codes without an exception [#2060]

v6.22.2

Toggle v6.22.2's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
v6.22.2

===== Bug fixes

* Fix CI release workflow [#2046]

v6.22.1

Toggle v6.22.1's commit message

Verified

This tag was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
v6.22.1

===== Features
* Relax wrapt dependency to only exclude 1.15.0 [#2005]