Skip to content

1.13.6

Compare
Choose a tag to compare
@Yun-Kim Yun-Kim released this 17 Jul 21:28
aa082e0

Bug Fixes

  • openai: Fixes the issue with ImportError of TypedDict from typing module in Python 3.7.
  • profiling: Fixed a regression whereby the profile exporter would not handle known request errors and asks the user to report an issue instead.
  • Fixed a bug that caused applications using gevent and cassandra to fail to start with the ddtrace-run command.
  • tracing: This fix resolves an issue where negative trace ID values were allowed to propagate via Datadog distributed tracing HTTP headers.
  • Pin cython<3 due to an incompatibility with cython==3.0.0 and typing annotations in profiling code.