You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-11Lines changed: 31 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
This SDK enables Dynatrace customers to extend request level visibility into Python applications. It provides the Python implementation of the [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK).
6
6
7
+
For the latest updates, see [Release notes and announcements](#release-notes-and-announcements)
8
+
and make sure you are reading the [latest version of this document](https://github.com/Dynatrace/OneAgent-SDK-for-Python#readme).
9
+
7
10
<!-- Generate with https://github.com/jonschlinkert/markdown-toc -->
8
11
9
12
<!-- toc -->
@@ -33,7 +36,8 @@ This SDK enables Dynatrace customers to extend request level visibility into Pyt
33
36
-[Help & Support](#help--support)
34
37
*[Read the manual](#read-the-manual)
35
38
*[Let us help you](#let-us-help-you)
36
-
-[Release notes](#release-notes)
39
+
-[Release notes and announcements](#release-notes-and-announcements)
40
+
*[Announcements in November 2023](#announcements-in-november-2023)
37
41
*[Version 1.5.0](#version-150)
38
42
-[License](#license)
39
43
@@ -73,17 +77,18 @@ Dynatrace OneAgent version (it is the same as
73
77
74
78
|OneAgent SDK for Python|Bundled OneAgent SDK for C/C++|Required OneAgent|Required Python|Support status |
## Using the OneAgent SDK for Python in your application
@@ -800,7 +809,18 @@ SLAs don't apply for GitHub tickets.
800
809
SLAs apply according to the customer's support level.
801
810
802
811
<aname="release-notes"></a>
803
-
## Release notes
812
+
<aname="release-notes-and-announcements"></a>
813
+
## Release notes and announcements
814
+
815
+
For additional updates, see also [OneAgent release notes](https://docs.dynatrace.com/docs/shortlink/release-notes-oneagent)
816
+
and [End of support announcements](https://docs.dynatrace.com/docs/shortlink/eos-announcements#dynatrace-oneagent).
817
+
818
+
### Announcements in November 2023
819
+
820
+
* ⚠️ **Deprecation announcement for older SDK versions:** Version 1.4 has been put on the path to deprecation and will no longer be supported starting June 1, 2024. Only version 1.5 of the SDK (or any newer version) will be supported from that date on.
821
+
* ⚠️ **Deprecation announcement for using any SDK version with older Python versions:** SDK support for Python 3.4.x, 3.5.x, 3.6.x and 3.7.x has been put on the path to deprecation and no version of the SDK will be supported on Python 3.4.x, 3.5.x and 3.6.x starting June 1, 2024.
822
+
Usage of the SDK on 3.7.x will remain supported until September 1, 2024.
823
+
All Python versions below 3.8.x are already declared End of Life by the Python.org project, and customers are encouraged to upgrade to a newer Python version that is also supported by Python.org.
0 commit comments