Mule Runtime
Runtime Manager Agent 1.14.x Release Notes
1.14.6
October 22, 2020
This document describes new features and enhancements, known limitations, issues, and fixes in Anypoint Runtime Manager agent version 1.14.6.
Fixed Issues
This release contains the following fixed issues:
-
Enabled the ability to stop an application that is stuck in
Starting
status using Runtime Manager agent API. -
Fixed an issue that sometimes cleared the agent configuration file.
-
Fixed a null pointer exception that occurred when deploying an application with logging configuration.
-
Fixed an issue in which starting an application resulted in a
Stopping
status in the flows. -
Fixed an issue in which internal agent log messages appeared in the application logs.
-
Upgraded the versions of several dependency libraries.
1.14.5
July 31, 2020
This document describes new features and enhancements, known limitations, issues, and fixes in Anypoint Runtime Manager agent version 1.14.5.
1.14.4
June 17, 2020
This document describes new features and enhancements, known limitations, issues, and fixes in Anypoint Runtime Manager agent version 1.14.4.
New Features and Enhancements
The agent now supports the file protocol for application properties.
If an application property is a URI with a file protocol, the agent reads the file content as the property value.
This feature is disabled by default.
To enable it, set the following property in mule-agent.yaml
:
services.mule.agent.application.properties.service.fileProtocolConfiguration.enabled: true
For more information, see ARM Mule Agent Plugin API.
Changes in This Release
Reordered the index of the additional Java properties in the wrapper.conf
file with the following suffixes:
-
stripquotes
-
java_version.min
-
java_version.max
1.14.3
January 24, 2020
This document describes new features and enhancements, known limitations, issues, and fixes in Anypoint Runtime Manager agent version 1.14.3.
Changes in This Release
-
Added new modules provided by MuleSoft to the default Runtime Manager agent version 1.x ZIP distribution:
-
Zabbix, Graphite, and CloudWatch metrics publishers
-
DB and HTTP API Analytics trackers
-
1.14.2
November 28, 2019
This document describes new features and enhancements, known limitations, issues, and fixes in Anypoint Runtime Manager agent, version 1.14.2.
Changes in This Release
-
HTTP callbacks now include a new authentication header emitted via the WebSockets channel.
-
Two extra fields were added to the Mule agent REST transport endpoint.
1.14.1
September 26, 2019
This document describes new features and enhancements, known limitations, issues, and fixes in Anypoint Runtime Manager agent, version 1.14.1.
1.14.0
July 15, 2019
This document describes new features and enhancements, known limitations, issues, and fixes in Anypoint Runtime Manager agent, version 1.14.0.
New Features and Enhancements
This release contains the following new features or enhancements:
-
Atomic schedulers modifications: A new HTTP endpoint in the Mule Runtime Manager agent API will modify schedulers' settings atomically so that other schedulers deployed to the same Mule runtime engine are not triggered. Prior to this update, modifications to schedulers forced the synchronous trigger of the schedulers of all applications running in the same Mule runtime engine.