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.

Agent Summary Release Version Release Date
Private Synthetic Agent

With this release:

26.1.0 February 11, 2026
Java Agent

Java Agent now

26.1.0 February 10, 2026
Machine Agent
  • Supports the following proxy configurations defined in controller-info.xml:
    • APPDYNAMICS_HTTP_PROXY_HOST
    • APPDYNAMICS_HTTP_PROXY_PORT
    • APPDYNAMICS_HTTP_PROXY_USER
    • APPDYNAMICS_HTTP_PROXY_PASSWORD_FILE
  • Replaces Netty with OkHttp + junixSocket and includes the following third-party library upgrades:
    Library Previous Version Upgraded Version
    Apache Commons Lang 3.8.1 3.18.1
    Apache Commons BeanUtils 1.9.4 1.11.0
    Apache Commons Compress 1.20.0 1.26.0
    Apache Log4j Core 2.25.0 2.25.3
    Azul JRE17 17.62.18 (17.0.17) 17.64.16 (OpenJRE 17.0.18)
    Azul JRE11 11.84.18 (11.0.29) 11.86.20 (OpenJRE 11.0.30)
    Logback Core Module 1.5.18 1.5.19
    SnakeYAML 1.33 2.0
    Jetty :: Utility Servlets and Filters 9.4.46.v20220331 9.4.55.v20240627
    Protocol Buffers [Core] 2.5.0 3.25.5
    jackson-core 2.12.1 2.15.0
    Guava Java 31.1-jre 33.3.1-jre
    jackson-databind 2.12.1 2.12.7.1
    Hibernate Validator Engine 6.1.7.Final 6.2.0.Final
    Core :: Server 9.4.37.v20210219 9.4.57.v20241219
    Core :: IO 9.4.37.v20210219 9.4.40.v20210413
    Core :: HTTP 9.4.37.v20210219 12.0.12
  • Includes bug fixes.
26.1.0 January 30, 2026
Android Agent

This release includes:

26.1.0 January 29, 2026
Database Agent

This release includes:

  • Microsoft Entra ID authentication support to connect to Azure Database for PostgreSQL. See Configure PostgreSQL Collectors.
  • Database Agent can now publish upto 500,000 metrics to support high number of metrics for database file utilisation.
  • support to use any CyberArk version. See Add Database Collectors.
  • Database Agent 26.1 upgrades the MSSQL driver to mssql-jdbc-10.2.4.jre11.jar to comply with security standards. Hence, Database Agent now requires Java 11 - 17. See Software Requirements.
  • the following third party component upgrade:
    Component Previous Version Upgraded Version
    MSSQL driver 9.4 10.2.4
    Note:

    In MSSQL driver 10.2.4 version, the default value of encrypt changes to true in the JDBC connection properties. Hence, if you want to configure a database collector without encryption, you must set the value of encrypt to false.

    In case you want to retain the value of encrypt as true in the JDBC connection properties,

    • you must also set the value of trustServerCertificate to true
    • or, set the following JVM args while starting the Database Agent:
      CODE
      -Djavax.net.ssl.trustStore=C:\example\storeName
      -Djavax.net.ssl.trustStorePassword=storePassword
  • resolved issues. See Agent Resolved Issues.

26.1.0 January 29, 2026
Analytics Agent
Includes the following third-party library upgrades:
Library Previous Version Upgraded Version
io.netty:netty-all 4.1.128.Final 4.1.129.Final
com.google.guava:guava 33.3.0-jre 33.5.0-jre
Azul JRE 17.60 17.62
ch.qos.logback:logback-classic 1.5.16 1.5.19
com.google.errorprone:error_prone_annotations 2.0.2 2.41.0
26.1.0 January 29, 2026
Hosted Synthetic Agent

With this release:

See Agent Resolved Issues.

26.1.0 January 29, 2026
Network Agent
  • Includes the following third-party library upgrades:
    Library Previous Version Upgraded Version
    urllib3 2.2.3 2.6.3
    Guava Java 31.1-jre 33.3.1-jre
    protobuf 4.21.6 4.25.8
    curl 8.16.0 8.17.0
  • Includes bug fixes.
26.1.0 January 29, 2026
iOS Agent

This release includes:

26.1.0 January 28, 2026
Java Serverless Tracer Layer Java Serverless Tracer Layer now supports:
  • AWS version 30

  • Java versions 17 and 21

26.1.0 January 22, 2026
JavaScript Agent

Your browser applications may use GraphQL to efficiently fetch data. Starting with this release, the Controller enables monitoring of GraphQL operations on your browser applications. In the Controller UI, requests will display the path appended with the GraphQL operation name, for example, /api/graphql/getAllPosts.

By default, Browser Real User Monitoring (BRUM) supports the following headers:
  • x-apollo-operation-name
  • x-adeum-graphql-operation
  • graphql-operation

To use custom headers, update and inject the JavaScript Agent script to enable GraphQL monitoring. For detailed instructions, see Monitor GraphQL Operations on Browser Applications.

26.1.0 January 07, 2026