Consolidated page of all release notes for ServiceNow AI Platform core feature from Xanadu to Australia.
How to use this page
To help you prepare for your upgrade, we have combined the cross-family ServiceNow AI Platform core feature 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 AI Platform core feature 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 |
No updates for this release. |
Zurich |
The dynamic schema application framework has been revised in the Zurich release. If you implemented dynamic schema in Xanadu or Yokohama, the application is automatically migrated to a new framework as part of the upgrade to the Zurich release. For details on the migration, see the Dynamic Schema Zurich Migration Guide [KB2146133] article in the Now Support
Knowledge Base.
|
Australia |
The dynamic schema application framework was revised in the Zurich release. If you implemented dynamic schema in the Xanadu or Yokohama releases, the application is automatically migrated to a new framework as part of the upgrade to releases starting with the Zurich release. For details on the migration and steps you might need to perform, see the Dynamic Schema Zurich Migration Guide [KB2146133] article in the Now Support
Knowledge Base.
The Australia release introduces enhanced protections for read‑only fields across the ServiceNow AI Platform®. These changes include a new “read_only_option” field with granular control levels, including “strict_read_only” and “client_script_modifiable". The changes occur in the back end and maintain
backward‑compatible behavior. This update helps strengthen your instance security while preserving the flexibility you need. Refer to KB2718122 for additional technical details on how to identify affected fields and adjust their settings. For more information about granular read-only security options, see Configuring read-only security options.
|
New features
Between your current release family and Australia, new features were introduced for ServiceNow AI Platform core feature.
| Release |
Release notes |
Xanadu |
No updates for this release. |
Yokohama |
|
Zurich |
- Hierarchical queries in condition builders
- Simplify and build queries with fewer conditions using existing hierarchical data in a table. You can also define new hierarchical relationships between records that are in the same table.
- Dynamic namespaces
- Define categories and attributes once and reuse them using dynamic namespaces across multiple tables and dynamic attribute store fields. A dynamic namespace is automatically created when you add a dynamic attribute store
field.
- Experimentation framework
- Help enable innovation by trying new ServiceNow® feature variants in your instance. Only single customer instances or Gen AI Innovation Program participants have early access to new innovations via experimentation framework. You can opt out of
specific experiments or turn off the framework entirely.
- Audit Management Console and audit retention
- Simplify your audit data management and configuration by using the Audit Management Console module. It includes a new Retention option, which automates and simplifies the deletion of audit data based on your
requirements.
- Monitor requestors' API usage rates through the Inbound API Integration Usage dashboard
- Inbound integrations track web service requests for OAuth registered applications and user accounts making those requests.
- Use schemas to define the structure and format of REST API responses and requests
- When you define a schema in the ServiceNow AI Platform, the schema can be used to define the structure of requests and responses within the associated REST API. The schema data for the requests and responses is then available in the exportable OpenAPI
specification for the API.
- Automatically generate request definitions for scripted REST API resources
- Use sample requests made to an API resource to generate request header associations, query parameter associations, and a request schema for that resource and the related scripted REST API service.
|
Australia |
- Granular read-only security options
- Control the editability of read-only fields by configuring read-only options, allowing for customized behavior that balances usability and security. Read-only options provide granular control over whether read-only fields
can be updated through client scripts and server-side operations. You can also test stricter read-only controls in non-production instances before implementing them in production.
- Support for reference data types in Dynamic Schema
- Create dynamic attributes using reference data types.
- Work with Dynamic Schema elements in the Workspace condition builder
- Filter Workspace lists using dynamic schema elements in the condition builder.
- Toggle the mail icon display
-
Show or hide the mail icon in email fields by configuring the hide_email_icon dictionary attribute.
- AI indicator in forms
- Easily identify AI involvement across the ServiceNow AI Platform® through a visual cue that identifies form fields in configurable workspace and Core UI that have been updated with AI-generated content.
- Guest API access control
- Manage guest access to REST and GraphQL API endpoints using path-based ACLs while maintaining separate authenticated user controls.
- Granular admin roles
- Grant specific permissions to developers or users who perform minor administrative tasks without granting them unrestricted access to the full admin role by reviewing and assigning available granular admin roles.
- Optional trailing slash configuration
- Align with external specifications and industry standards by configuring REST APIs with optional trailing slash support.
- Path-based REST ACL control
- Control access to REST services by creating path-based ACLs using specific HTTP method and path combinations.
- Automatically generate request definitions for scripted REST API resources
- Use sample requests made to an API resource to generate request header associations, query parameter associations, and a request schema for that resource and the related scripted REST API service.
- Resource-level security configuration
- Enable public access or custom ACL authorization by configuring resource-level security settings.
- Address field type with auto-suggestions
- Reduce manual entry errors through a new Address field type for Core UI and Workspace forms, which provides real-time address suggestions displayed as you type.
|
Changes
Between your current release family and Australia, some changes were made to existing ServiceNow AI Platform core feature features.
| Release |
Release notes |
Xanadu |
No updates for this release. |
Yokohama |
|
Zurich |
- ECMAScript 2021 (ES12) JavaScript mode supports additional scripting features
- Use additional scripting features, including Promises and Async await, in applications or scripts that use the ECMAScript 2021 (ES12) JavaScript mode.
- Stream multipart responses with REST APIs
- Stream multipart responses rather than buffering responses until complete by default with REST APIs that support the multipart/mixed requests, such as the Batch API. The
glide.rest.serialize.disable_response_stream_buffering system property controls this behavior and applies only to instances configured with Application Delivery Controller, version 2 (ADCv2).
- Additional field types supported in a configurable workspace
- The following field types are now supported for use in a configurable workspace:
- datetime
- email_script
- int
- integer_time
- related_tags
- user_input
- Vertical layout configuration for radio buttons in a configurable workspace
- Configurable workspaces now support a vertical layout configuration of radio buttons.
- More dictionary attributes available for selected fields in a configurable workspace
-
Applicable fields used in a configurable workspace now support the following dictionary attributes:
- choice
- decimal
- float
- html_editor
- integer
- ip_addr
- is_searchable_choice
- phone_number_e164
- readonly_clickthrough
- ref_ac_columns
- translated_html_editor
- types
- New plugins available for the TinyMCE HTML editor
- The TinyMCE HTML editor now supports two new plugins in Core UI and configurable workspaces:
- The Image Editing (editimage) plugin adds a contextual editing toolbar to images in the editor.
- The Help plugin (help) enables you to check shortcuts and keyboard navigation for accessibility.
- New run types available for scheduled jobs
- The following run types are now available for all scheduled job types, enabling flexible scheduling:
- Day and Month in Year
- Day in Week in Month in Year
- Week in Month
The new run types are available in the following standard scheduled job types:
- Scheduled Email of Report
- Scheduled Entity Generation
- Scheduled Script Execution
To enable these new run types in other scheduled job child tables, you must configure your applicable form view to include the fields Day, Month, and
Year. For more information, see Enable run types for scheduled job child tables.
- New advanced options available for scheduled jobs
- The following new advanced options are available when configuring scheduled jobs, offering greater flexibility in job planning, execution, and recurrence:
- Starting
- Ending
- Repeat every
- Export lists to Google Sheets
- Export your lists to Google Sheets directly from the Export menu.
|
Australia |
|
Removed
Between your current release family and Australia, some ServiceNow AI Platform core feature features or functionality were removed.
| Release |
Release notes |
Xanadu |
No updates for this release. |
Yokohama |
No updates for this release. |
Zurich |
- The glide.script.use.sandbox system property has been removed. The script sandbox is enabled by default.
- Dynamic groups have been removed. Instead, use dynamic attributes in dynamic categories to simplify administration and improve the dynamic schema user experience.
|
Australia |
No updates for this release. |
Deprecations
Between your current release family and Australia, some ServiceNow AI Platform core feature features or functionality were deprecated.
| Release |
Release notes |
Xanadu |
No updates for this release. |
Yokohama |
No updates for this release. |
Zurich |
Starting with the Zurich release, Application Insights is no longer deployed, enhanced, or supported. Instead, Overview of Instance Observer offers a powerful solution for enhancing system performance. Contact your account manager to discover more. For details, see the Deprecation Process [KB0867184] article in the Now Support
Knowledge Base.
|
Australia |
No updates for this release. |
Activation information
Review information on how to activate ServiceNow AI Platform core feature.
| Release |
Release notes |
Xanadu |
No updates for this release. |
Yokohama |
The ServiceNow AI Platform core features are active by default.
|
Zurich |
The ServiceNow AI Platform core features are active by default.
|
Australia |
The ServiceNow AI Platform core features are active by default.
|
Additional requirements
If any additional requirements were introduced or changed for ServiceNow AI Platform core feature 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. |
Browser requirements
If any specific browser requirements were introduced or changed for ServiceNow AI Platform core feature 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 AI Platform core feature, such as specific requirements or compliance levels.
| Release |
Release notes |
Xanadu |
No updates for this release. |
Yokohama |
No updates for this release. |
Zurich |
|
Australia |
Format Painter plugin for TinyMCE enables you to apply consistent font styles, sizes, and table formats within the HTML editor field. This improvement helps users with cognitive
disabilities and low vision by reducing confusion and supporting clear, predictable formatting throughout documents. Keyboard navigation is supported, providing added ease of use for keyboard-only users. For more information, see Configure the HTML toolbar.
|
Localization information
If there are specific localization considerations for ServiceNow AI Platform core feature 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. |
Highlight information
If there are specific highlight considerations for ServiceNow AI Platform core feature we have noted them here.
| Release |
Release notes |
Xanadu |
No updates for this release. |
Yokohama |
- Streamline how you access help content on the system events and job scheduling dashboard by accessing the appropriate help content in each tab.
- Insert, update, and delete data in an external data source from a remote table.
See Administer the ServiceNow AI Platform for more information.
|
Zurich |
- Simplify and build queries with fewer conditions by leveraging hierarchical relationships in a condition builder.
- Use additional scripting features, including Promises and Async await, with the ECMAScript 2021 (ES12) JavaScript mode.
- Define dynamic categories and dynamic attributes once and reuse them using dynamic namespaces across multiple tables and dynamic attribute store fields.
See Administer for more information.
|
Australia |
Control whether read-only fields can be updated through client scripts and server-side operations by configuring read-only options.
See Administer the ServiceNow AI Platform for more information.
|