Skip to content

Commit eda8494

Browse files
committed
Version 1.5.1
1 parent 3f6b555 commit eda8494

File tree

6 files changed

+209
-71
lines changed

6 files changed

+209
-71
lines changed

LICENSE

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -210,27 +210,23 @@ This software uses and contains code from the following 3rd party library:
210210

211211
File: src/oneagent/_impl/six.py
212212
Library: six (http://six.readthedocs.io/)
213-
Copyright notice:
214-
215-
"""Utilities for writing code that runs on Python 2 and 3"""
216-
217-
# Copyright (c) 2010-2015 Benjamin Peterson
218-
#
219-
# Permission is hereby granted, free of charge, to any person obtaining a copy
220-
# of this software and associated documentation files (the "Software"), to deal
221-
# in the Software without restriction, including without limitation the rights
222-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
223-
# copies of the Software, and to permit persons to whom the Software is
224-
# furnished to do so, subject to the following conditions:
225-
#
226-
# The above copyright notice and this permission notice shall be included in all
227-
# copies or substantial portions of the Software.
228-
#
229-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
230-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
231-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
232-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
233-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
234-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
235-
# SOFTWARE.
213+
License:
214+
215+
Copyright (c) 2010-2020 Benjamin Peterson
216+
217+
Permission is hereby granted, free of charge, to any person obtaining a copy of
218+
this software and associated documentation files (the "Software"), to deal in
219+
the Software without restriction, including without limitation the rights to
220+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
221+
the Software, and to permit persons to whom the Software is furnished to do so,
222+
subject to the following conditions:
223+
224+
The above copyright notice and this permission notice shall be included in all
225+
copies or substantial portions of the Software.
236226

227+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
228+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
229+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
230+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
231+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
232+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ and make sure you are reading the [latest version of this document](https://gith
3838
* [Let us help you](#let-us-help-you)
3939
- [Release notes and announcements](#release-notes-and-announcements)
4040
* [Announcements in November 2023](#announcements-in-november-2023)
41+
* [Version 1.5.1](#version-151)
4142
* [Version 1.5.0](#version-150)
4243
- [License](#license)
4344

@@ -75,14 +76,14 @@ Dynatrace OneAgent version (it is the same as
7576
7677
<a name="pycversiontab"></a>
7778

78-
|OneAgent SDK for Python|Bundled OneAgent SDK for C/C++|Required OneAgent|Required Python|Support status |
79-
|:----------------------|:-----------------------------|:----------------|:--------------|:--------------|
80-
|1.5 |1.7.1 |≥1.251 |≥3.5 |🟢 Supported|
81-
|1.4 |1.6.1 |≥1.179 |3.4* |ℹ️ Deprecated with support ending 2024-06-01|
82-
|1.3 |1.5.1 |≥1.179 |2.7.x or 3.4 |❌ Unsupported since 2023-07-01|
83-
|1.2 |1.4.1 |≥1.161 |2.7.x or 3.4 |❌ Unsupported since 2023-07-01|
84-
|1.1 |1.3.1 |≥1.151 |2.7.x or 3.4 |❌ Unsupported since 2023-07-01|
85-
|1.0 |1.1.0 |≥1.141 |2.7.x or 3.4 |❌ Unsupported since 2023-07-01|
79+
|OneAgent SDK for Python|Bundled OneAgent SDK for C/C++|Required OneAgent|Required Python |Support status |
80+
|:----------------------|:-----------------------------|:----------------|:---------------------|:--------------|
81+
|1.5.x |1.7.1 |≥1.251 |≥3.5 |🟢 Supported|
82+
|1.4.x |1.6.1 |≥1.179 |3.4.x-3.11.x |ℹ️ Deprecated with support ending 2024-06-01|
83+
|1.3.x |1.5.1 |≥1.179 |2.7.x or 3.4.x-3.11.x |❌ Unsupported since 2023-07-01|
84+
|1.2.x |1.4.1 |≥1.161 |2.7.x or 3.4.x-3.11.x |❌ Unsupported since 2023-07-01|
85+
|1.1.x |1.3.1 |≥1.151 |2.7.x or 3.4.x-3.11.x |❌ Unsupported since 2023-07-01|
86+
|1.0.x |1.1.0 |≥1.141 |2.7.x or 3.4.x-3.11.x |❌ Unsupported since 2023-07-01|
8687

8788
Note that this table only states the support status of the mentioned OneAgent SDK for Python version
8889
with the included OneAgent SDK for C/C++, not the OneAgent itself.
@@ -102,7 +103,7 @@ it becomes effective.
102103

103104
| Python version | Deprecation status |
104105
|:---------------|:---------------|
105-
| Any later 3.x |🟢 Supported unless announced otherwise. Pre-releases are not supported. At the moment, the SDK does not work on Python 3.12+, see [issue #32](https://github.com/Dynatrace/OneAgent-SDK-for-Python/issues/32). |
106+
| Any later 3.x |🟢 Supported unless announced otherwise. Pre-releases are not supported. |
106107
| 3.8.x |🟢 Supported. Expected to be deprecated with support ending around May 2025 |
107108
| 3.7.x |⚠️ Deprecated with SDK support ending 2024-09-01; Declared EOL by Python.org |
108109
| 3.4.x-3.6.x |⚠️ Deprecated with SDK support (with compatible SDK versions) ending 2024-06-01; Declared EOL by Python.org |
@@ -815,13 +816,20 @@ SLAs apply according to the customer's support level.
815816
For additional updates, see also [OneAgent release notes](https://docs.dynatrace.com/docs/shortlink/release-notes-oneagent)
816817
and [End of support announcements](https://docs.dynatrace.com/docs/shortlink/eos-announcements#dynatrace-oneagent).
817818

819+
818820
### Announcements in November 2023
819821

820822
* ⚠️ **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.
821823
* ⚠️ **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.
822824
Usage of the SDK on 3.7.x will remain supported until September 1, 2024.
823825
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.
824826

827+
### Version 1.5.1
828+
829+
Changes:
830+
831+
* Fixes support of Python 3.12 and newer
832+
825833
### Version 1.5.0
826834

827835
Changes:

0 commit comments

Comments
 (0)