Skip to content

Commit f1b3e09

Browse files
committed
chore(2.0): revisions to release notes (#6921)
Minor revisions to release note. ## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x] Risk is outlined (performance impact, potential for breakage, maintainability, etc). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) are followed. If no release note is required, add label `changelog/no-changelog`. - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)). - [x] Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Title is accurate. - [x] No unnecessary changes are introduced. - [x] Description motivates each change. - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Testing strategy adequately addresses listed risk(s). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] Release note makes sense to a user of the library. - [x] Reviewer has explicitly acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment. - [x] Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) - [x] If this PR touches code that signs or publishes builds or packages, or handles credentials of any kind, I've requested a review from `@DataDog/security-design-and-guidance`. - [x] This PR doesn't touch any of that.
1 parent 9c1159c commit f1b3e09

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ aredis
2929
args
3030
ascii
3131
asgi
32+
asm
3233
async
3334
asyncio
3435
asyncpg

releasenotes/notes/add-312-73857cf79c64c924.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ issues:
1010
- |
1111
aiobotocore: Python 3.12 is not supported.
1212
- |
13-
flask-caching: Python 3.12 is not supported.
13+
asm: IAST for Python 3.12 is not supported.
1414
- |
15-
opentelemetry-api: Python 3.12 is not supported.
15+
flask-caching: Python 3.12 is not supported.
1616
- |
1717
openai/langchain: Python 3.12 is not supported.
1818
- |
19-
opentracing: Python 3.12 is not supported.
19+
opentelemetry-api: Python 3.12 is not supported.
2020
- |
21-
pynamodb: Python 3.12 is not supported.
21+
opentracing: Python 3.12 is not supported.
2222
- |
2323
pyramid: Python 3.12 is not supported.
2424
- |
25-
redis/redis-py-cluster: Python 3.12 is not supported.
25+
pynamodb: Python 3.12 is not supported.
2626
- |
27-
ASM: IAST for Python 3.12 is not supported.
27+
redis/redis-py-cluster: Python 3.12 is not supported.

releasenotes/notes/release-2.0-3af0045e2261bd02.yaml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
22
prelude: >
33
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.
4+
This release drops support for Python 2.7, 3.5, and 3.6. This release adds
5+
support for Python 3.12.
66
77
88
.. important::
9-
ddtrace v2.0.0 drops support for Python 2.7, 3.5, and 3.6. Users running these unsupported
10-
Python versions should consider upgrading their Python version or continue using ddtrace v1
11-
of the ddtrace library, which is now in maintenance mode and will only receive bug fixes.
129
13-
Before upgrading to v2.0.0, we recommend users install
14-
``ddtrace>=1.18.0,<2.0.0`` and enable deprecation warnings. All removals to
15-
the library interface and environment variables were deprecated on the 1.x
16-
branch.
10+
If you are on version of Python not supported by v2, we will continue to
11+
maintain the ddtrace v1 with bug fixes.
12+
13+
14+
.. note::
15+
Before upgrading to v2.0.0, we recommend users install ``ddtrace~=1.18.0``
16+
and enable deprecation warnings. All removals to the library interface and
17+
environment variables in v2 were deprecated in the 1.x release line.
1718
1819
1920
.. note::
@@ -35,13 +36,15 @@ prelude: >
3536
has been removed and the ddtrace logger will log to stdout by default, or a log file
3637
as specified using ``DD_TRACE_LOG_FILE``.
3738
38-
Setting the environment variable ``DD_TRACE_PROPAGATION_STYLE='b3'`` has been removed.
39-
Please use `DD_TRACE_PROPAGATION_STYLE='b3multi'`` instead.
39+
40+
Setting the environment variable ``DD_TRACE_PROPAGATION_STYLE='b3'`` to enable
41+
B3 propagation has been removed. Please use
42+
``DD_TRACE_PROPAGATION_STYLE='b3multi'`` instead.
4043
4144
42-
Removed legacy environment variables
45+
Removed deprecated environment variables
4346
44-
************************************
47+
****************************************
4548
4649
These environment variables have been removed. In all cases the same
4750
functionality is provided by other environment variables and replacements are
@@ -75,9 +78,9 @@ prelude: >
7578
.. _removed-2.0-tracing-interfaces:
7679
7780
78-
Removed legacy tracing interfaces
81+
Removed deprecated library interfaces
7982
80-
*********************************
83+
*************************************
8184
8285
These methods and module attributes have been removed. Where the same
8386
functionality is provided by a different public method or module attribute, a

0 commit comments

Comments
 (0)