ServiceNow SDK release notes

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 5분
  • The ServiceNow® software development kit (SDK) enables developers to create scoped applications in source code locally in Visual Studio Code Desktop and upload changes to a ServiceNow instance. ServiceNow SDK was enhanced and updated in the Australia release.

    ServiceNow SDK highlights for the Australia release

    ServiceNow SDK version 4.4 includes updates to ServiceNow Fluent APIs.

    See ServiceNow SDK for more information.

    Important information for upgrading ServiceNow SDK to Australia

    To upgrade to the latest version of the ServiceNow SDK globally or within an application, see Upgrade the ServiceNow SDK.

    ServiceNow SDK version 4.4 supports integration with ServiceNow instances beginning with the Washington DC release.

    On Windows systems, after upgrading to ServiceNow SDK version 4.3 or later, existing stored credentials aren’t supported due to the deprecation of Keytar. Users on Windows systems must add their user credentials again using the now-sdk auth --add command to authenticate with instances. For more information, see Authenticating to a ServiceNow instance with the ServiceNow SDK.
    주:
    For more information about minor releases of the ServiceNow SDK, see the ServiceNow SDK repository on GitHub.

    New in the Australia release

    Version 4.4
    Configure a default language for field labels
    Configure a default language for field labels [sys_documentation] in a table or column with the tableDefaultLanguage parameter in an application's now.config.json file.
    Configure read-only options with the Table API
    Control the editability of read-only fields by configuring read-only options for a field with the readOnlyOption property in a Column object.

    Changed in this release

    Version 4.4
    Flow API supports Service Catalog triggers and actions
    Use triggers and actions related to Service Catalog with the Flow API.
    Access Control List API supports protection policies
    Control whether someone can view or edit an access control list (ACL) with the protectionPolicy property in an ACL object.
    Keys updated for static assets in full-stack applications
    Static UX Assets [sys_ux_lib_asset] in full-stack applications have updated keys in the keys.ts file. UX Asset sys_ids aren’t changed.

    Activation information

    The ServiceNow SDK is available as a Node Package Manager (npm) package from the public npm registry and installed locally. For information about installing the ServiceNow SDK, see Install the ServiceNow SDK in an application.

    Additional requirements

    You must have Node.js and Node Package Manager (npm) installed to install the ServiceNow SDK. For more information, see Install the ServiceNow SDK in an application.