Releases: Dynatrace/OneAgent-SDK-for-C
Releases · Dynatrace/OneAgent-SDK-for-C
Version 1.7.1
Requires Dynatrace OneAgent version 1.251 or newer.
Changes:
- Add W3C trace context support for log enrichment (not for tagging/linking).
Other announcements:
⚠️ Deprecation announcement: Version 1.5.1 and all older versions have been put on the path to deprecation and will no longer be supported starting July 1, 2023. We strongly advise customers to upgrade to newest versions to avoid incompatibility and security risks. Customers need to upgrade to at least 1.6.1 but are encouraged to upgrade to the newest available version (1.7.1) as there are no known incompatibilities or breaking changes.
Version 1.6.1
Requires Dynatrace OneAgent version 1.179 or newer.
Changes:
- Deprecated all metrics-related APIs. The Metric ingestion page provides further information on how to replace these APIs and how to report metrics data from now on
- Don't look for agent module in
PATH/LD_LIBRARY_PATH/...
and disallow relativeDT_HOME
on Windows to prevent possible DLL hijacking issues.
Version 1.5.1
Requires Dynatrace OneAgent version 1.179 or newer.
Changes:
- Added metrics API to report custom metric data to Dynatrace (preview feature).
- Improved logging callback APIs (
onesdk_agent_set_warning_callback
replacesonesdk_agent_set_logging_callback
and the newonesdk_agent_set_verbose_callback
can be used to get valuable debugging information). - New function
onesdk_agent_get_fork_state
. See also "Using the Dynatrace OneAgent SDK with forked child processes" in the README). - Improved and restructured README.
- Improved error messages in certain situations when loading the agent fails.
Version 1.4.1
Requires Dynatrace OneAgent version 1.161 or newer.
Changes:
Version 1.3.2
Requires Dynatrace OneAgent version 1.159 or newer.
Changes:
- Support for Solaris SPARC
- Minor reference documentation improvements
Version 1.3.1
Requires Dynatrace OneAgent version 1.151 or newer.
Changes:
Version 1.2.0
Requires Dynatrace OneAgent version 1.147 or newer.
Changes:
- Added outgoing web request tracers
- Added in-process linking functions
- Added custom request attributes functions
Version 1.1.0
Requires Dynatrace OneAgent version 1.141 or newer.
Changes:
- Added incoming web request tracers
- Added database request tracer functions:
onesdk_databaserequesttracer_set_returned_row_count
onesdk_databaserequesttracer_set_round_trip_count
Version 1.0.0
Initial version.
Requires Dynatrace OneAgent version 1.133 or newer.