v4.9.5
📦 datadog-sdkView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
This release focuses on stability and reliability, fixing rare hangs in tracing after process forking and improving CI Visibility by resolving spurious git warnings and ensuring quarantined tests are retried.
🐛 Bug Fixes
- Resolved a rare issue causing application hangs after forking a child process in tracing.
- Fixed spurious `git` warnings when running tests with pytest-xdist by implementing exponential back-off for `.git/shallow.lock` contention, skipping fetches if already unshallowed by a sibling worker, and ensuring robust locale settings for contention checks.
- Resolved an issue where quarantined tests were not being retried by Auto Test Retry (ATR).