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
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,7 @@ and make sure you are reading the [latest version of this document](https://gith
41
41
*[Read the manual](#read-the-manual)
42
42
*[Let us help you](#let-us-help-you)
43
43
-[Release notes and announcements](#release-notes-and-announcements)
44
-
*[Announcements in November 2023](#announcements-in-november-2023)
45
-
*[Version 1.5.1](#version-151)
44
+
*[Version 1.5.2](#version-152)
46
45
-[License](#license)
47
46
48
47
<!-- tocstop -->
@@ -834,7 +833,7 @@ If you are viewing the [GitHub repository](https://github.com/Dynatrace/OneAgent
834
833
[here](#documentation).
835
834
-`tests/`, `test-util-src/`: Contains tests and test support files that are
836
835
useful (only) for developers wanting to contribute to the SDK itself.
837
-
-`setup.py`, `setup.cfg`, `MANIFEST.in`, `project.toml`: Development files
836
+
-`setup.py`, `setup.cfg`, `MANIFEST.in`, `pyproject.toml`: Development files
838
837
required for creating e.g. the PyPI package for the Python OneAgent SDK.
839
838
-`tox.ini`, `pylintrc`: Supporting files for developing the SDK itself. See
840
839
<https://tox.readthedocs.io/en/latest/> and <https://www.pylint.org/>.
@@ -890,19 +889,14 @@ SLAs apply according to the customer's support level.
890
889
For additional updates, see also [OneAgent release notes](https://docs.dynatrace.com/docs/shortlink/release-notes-oneagent)
891
890
and [End of support announcements](https://docs.dynatrace.com/docs/shortlink/eos-announcements#dynatrace-oneagent).
892
891
892
+
### Version 1.5.2
893
893
894
-
### Announcements in November 2023
895
-
896
-
* ⚠️ **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.
897
-
* ⚠️ **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.
898
-
Usage of the SDK on 3.7.x will remain supported until September 1, 2024.
899
-
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.
900
-
901
-
### Version 1.5.1
894
+
This is a bugfix release that only includes packaging changes, if the package is already installed and working, there is no immediate reason to upgrade.
902
895
903
896
Changes:
904
-
905
-
* Fixes support of Python 3.12 and newer
897
+
* Fixes installation using uv 0.9.16 or newer on musl/Alpine platforms (this only allows installing the SDK stub without C/C++-SDK-based implementation)
898
+
* Removes hard dependency on `pkg_resources`, which should allow installation with `setuptools>=81`.
899
+
* Fixes filename of `pyproject.toml` to prevent potential issues with outdated or missing `setuptools`.
906
900
907
901
See <https://github.com/Dynatrace/OneAgent-SDK-for-Python/releases> for older releases.
0 commit comments