Change8

v3.11.4

📦 datadog-sdkView on GitHub →
🐛 6 fixes🔧 6 symbols

Summary

This release focuses on bug fixes across several integrations, including CI Visibility, psycopg, openai, and LLM Observability components like google-genai and langgraph.

🐛 Bug Fixes

  • CI Visibility: Resolved an issue where the pytest plugin held references to test exceptions, preventing garbage collection and increasing memory usage.
  • psycopg: Fixed a potential circular import issue within the psycopg3 contrib.
  • openai: Resolved an issue where asyncio.CancelledError was not caught or re-raised in the OpenAI integration.
  • LLM Observability: Fixed a bug where code execution outputs from google-genai did not result in output messages on the LLM Observability llm span.
  • LLM Observability: Resolved ModuleNotFoundError errors when patching langgraph>=0.6.0.
  • LLM Observability: Fixed an AttributeError when using the openai responses api with openai>=1.66.0,<1.66.2.

🔧 Affected Symbols

pytest plugin (CI Visibility)psycopg3 contribopenai integrationgoogle-genailanggraphopenai responses api