Skip to content

v6.1.0

Compare
Choose a tag to compare
@beniwohli beniwohli released this 08 Apr 11:32
v6.1.0
eab84c0

Features

  • Add global access to Client singleton object at elasticapm.get_client() (#1043)
  • Add log_ecs_formatting config option (#1058) (#1063)
  • Add instrumentation for httplib2 (#1031)
  • Add better instrumentation for some AWS services (S3, SNS, DynamoDB) (#1054)
  • Added beta support for collecting metrics from prometheus_client (#1083)

Bug fixes

  • Fix for potential capture_body: error hang in Starlette/FastAPI (#1038)
  • Fix a rare error around processing stack frames (#1012)
  • Fix for Starlette/FastAPI to correctly capture request bodies as strings (#1041)
  • Fix transaction names for Starlette Mount routes (#1037)
  • Fix for elastic excepthook arguments (#1050)
  • Fix issue with remote configuration when resetting config values (#1068)
  • Use a label for the elasticapm Django app that is compatible with Django 3.2 validation (#1064)
  • Fix an issue with undefined routes in Starlette (#1076)