You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Python 3.6 and 3.7 support has been removed. For more information, check [#2338](https://github.com/elastic/apm-agent-python/pull/2338) and [#2340](https://github.com/elastic/apm-agent-python/pull/2340).
24
+
* OpenTracing integration has been removed. For more information, check [#2342](https://github.com/elastic/apm-agent-python/pull/2342).
25
+
* Log shipping fron APM Python agent has been removed, included flask and Django integrations. For more information, check [#2348](https://github.com/elastic/apm-agent-python/pull/2348), [#2346](https://github.com/elastic/apm-agent-python/pull/2346) and [#2345](https://github.com/elastic/apm-agent-python/pull/2345).
@@ -25,4 +33,4 @@ Before you upgrade, carefully review the Elastic APM RPython Agent breaking chan
25
33
* Align `sanitize_field_names` config with the [cross-agent spec](https://github.com/elastic/apm/blob/3fa78e2a1eeea81c73c2e16e96dbf6b2e79f3c64/specs/agents/sanitization.md). If you are using a non-default `sanitize_field_names`, surrounding each of your entries with stars (e.g. `*secret*`) will retain the old behavior. For more information, check [#982](https://github.com/elastic/apm-agent-python/pull/982).
26
34
* Remove credit card sanitization for field values. This improves performance, and the security value of this check was dubious anyway. For more information, check [#982](https://github.com/elastic/apm-agent-python/pull/982).
27
35
* Remove HTTP querystring sanitization. This improves performance, and is meant to standardize behavior across the agents, as defined in [#334](https://github.com/elastic/apm/pull/334). For more information, check [#982](https://github.com/elastic/apm-agent-python/pull/982).
28
-
* Remove `elasticapm.tag()` (deprecated since 5.0.0). For more information, check [#1034](https://github.com/elastic/apm-agent-python/pull/1034).
36
+
* Remove `elasticapm.tag()` (deprecated since 5.0.0). For more information, check [#1034](https://github.com/elastic/apm-agent-python/pull/1034).
### Features and enhancements [elastic-apm-python-agent-7000-features-enhancements]
27
+
* Add support for recent sanic versions [#2190](https://github.com/elastic/apm-agent-python/pull/2190), [#2194](https://github.com/elastic/apm-agent-python/pull/2194)
28
+
* Make server certificate verification mandatory in fips mode [#2227](https://github.com/elastic/apm-agent-python/pull/2227)
29
+
* Add support Python 3.13 [#2216](https://github.com/elastic/apm-agent-python/pull/2216)
30
+
* Add support for azure-data-tables package for azure instrumentation [#2187](https://github.com/elastic/apm-agent-python/pull/2187)
31
+
32
+
### Fixes [elastic-apm-python-agent-7000-fixes]
33
+
* Fix psycopg2 cursor execute and executemany signatures [#2331](https://github.com/elastic/apm-agent-python/pull/2331)
34
+
* Fix psycopg cursor execute and executemany signatures [#2332](https://github.com/elastic/apm-agent-python/pull/2332)
0 commit comments