Releases: dynatrace-extensions/dt-extensions-python-sdk
Releases · dynatrace-extensions/dt-extensions-python-sdk
v1.7.1
v1.6.3
CHANGELOG
Release: dt-cli (v1.6.3)
Changes
WARNING statuses have been restored, which were temporarily replaced by GENERIC_ERROR.
v1.6.2
CHANGELOG
Release: dt-cli (v1.6.2)
Changes
- WARNING status changed to GENERIC_ERROR until EEC 1.313 is released
v1.6.0
CHANGELOG
Release: dt-cli (v1.6.0)
Changes
- to be used only with EEC version 1.313 or above
- introduced status per endpoint
- introduced
WARNING
status value: - extension overall status built based on reported partial statuses:
- OK if all partial statuses are OK
- ERROR if all partial statuses are error type
- WARNING otherwise - to be used only with EEC version 1.313 or above
v1.5.2
v1.5.1
CHANGELOG
Release: dt-cli (v1.5.1)
What's Changed
- Allow Python src layout by @yakatz in #105
- Optional device_address field in report_metric() by @afurche in #107
- Include extra useful entry properties when parsing snapshot by @BraydenNeale in #108
New Contributors
- @yakatz made their first contribution in #105
- @BraydenNeale made their first contribution in #108
Full Changelog: v1.4.1...v1.5.1
v1.4.1
CHANGELOG
Release: dt-cli (v1.4.1)
Changes
2025-02-19: lint
v1.4.0
v1.3.1
CHANGELOG
Release: dt-cli (v1.3.1)
Changes
What's Changed
- Added possibility for python extensions to set custom messages for st… by @MaciejGrynda in #94
- Add the ability to have activation config secrets in a separate file by @tomas-s-roos in #95
- Separate the thread pool executor for heartbeats by @afurche in #96
New Contributors
- @tomas-s-roos made their first contribution in #95
Full Changelog: v1.2.14...v1.3.1
v1.3.0
CHANGELOG
Release: dt-cli (v1.3.0)
Changes
2024-12-02: Make secrets DebugClient argument optional, revert tests, add secrets.json to docs file structure chart