ServiceNow changelog
Changelog
2025-07 (Version 25.07.0, Current)
-
Logging for the request URLs executed by all operations, enabling you to better manage and monitor your ServiceNow integrations. (CONC-10683)
-
The connector now uses Connector SDK
v2.25.0. The following other dependencies were also updated (CONC-10684):com.boomi.connector:connector (parent pom)to3.2com.boomi.connsdk:connector-sdk-apito2.25.0com.boomi.connsdk:connector-sdk-wsto2.25.0com.boomi.connsdk:connector-sdk-utilto2.25.0com.boomi.connsdk:connector-sdk-test-utilto2.25.0com.boomi.commonsdk:common-sdkto1.1.12
-
Dot walking is now available for the Query and Advanced Query operations to allow the connector to access and fetch data from related records in a ServiceNow table. (CONC-10493) (CONC-11013)
-
Database views are now available for the Query and Advanced Query operation, allowing you to query and retrieve data from multiple tables, offering a consolidated view without needing to execute multiple API calls across different tables. (CONC-10495)
-
A new operation property, Maximum Number of Results, is available for the Query and Advanced Query operations. (CONC-10685) (CONC-10686)
-
The Object Types Source field in the Query operation was changed to a dropdown box to accommodate a new object type, UI Views. (CONC-11829) (CONC-10496)
2024-08 (Version 24.08.0)
- Necessary runtime packages are now packaged with the connector.