Skip to content

Releases: elastic/apm-agent-python

v6.3.2

07 Jul 18:39
v6.3.2
b9f6aa7
Compare
Choose a tag to compare

Bug fixes

  • Fix handling of non-http scopes in Starlette/FastAPI middleware [#1187]

v6.3.1

07 Jul 15:17
v6.3.1
4347cd6
Compare
Choose a tag to compare

Bug fixes

  • Fix issue with Starlette/FastAPI hanging on startup (#1185)

v6.3.0

06 Jul 16:52
v6.3.0
6ae52da
Compare
Choose a tag to compare

Features

  • Add additional context information about elasticsearch client requests [#1108]
  • Add use_certifi config option to allow users to disable certifi [#1163]

Bug fixes

  • Fix for Starlette 0.15.0 error collection [#1174]
  • Fix for Starlette static files [#1137]

v6.2.3

06 Jul 16:52
v6.2.3
4897e8c
Compare
Choose a tag to compare

Bugfixes

  • suppress the default_app_config attribute in Django 3.2+ [#1155]
  • bump log level for multiple set_client calls to WARNING [#1164]
  • fix issue with adding disttracing to SQS messages when dropping spans [#1170]

v6.2.2

08 Jun 12:45
v6.2.2
93f7055
Compare
Choose a tag to compare

Bug fixes

  • Fix an attribute access bug introduced in 6.2.0 (#1149)

v6.2.1

08 Jun 12:44
v6.2.1
c5fe646
Compare
Choose a tag to compare

Bugfixes

  • catch and log exceptions in interval timer threads (#1145)

v6.2.0

08 Jun 12:43
v6.2.0
e0f7a3f
Compare
Choose a tag to compare

Features

  • Added support for aioredis 1.x (#1082)
  • Added support for aiomysql (#1107)
  • Added Redis pub/sub instrumentation (#1129)
  • Added specific instrumentation for AWS SQS (#1123)

Bug fixes

  • ensure metrics are flushed before agent shutdown (#1139)
  • added safeguard for exceptions in processors (#1138)
  • ensure sockets are closed which were opened for cloud environment detection (#1134)

v6.1.3

28 Apr 11:43
v6.1.3
ece6ba5
Compare
Choose a tag to compare

Bug fixes

  • added destination information to asyncpg instrumentation (#1115)
  • fixed issue with collecting request meta data with Django REST Framework (#1117)
  • fixed httpx instrumentation for newly released httpx 0.18.0 (#1118)

v6.1.2

14 Apr 14:52
v6.1.2
1ee7a82
Compare
Choose a tag to compare

Bug fixes

  • fixed issue with empty transaction name for the root route with Django (#1095)
  • fixed on-the-fly initialisation of Flask apps (#1099)

v6.1.1

08 Apr 15:33
v6.1.1
7d5d711
Compare
Choose a tag to compare

Bug fixes

  • fixed a validation issue with the newly introduced instrumentation for S3, SNS and DynamoDB (#1090)