Skip to content

2.21.0

Latest
Compare
Choose a tag to compare
@y9v y9v released this 17 Sep 12:54
· 179 commits to master since this release
e40fb6f

Highlights

This release fixes several issues, including Service Discovery for forked processes, single traces encompassing multiple requests, AppSec route extraction, and WAF request analysis.

It also introduces metrics for GraphQL operation execution and adds the operation type to graphql.execute spans.

Added

  • Tracing: Generate metrics for GraphQL operation execution (#4862)

Changed

  • Tracing: The graphql.execute span resource now includes the operation type (#4862)

Fixed

  • Tracing: Fix Service Discovery capabilities on forked processes (#4877)
  • Tracing: Fix an unclosed trace issue when the Rack application has proxy spans and raises an exception. This caused traces that encompassed multiple requests (#4779)
  • AppSec: Fix API Security route extraction for Rails (#4887)
  • AppSec: Fix a bug with non-string Hash keys conversion (#4893)
  • Dynamic Instrumentation: Fix incorrect template expression evaluation in some cases (#4884)