v3.12.2
📦 datadog-sdkView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release focuses on bug fixes, specifically addressing memory leaks in the CI Visibility pytest plugin and resolving a circular import in the psycopg3 contrib.
🐛 Bug Fixes
- CI Visibility: Resolved an issue where the pytest plugin held references to test exceptions past the test end, causing memory leaks due to delayed garbage collection.
- psycopg: Fixed a potential circular import issue involving the psycopg3 contrib.
🔧 Affected Symbols
pytest plugin (CI Visibility)psycopg3 contrib