Ic Agent 1.2.0
Azul Intelligence Cloud Agent 1.2.0
Release date: May 19, 2026
The Azul Intelligence Cloud Agent 1.2.0, in combination with the Forwarder 2.0.0, introduces deduplication, which runs on your infrastructure before any data leaves your network. The Forwarder identifies duplicate events across JVMs within the same application environment and transmits only unique events to Azul Intelligence Cloud. You get complete, accurate data at a fraction of the transfer cost.
|
Note
|
This release is designed to work with Forwarder 2.0.0 for deduplication. Don’t use this version of the Agent in combination with Forwarder 1.x. |
What’s new
-
API v2 is enabled by default. The Agent now uses the v2 protocol by default. Deduplication is handled within the Forwarder. You don’t need to configure this on the Agent side.
-
Memory safeguards are disabled by default. The
protectAppResourcesoption (previouslymemorySafeguards) is nowfalseby default. To re-enable, addprotectAppResources=trueto the Agent arguments. See CRS Arguments for more information.
Bug fixes
-
Fixed a deadlock during initialization of the Agent when running alongside other Java agents (e.g., Datadog) that load classes concurrently at startup.
-
Fixed
ClassCircularityErrorin reference handling. -
Fixed an
AppEnvserialization issue. -
The Agent no longer sends stripped jar-loaded events when artifact upload has failed.