Skip to content

Releases: dynatrace-extensions/dt-extensions-python-sdk

v1.7.1

27 May 14:11
Compare
Choose a tag to compare

CHANGELOG

Release: dt-cli (v1.7.1)

Changes

  • sending SFM log per endpoint status change
  • each EndpointStatus has to be reported explicitly through EndpointStatuses class
  • deprecated total_endpoints_number
  • refactored building of overall status

v1.6.3

12 May 12:04
c62bc6a
Compare
Choose a tag to compare

CHANGELOG

Release: dt-cli (v1.6.3)

Changes

WARNING statuses have been restored, which were temporarily replaced by GENERIC_ERROR.

v1.6.2

08 Apr 11:22
Compare
Choose a tag to compare

CHANGELOG

Release: dt-cli (v1.6.2)

Changes

  • WARNING status changed to GENERIC_ERROR until EEC 1.313 is released

v1.6.0

31 Mar 12:52
Compare
Choose a tag to compare

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

17 Mar 14:41
Compare
Choose a tag to compare

CHANGELOG

Release: dt-cli (v1.5.2)

What's Changed

  • fix an issue with the order of the arguments in report_metric by @dlopes7 in #109

Full Changelog: v1.5.1...v1.5.2

v1.5.1

11 Mar 00:09
Compare
Choose a tag to compare

CHANGELOG

Release: dt-cli (v1.5.1)

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.1

v1.4.1

19 Feb 18:56
Compare
Choose a tag to compare

CHANGELOG

Release: dt-cli (v1.4.1)

Changes

2025-02-19: lint

v1.4.0

21 Jan 14:28
Compare
Choose a tag to compare

CHANGELOG

Release: dt-cli (v1.4.0)

What's Changed

This should fix some resource utilization issues in extensions that report a lot of logs frequently.

Full Changelog: v1.2.14...v1.4.0

v1.3.1

27 Dec 15:28
Compare
Choose a tag to compare

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

Full Changelog: v1.2.14...v1.3.1

v1.3.0

06 Dec 15:27
Compare
Choose a tag to compare

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