Estimated end-of-life date, accurate to within three months: 08-2026
See the support level definitions for more information.
Bug Fixes
- CI Visibility: This fix resolves an issue where tests would be incorrectly detected as third-party code if a third-party package containing a folder with the same name as the tests folder was installed. For instance, the
sumy
package installs files undertests/*
insite-packages
, and this would cause any modules undertests.*
to be considered third-party.
- grpc: This fix resolves an issue where the internal span was left active in the caller when using the future interface.
- ray: This fix resolves an issue where submitting Ray jobs caused an
AttributeError
crash in certain configurations.
- ray: This fix resolves an issue where long-running spans did not preserve the correct resource name when being recreated.
- ray: This fix resolves an issue where long-running job spans could remain unfinished when an exception occurred during job submission.
- AAP: This PR is a tentative fix for rare memory problems with libddwaf that we were unable to reproduce for now.
- Internal: Fix some modules being unloaded too soon when using pytest + ddtrace + gevent.