OpenTelemetry - CNCF/opentelemetry-python-contrib: Release v0.20b0

Name: opentelemetry-python-contrib

Owner: OpenTelemetry - CNCF

Release: opentelemetry-contrib v0.20b0

Released: 2021-04-20

License: Apache-2.0

Release Assets:

0.20b0 - 2021-04-20

Changed

  • Restrict DataDog exporter's ddtrace dependency to known working versions. (#400)
  • GRPC instrumentation now correctly injects trace context into outgoing requests. (#392)
  • Publish opentelemetry-propagator-ot-trace package as a part of the release process (#387)
  • Update redis instrumentation to follow semantic conventions (#403)
  • opentelemetry-instrumentation-wsgi Replaced name_callback with request_hook and response_hook callbacks. (#424)
  • Update gRPC instrumentation to better wrap server context (#420)
  • opentelemetry-instrumentation-redis Fix default port KeyError and Wrong Attribute name (net.peer.ip -> net.peer.port) (#265)
  • opentelemetry-instrumentation-asyncpg Fix default port KeyError and Wrong Attribute name (net.peer.ip -> net.peer.port) (#265)

Added

  • opentelemetry-instrumentation-urllib3 Add urllib3 instrumentation (#299)
  • opentelemetry-instrumenation-django now supports request and response hooks. (#407)
  • opentelemetry-instrumentation-falcon FalconInstrumentor now supports request/response hooks. (#415)
  • opentelemetry-instrumentation-tornado Add request/response hooks. (#426)
  • opentelemetry-instrumenation-django now supports trace response headers. (#436)
  • opentelemetry-instrumenation-tornado now supports trace response headers. (#436)
  • opentelemetry-instrumenation-pyramid now supports trace response headers. (#436)
  • opentelemetry-instrumenation-falcon now supports trace response headers. (#436)
  • opentelemetry-instrumenation-flask now supports trace response headers. (#436)

Removed

  • Remove http.status_text from span attributes (#406)

To top