Versioning#
Release support#
See our public documentation for versioning information. public documentation
Interfaces#
For semantic versioning purposes, the public API is defined as follows.
- The definition of the public interface:
Any module, function, class or attribute that is not internal
- The definition of the internal interface:
The
ddtrace.vendormodule is internalAny package with the name
internalis internal (e.g.ddtrace.internal,ddtrace.contrib.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
Internal code may be subject to breaking changes in bug fix and minor releases.