Versioning#

Release support#

Release

Support level

Minimum Datadog Agent

<1

Maintenance

>=1.0,<2

General Availability

7.28

Support levels#

Level

Policy

General Availability (GA)

Support for new features, bug and security fixes. Bug and security fixes are backported to the latest minor release branch.

Maintenance

Does not receive new features. Support for critical bug fixes and security fixes only. Applicable bug and security fixes are backported to the latest minor release branch.

End-of-life

No support.

Release versions#

The non-negative integer components of the version format (v<MAJOR>.<MINOR>.<PATCH>) are incremented by the criteria:

MAJOR

Incompatible changes to the public interface

Removing support for a runtime.

MINOR

Backwards compatible changes to the public interface

Any backwards compatible or incompatible changes to the internal interface

Adding support for a runtime

PATCH

Bug fixes that are backwards compatible

Security fixes that are backwards compatible

Interfaces#

The definition of the internal interface:

The ddtrace.internal module is internal

The ddtrace.vendor module is internal

Any module, function, class or attribute that is prefixed with a single underscore is internal

Any module, function, class or attribute that is contained within an internal module is internal

The definition of the public interface:

Any module, function, class or attribute that is not internal

Supported runtimes#

OS

CPU

Runtime

Runtime version

Supported Release

Linux

x86-64, i686, AArch64

CPython

2.7, 3.5-3.11

<2

MacOS

Intel, Apple Silicon

CPython

2.7, 3.5-3.11

<2

Windows

64bit, 32bit

CPython

2.7, 3.5-3.11

<2