Skip to content

v6.8.0

Choose a tag to compare

@beniwohli beniwohli released this 01 Mar 14:07
· 642 commits to main since this release
v6.8.0
85e3bfb

Features

  • use "unknown-python-service" as default service name if no service name is configured (#1438)
  • add transaction name to error objects (#1441)
  • don't send unsampled transactions to APM Server 8.0+ (#1442)
  • implement snapshotting of certain configuration during transaction lifetime (#1431)
  • propagate traceparent IDs via Celery (#1371)
  • removed Python 2 compatibility shims (#1463)
    Note: Python 2 support was already removed with version 6.0 of the agent, this now removes unused compatibilit shims.

Bug fixes

  • fix span compression for redis, mongodb, cassandra and memcached (#1444)
  • fix recording of status_code for starlette (#1466)
  • fix aioredis span context handling (#1462)