Skip to content

Commit

Permalink
Fix release note indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Aug 31, 2023
1 parent 3e10101 commit a1b047f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ sqlite
stacktrace
starlette
statsd
stdout
stringable
subclass
subdirectory
Expand Down
18 changes: 6 additions & 12 deletions releasenotes/notes/release-2.0-3af0045e2261bd02.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
prelude: >
The Datadog APM Python team is happy to announce the release of v2.0.0 of
ddtrace. This release introduces a formal :ref:`support policy<
introduces a formal :ref:`versioning support policy<versioning_support_levels>` for the major
versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and
adds support for Python 3.12.
The Datadog APM Python team is happy to announce the release of v2.0.0 of ddtrace.
This release introduces a formal :ref:`versioning support policy<versioning_support_levels>` for the major
versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and adds support for Python 3.12.
.. important::
ddtrace v2.0.0 drops support for Python 2.7, 3.5, and 3.6. Users running these unsupported
Python versions should consider upgrading their Python version or continue using ddtrace v1
of the ddtrace library, which is now in maintenance mode and will only receive bug fixes.
Before upgrading to v2.0.0, we recommend users install
``ddtrace>=1.18.0,<2.0.0`` and enable deprecation warnings. All removals to
the library interface and environment variables were deprecated on the 1.x
branch.
.. note::
The changes to environment variables apply only to the configuration of the
ddtrace library and not the Datadog Agent.
Expand Down Expand Up @@ -65,9 +65,6 @@ prelude: >
* - ``DD_REMOTECONFIG_POLL_SECONDS``
- ``DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS``
- :ref:`πŸ“<rename-remote-config-poll-seconds>`
* - ``DD_CALL_BASIC_CONFIG``
- None
- :ref:`πŸ“<remove-basic-config>`
.. _removed-2.0-tracing-interfaces:
Expand Down Expand Up @@ -166,6 +163,3 @@ prelude: >
* - ``ddtrace.filters``
- ``TraceCiVisibilityFilter``
- :ref:`πŸ“<remove-trace-ci-visibility-filter>`
* - ``ddtrace.tracer``
- ``DD_LOG_FORMAT``
- :ref:`πŸ“<remove-dd-log-format>`

0 comments on commit a1b047f

Please sign in to comment.