The following notes describe 4.5.x updates to the C/C++ SDK.

If an artifact has been updated, the version number of the updated artifact and its availability date are listed below. The version number corresponds to that shown on the download portal (http://download.appdynamics.com).

The most recent releases appear at the top of the page.

4.5.3 Updates

Version 4.5.3.0 – March 13, 2019

Resolved Issues


Key
Summary
DLNATIVE-2196

Multiple calls to appd_bt_add_error() forces invalid Controller statistics

4.5.2 Updates

 Version 4.5.2.0 – December 3, 2018

Enhancements
  • The HTTP response for GET /controller/rest/applications now includes the account GUID.
  • You can generate pre-populated call graphs for C++ applications using the CallGraph class. For more information, see Using the C/C++ Agent SDK.

4.5.1 Updates

Version 4.5.1.0 – August 7, 2018

Enhancements
  • You can now instrument C/C++ methods so that they are reported and displayed in the call graph. To do so, you can use the APPD_AUTO_FRAME macro, or the appd_frame_begin and appd_frame_end functions.