Skip to content

1.14.3

Compare
Choose a tag to compare
@Yun-Kim Yun-Kim released this 17 Jul 21:28
· 1 commit to 1.14 since this release
d41d901

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.
  • pytest: This fix resolves an issue where failures and non-skipped tests were not propagated properly when unittest.TestCase classes were used.
  • 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.