Skip to content

Tags: bmerry/apm-agent-python

Tags

v6.5.0

Toggle v6.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
v6.5.0

===== Features

* Add instrumentation for Azure Storage (blob/table/fileshare) and Azure Queue {pull}1316[elastic#1316]

===== Bug fixes

* Improve span coverage for `asyncpg` {pull}1328[elastic#1328]
* aiohttp: Correctly pass custom client to tracing middleware {pull}1345[elastic#1345]
* Fixed an issue with httpx instrumentation {pull}1337[elastic#1337]
* Fixed an issue with Django 4.0 removing a private method {pull}1347[elastic#1347]

v6.4.0

Toggle v6.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
6.4.0 - 2021-08-31

Features

* Rename the experimental `log_ecs_formatting` config to `log_ecs_reformatting` elastic#1300
* Add support for Prometheus histograms elastic#1165

Bug fixes

* Fixed cookie sanitization when Cookie is capitalized elastic#1301
* Fix a bug with exception capturing for bad UUIDs elastic#1304
* Fix potential errors in json serialization elastic#1203
* Fix an issue with certain aioredis commands elastic#1308

v6.3.3

Toggle v6.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
Bug fixes

* ensure that the elasticsearch instrumentation handles DroppedSpans correctly (elastic#1190)

v6.3.2

Toggle v6.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
v6.3.2

===== Bug fixes

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

v6.3.1

Toggle v6.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
Bug fixes

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

v6.3.0

Toggle v6.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
v6.3.0

===== Features

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

===== Bug fixes

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

v6.2.3

Toggle v6.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
Bug fixes

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

v6.2.2

Toggle v6.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
Bug fixes

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

v6.2.1

Toggle v6.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
Bug fixes

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

v6.2.0

Toggle v6.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
v6.2.0

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

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