Skip to main content
Feedback

ServiceNow REST 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.

  • The connector now uses Connector SDK v2.25.0. The following other dependencies were also updated:

    • com.boomi.connector:connector (parent pom) to 3.2
    • com.boomi.connsdk:connector-sdk-api to 2.25.0
    • com.boomi.connsdk:connector-sdk-ws to 2.25.0
    • com.boomi.connsdk:connector-sdk-util to 2.25.0
    • com.boomi.connsdk:connector-sdk-test-util to 2.25.0
    • com.boomi.commonsdk:common-sdk to 1.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.

  • 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.

  • A new operation property, Maximum Number of Results, is available for the Query and Advanced Query operations.

  • The Object Types Source field in the Query operation was changed to a dropdown box to accommodate a new object type, UI Views.

2024-09 (Version 24.09.1)

  • Necessary runtime packages are now packaged with the connector.
On this Page