Runtime Release Notes for January 2026
Observability Enhancements:
-
Observability Settings Available in the UI.
- You can now configure the Runtime Observability settings via a new comprehensive and intuitive User Interface (UI) within Runtime Management, in addition to the Platform API. (RUN-8799)
Refer to Configuring Runtime Observability
- You can now configure the Runtime Observability settings via a new comprehensive and intuitive User Interface (UI) within Runtime Management, in addition to the Platform API. (RUN-8799)
-
Audit log improvements
- Configuration changes made via the UI are captured in the audit log.
- A second audit log entry captures when observability settings changes made via the UI and the API are succesfully received and applied by the runtime, prior to restart. (RUN-10239)
Java and Docker updates
-
Java updates:
- Runtime cloud installers and upgraders are updated to Java version 11.0.29.7.1, containing the latest security patches. (RUN-10214)
- The Java update is also applied to Boomi-hosted runtime clouds.
-
Docker Image updates Published in Dockerhub
- All images are updated to Java version 11.0.29.7.1 (RUN-10211)
- Alpine image is updated to version 3.22.2, containing the latest security patches. (RUN-10212)
- Red Hat image is updated to version 9.7-1763362218, containing the latest security patches. (RUN-10210)
Enhancement to the RuntimeProperties API:
-
Added support for retrieving and updating custom container and system properties for a runtime. (RUN-9432) (RUN-9570)
-
Added the
shouldRestartRuntimeflag, allowing users to restart a runtime and apply property changes after a successful restart. (RUN-10097) -
Removed the
defaultTimeZoneForAccountSchedulesfrom the RuntimeProperties API schema, as that property was not effective. To modify the time zone of a runtime you own, update the runtime via system properties. (RUN-10464)Refer to the RuntimeProperties API to learn more.
Enhancement to Dynamic Process Connection Properties:
-
We now provide granular control for connection field overrides. You can use the Set Properties step to override individual connection fields, such as OAuth 2.0 authentication parameters, access token parameters, and custom property key/value fields, without updating the other fields. Dynamic Process Connection Properties overrides have the highest priority, followed by Environment Extensions, and connection values have the lowest priority. (RUN-9930)
Refer to Dynamic Process Connection properties to learn more.
Enhancement to the Atom API:
-
Added the below filters to query and list cloud clusters or attachments:
- cloudId
- cloudMoleculeId
- instanceId
- isCloudAttachment.
(RUN-10086)
Refer to Atom API to learn more.
Other runtime updates
- Improved elastic execution performance for legacy connectors, enabling executions to be submitted directly to elastic workers without going through the controller, reducing network hops. (RUN-10011)
- Improved performance when getting Atom info from Container Account Table. (RUN-9855)
- We corrected an issue that caused excessive logging in container logs for customers using sub processes and flow control. With this fix, the runtime version number changes to 26.01.2 and container logs no longer cause increased file sizes. Runtimes that will be getting the January Runtime updates with the platform release will automatically get the new version. Other runtimes can optionally update to this version if they are impacted. (RUN-9661)
- Fixed an issue where the DB-v2 Connector stored procedure import fails with an "Unable to browse connector: value must not be null" error when OpenTelemetry is enabled and the procedure has no output parameters, allowing for successful imports of stored procedures with varying parameter configurations. (RUN-10394)
- Disabled node offboarding from the UI for elastic clouds, preventing confusion caused by automatic node restoration based on defined StatefulSet replicas. (RUN-10127)
- Exported logs for process execution documents are properly categorized as “document” type instead of “process” logs when there is only one document. (RUN-10320)
- Corrected the RuntimeObservabilitySettings API response to return integer values without the BigInteger wrapper, providing a consistent experience with other Boomi APIs. (RUN-10255)
- Fixed a deadlock issue caused by a circular locking dependency between ThresholdHandler and LogHealthReporter classes. This fix prevents logging failures and system instability. (RUN-8675)
- HUB released a patch that updates the runtime version to 26.01.1. There are no changes to your runtimes and they do not need to be restarted. Refer to HUB release notes for more information. (HUB-7658)