Combined ServiceNow IDE release notes for upgrades from Xanadu to Australia

  • Release version: Australia
  • Updated May 4, 2026
  • 8 minutes to read
  • Consolidated page of all release notes for ServiceNow IDE from Xanadu to Australia.

    How to use this page

    To help you prepare for your upgrade, we have combined the cross-family ServiceNow IDE release notes onto one page. Read this summary of the new features, changes, and updated information for your product from Xanadu to Australia.

    Tip:
    If there were no updates for a release notes section in a certain family release, we included a short note for your reference. For example, if a product did not have any updates in Tokyo, the row says "No updates for this release."

    Important information for upgrading ServiceNow IDE to Australia

    Before you upgrade to Australia, review these pre- and post-upgrade tasks and complete the tasks as needed.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    ServiceNow IDE version 1.1.4 is active by default on instances on the Yokohama release. Update to ServiceNow IDE version 2.0 or later to use the latest features. For information about updating ServiceNow IDE, see Updating apps.

    Zurich

    ServiceNow IDE version 2.1.2 is active by default on instances on the Zurich release. Update to ServiceNow IDE version 3.0 or later to use the latest features. For information about updating ServiceNow IDE, see Install or update the ServiceNow IDE.

    Australia

    ServiceNow IDE version 3.2.3 is active by default on instances on the Australia release. Update to ServiceNow IDE version 4.0 or later to use the latest features. For information about updating ServiceNow IDE, see Install or update the ServiceNow IDE.

    New features

    Between your current release family and Australia, new features were introduced for ServiceNow IDE.

    Release Release notes

    Xanadu

    Work in an IDE based on Visual Studio Code for the Web
    Create and develop applications in a familiar integrated development environment based on Visual Studio Code for the Web. The ServiceNow IDE has many of the same features as Visual Studio Code, including type safety, IntelliSense, dependency enforcement, code search, and source control integration.
    Build scoped applications in source code
    Write source code to define the metadata that makes up applications using ServiceNow Fluent. ServiceNow Fluent is a domain-specific programming language with APIs for defining the different types of application metadata. Developing applications in source code enables you to work in familiar development environments, create and modify complex applications, manage code in source control more easily, and catch errors at build time. Language processing and validation for ServiceNow Fluent is included in the ServiceNow IDE by default.
    Create and use JavaScript modules and third-party libraries
    Organize and reuse code within scoped applications with custom JavaScript modules and third-party JavaScript utilities.
    Collaborate on applications with users of different skill sets
    Collaborate on an application with users of different skill sets at the same time from the ServiceNow IDE and other ServiceNow AI Platform builder tools and interfaces. Developers build applications to compile source files into metadata, which they can view in embedded ServiceNow AI Platform user interfaces. Developers can synchronize applications to pull in changes to application metadata from other interfaces into source code.
    Manage applications in source control
    Integrate with remote Git repositories to use source control in the ServiceNow IDE. Use basic authentication or OAuth 2.0 to connect to remote Git providers and repositories.

    Yokohama

    Convert scoped applications for use in the ServiceNow IDE
    Convert existing scoped applications to support development in source code in the ServiceNow IDE.
    Use TypeScript in JavaScript modules
    Create an application that uses the TypeScript template to use TypeScript in modules and compile them to JavaScript when building your application.
    Use npm packages from private registries as third-party libraries
    Install npm packages from a private registry to use as third-party libraries in your application.
    Switch between development experiences
    Work in the right environment for your task by using the experience switcher to switch between developing in ServiceNow IDE, ServiceNow Studio, and Creator Studio.

    Zurich

    Clone a repository that contains multiple applications
    Clone a Git repository that contains multiple applications that support development in source code. The repository must contain at least one package.json file and one now.config.json file.
    Default to using the latest version of the ServiceNow SDK in new or converted applications
    Configure whether to use the bundled version or the latest version of the ServiceNow SDK when creating or converting applications in the ServiceNow IDE with the sn_glider.default_to_bundled_sdk system property. By default, the latest version of the ServiceNow SDK is used.

    Australia

    Version 4.0
    Create and convert global applications
    Create and convert applications in the global scope that are accessible to other global applications with instances on the Australia release.
    Generated ServiceNow Fluent code organized in taxonomy-based directories
    Configure a custom directory structure for metadata transformed into ServiceNow Fluent code with the taxonomy parameter in an application's now.config.json file. By default, generated ServiceNow Fluent files are organized in a taxonomy-based directory structure within the fluent/generated directory.

    Changes

    Between your current release family and Australia, some changes were made to existing ServiceNow IDE features.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    No updates for this release.

    Zurich

    No updates for this release.

    Australia

    No updates for this release.

    Removed

    Between your current release family and Australia, some ServiceNow IDE features or functionality were removed.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    No updates for this release.

    Zurich

    No updates for this release.

    Australia

    No updates for this release.

    Deprecations

    Between your current release family and Australia, some ServiceNow IDE features or functionality were deprecated.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    No updates for this release.

    Zurich

    No updates for this release.

    Australia

    No updates for this release.

    Activation information

    Review information on how to activate ServiceNow IDE.

    Release Release notes

    Xanadu

    Install ServiceNow IDE (sn_glider) by requesting it from the ServiceNow Store. Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

    Yokohama

    ServiceNow IDE is active by default starting in the Yokohama release and available for upgrade in the ServiceNow Store. Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

    Zurich

    ServiceNow IDE is active by default and available for upgrade in the ServiceNow Store. Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

    Australia

    ServiceNow IDE is active by default and available for upgrade in the ServiceNow Store. Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

    Additional requirements

    If any additional requirements were introduced or changed for ServiceNow IDE we have noted them here.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    No updates for this release.

    Zurich

    ServiceNow IDE uses the public npm registry (https://registry.npmjs.org) as its default package source. If your network blocks access to this registry, you must have access to an alternate registry to download packages and build applications in the ServiceNow IDE. If access to the public npm registry is blocked on your system, you must configure a private npm registry in your Package Manager user settings in the ServiceNow IDE. For more information, see Install an npm package from a private registry.

    Australia

    ServiceNow IDE uses the public npm registry (https://registry.npmjs.org) as its default package source. If your network blocks access to this registry, you must have access to an alternate registry to download packages and build applications in the ServiceNow IDE. If access to the public npm registry is blocked on your system, you must configure a private npm registry in your Package Manager user settings in the ServiceNow IDE. For more information, see Install an npm package from a private registry.

    Browser requirements

    If any specific browser requirements were introduced or changed for ServiceNow IDE we have noted them here.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    No updates for this release.

    Zurich

    No updates for this release.

    Australia

    No updates for this release.

    Accessibility information

    Review details on accessibility information for ServiceNow IDE, such as specific requirements or compliance levels.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    No updates for this release.

    Zurich

    No updates for this release.

    Australia

    No updates for this release.

    Localization information

    If there are specific localization considerations for ServiceNow IDE we have noted them here.

    Release Release notes

    Xanadu

    No updates for this release.

    Yokohama

    No updates for this release.

    Zurich

    The ServiceNow IDE is localized in all supported left-to-right languages and reflects the language preference selected by users for the instance. For information about how to activate a language on an instance, see Activate a language.

    Australia

    The ServiceNow IDE is localized in all supported left-to-right languages and reflects the language preference selected by users for the instance. For information about how to activate a language on an instance, see Activate a language.

    Highlight information

    If there are specific highlight considerations for ServiceNow IDE we have noted them here.

    Release Release notes

    Xanadu

    • Develop scoped applications in an IDE based on Visual Studio Code on the ServiceNow AI Platform.
    • Write source code to define the metadata that makes up applications with ServiceNow Fluent.
    • Collaborate with users of different skill sets across an instance and view changes in embedded ServiceNow AI Platform user interfaces.
    • Manage applications in source control with common Git providers.

    See ServiceNow IDE for more information.

    Yokohama

    • Convert existing scoped applications to support development in source code.
    • Use TypeScript in JavaScript modules.
    • Install and use npm packages from private registries.

    See ServiceNow IDE for more information.

    Zurich

    • Clone a Git repository that contains multiple applications.
    • Use light and dark developer themes.
    • Use the ServiceNow IDE in any supported left-to-right language.

    See ServiceNow IDE for more information.

    Australia

    Create or convert applications in the global scope with instances on the Australia release.

    See ServiceNow IDE for more information.