Agent Enhancements

When there is an update to an artifact, you can find the new version numbers in the following tables. Version numbers are also displayed on the Downloads Portal.

AgentSummaryRelease VersionRelease Date
C/C++ SDK25.8.0August 28, 2025
IIB Agent
  • Supports ACE v13. See IIB Supported Environments.

  • Upgrades following third party components:
    LibraryPrevious VersionUpgraded Version
    openssl3.0.153.0.16
    protobuf25.225.6.0
    libzip1.11.11.11.3
  • Includes bug fixes. See Agent Resolved.

25.8.0September 4, 2025
Java Agent

Java agent now:

  • supports Spring Actuator by using the spring-actuator-path node property.
  • updates the javax.servlet-api third party component from 3.0.1 to 4.0.1.
  • includes bug fixes. See Agent Resolved.

25.8.0September 17, 2025
Java Serverless Tracer

Java Serverless Tracer agent now supports Java version 17.

25.8.0October 03, 2025
Python Agent
  • Supports aiobotocore HTTP exit points.

  • Supports Tornado 6.3 and 6.4.
  • Introduces a new setting for the Python Agent that skips logs for stdout from the output.

    [log]
    muteproxystdout = true
  • Includes security updates for the following third-party components:

    LibraryPrevious VersionUpgraded Version
    commons-fileupload1.51.6.0

For more information, see Python Supported Environments and [log].

25.8.0August, 2025
.Net Agent
  • Includes code enhancements and bug fixes. See Agent Resolved Issues.
  • The agent now delivers refactored asynchronous business transaction tracking with an improved waterfall view for snapshots. The following new behaviors are introduced:

    • The waterfall view presents asynchronous segments without connecting lines between them.
    • Nested POCO Service Endpoints are no longer supported.
    • Errors on asynchronous end segments are now reported directly on those segments, instead of being reported at the business transaction top level within the instrumented process. Error propagation to the top level remains available via the node propertyenable-all-rsd-error-propagation.
    • The node propertytrack-all-asyncis deprecated. Asynchronous visibility beyond the previous default of five nested asynchronous executions is now enabled by default, making configuration of this property unnecessary.
25.8.1September 8, 2025
Smart Agent
With this release:
  • It is required to validate the SSH host key. There is no option to ignore the SSH host key validation during agent installation on a remote host. You must specify the following in the protocol.auth parameter:
    • known_hosts_path: path to the SSH file. The default value is <HOME_OF_USER>/.ssh/known_hosts. For example, home/ubuntu/.ssh/known_hosts.
    • private_key_path: path to the SSH private key file for authentication.
    • username: username for SSH authentication

    For more information about the parameters, see Install Supported Agent on a Remote Host.

  • If you require to customize the agent configuration in the Controller, add preserve_config=false and set the other configuration options as required in the Custom configuration section from the Custom Upgrade page. See Upgrade Agents

  • You can use smartagentctl to rollback the supported agents. See Roll back Supported Agents Using smartagentctl

25.8.0September 11, 2025