|
1 | 1 | ---
|
2 | 2 | prelude: >
|
3 |
| - The Datadog APM Python team is happy to announce the release of v2.0.0 of |
4 |
| - ddtrace. This release introduces a formal :ref:`support policy< |
5 |
| - introduces a formal :ref:`versioning support policy<versioning_support_levels>` for the major |
6 |
| - versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and |
7 |
| - adds support for Python 3.12. |
| 3 | + The Datadog APM Python team is happy to announce the release of v2.0.0 of ddtrace. |
| 4 | + This release introduces a formal :ref:`versioning support policy<versioning_support_levels>` for the major |
| 5 | + versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and adds support for Python 3.12. |
| 6 | +
|
8 | 7 |
|
9 | 8 | .. important::
|
10 | 9 | ddtrace v2.0.0 drops support for Python 2.7, 3.5, and 3.6. Users running these unsupported
|
11 | 10 | Python versions should consider upgrading their Python version or continue using ddtrace v1
|
12 | 11 | of the ddtrace library, which is now in maintenance mode and will only receive bug fixes.
|
13 |
| - |
| 12 | +
|
14 | 13 | Before upgrading to v2.0.0, we recommend users install
|
15 | 14 | ``ddtrace>=1.18.0,<2.0.0`` and enable deprecation warnings. All removals to
|
16 | 15 | the library interface and environment variables were deprecated on the 1.x
|
17 | 16 | branch.
|
18 | 17 |
|
| 18 | +
|
19 | 19 | .. note::
|
20 | 20 | The changes to environment variables apply only to the configuration of the
|
21 | 21 | ddtrace library and not the Datadog Agent.
|
@@ -65,9 +65,6 @@ prelude: >
|
65 | 65 | * - ``DD_REMOTECONFIG_POLL_SECONDS``
|
66 | 66 | - ``DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS``
|
67 | 67 | - :ref:`📝<rename-remote-config-poll-seconds>`
|
68 |
| - * - ``DD_CALL_BASIC_CONFIG`` |
69 |
| - - None |
70 |
| - - :ref:`📝<remove-basic-config>` |
71 | 68 |
|
72 | 69 |
|
73 | 70 | .. _removed-2.0-tracing-interfaces:
|
|
0 commit comments