Skip to content

v2025.23.0#

Previous version: v2025.22.0

Features#

Trusted CA support for rest tag

Users can now configure trusted certificate authorities per domain via the REST API. This is needed for correct setup of HTTP requests in XML tasks that use the rest tag.

Distinguishing first Observe response in Expressions API

Added the ability to identify if a notification originates from the first Observe response via Expressions. This helps users filter out empty initial responses and, for example, forward only relevant data to external systems. Available via isInitialValue and isFirstResponse methods in the Expressions API.

Enhancements#

Updated list of supported cipher suites

Updated the list of supported TLS 1.2 cipher suites to improve connection security. This change helps ensure webhook connections only use strong encryption. Additionally, we added support for TLS 1.3.

Bug fixes#

Fixed scrolling issue in data model view

Resolved a problem where the data model view scrolled to the bottom of the page after completing an operation.