Combined Core ServiceNow AI Platform release notes for upgrades from Vancouver to Xanadu

  • Release version: Yokohama
  • Updated January 30, 2026
  • 13 minutes to read
  • Consolidated page of all release notes for Core ServiceNow AI Platform from Vancouver to Xanadu.

    How to use this page

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

    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 Core ServiceNow AI Platform to Xanadu

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

    Release Release notes

    Vancouver

    No updates for this release.

    Washington DC

    Previously, if a transaction was canceled, certain auditable operations were not being recorded. This behavior of missing audit records is because the platform executes some operations between the record change and is canceled before audit creation. But now, audits are created immediately after the record is changed, reducing the chance of a canceled transaction aborting the operation before the audit is recorded. To facilitate this update, audits are now recorded in the same thread as the transaction. Earlier audits were created in a background thread.

    This change redefines the default value of the glide.db.audit.lazy property from true to false. Ideally, this property is not defined in the Properties table, which means that the majority of instances start using the new default value and behavior with the Washington DC release. On some instances, this property may have been inserted with the value set to true, which means that these instances won’t be able to use this change to audit behavior. Delete this property to leverage this update.

    Xanadu

    No updates for this release.

    New features

    Between your current release family and Xanadu, new features were introduced for Core ServiceNow AI Platform.

    Release Release notes

    Vancouver

    Store location coordinates in a field
    Store longitude and latitude coordinates by adding a geo point field to a table.
    Use a function field to calculate distance
    Calculate the distance between two locations using distance_sphere() in a function field.
    Prevent records from being orphaned with table cleaner
    Prevent records from being orphaned in the Sys Audit [sys_audit], Audit Relationship Change [sys_audit_relation], Attachment [sys_attachment], Attachment Document [sys_attachment_doc]. Attachment Document V2 [sys_attachment_doc_v2], and Journal Entry [sys_journal_field] tables using new options in table cleaner.
    Force session timeout with a maximum active session time
    Secure your instance by enforcing a maximum session time for sessions regardless of user or integration activity.
    Introducing a new non-HttpOnly cookie
    glide_node_id_for_js is a non-HttpOnly cookie, that is used internally to support weighted load balancing features. It is used to migrate a web socket connection to the same node as the HTTP connection whenever HTTP connection is migrated to the new node. It doesn’t contain any sensitive information and is hashed using SHA-256.

    Washington DC

    Arabic language support
    Accommodate Arabic-language users with Arabic translations of the base system UI string content in your instance. Activate the I18N: Arabic Translations plugin (com.snc.i18n.arabic) to get these translations.
    GraphQL Explorer
    Test GraphQL APIs using an integrated GraphQL testing tool. The GraphQL Explorer facilitates the development and debugging of GraphQL APIs.
    Support for JavaScript modules and third-party libraries with the ServiceNow SDK
    Create custom JavaScript modules to organize and reuse code, improve maintainability, and leverage functionality from third-party JavaScript libraries in scoped applications with the ServiceNow SDK. Use the ServiceNow SDK to create, download, and modify scoped applications with custom modules and third-party libraries in Visual Studio Code and then deploy those applications to an instance.
    Improvements for archiving related records
    When defining related records, control the depth of cascading by specifying the archive rule for each archive related record. Related records without a specified archive rule aren't cascaded.
    Drop custom indexes
    Drop custom indexes using the Tables module.
    Flow logic for remote tables
    Build a flow to retrieve data for a remote table query. Use the ServiceNow® capabilities of triggers and actions to respond to triggers and fetch remote data.
    New sys property to enable locale-based language sorting
    Enable the guide.ui.condition_builder.sort_labels_by_locale system property to sort the fields of the Show/hide filter according to the locale-based language. The system property is set to False by default.
    Show Syslog Records UI action
    Use the new Show Syslog Records UI action on Transactions and Active Transactions forms to view any System Log entries that were generated during the execution of the transaction.

    Xanadu

    Dynamic schema for storing attributes
    Create and store structured groups of attributes and their values in a dynamic attribute store field.
    Use ECMAScript 2021 (ES12) features in any server-side script
    Use the latest JavaScript features supported with ECMAScript 2021 (ES12) mode in individual scripts in applications that use ES5 Standards mode or Compatibility mode. From a script’s record, select Turn on ECMAScript 2021 (ES12) mode.
    Automated jobs scheduling and manual scaling of jobs
    Starting with the Xanadu release, you can opt for automated job scheduling using queue registration. Select a queue in the new event form. As an admin, you can also manually define the number of jobs running at a queue level by scaling it either up or down as required in the Queue Details form.
    Migrate existing sys event applications to Message Processing Framework
    Migrate your existing sys event queues to Message Processing Framework. You can also roll back a queue back to its previous configurations.
    Geo point functions
    Convert longitude and latitude columns to a geo point field. Convert a geo point field or any valid numeric values or columns into longitude and latitude columns or values.
    System Events and Scheduled Jobs enhancements
    Try the new Active Jobs tile in the System Events dashboard that states the number of jobs associated for a queue in processing framework. You can also review the details of the completed jobs by using the new Stuck Jobs and Permanent Error Jobs tiles on the Scheduled Jobs dashboard.

    Changes

    Between your current release family and Xanadu, some changes were made to existing Core ServiceNow AI Platform features.

    Release Release notes

    Vancouver

    Currency fields reflect currency and value from form templates
    Apply a currency and value to currency fields as entered in a form template on its creation. Previously, currency field values applied by form templates were converted to the session currency.
    Table name is read-only after archive rule is created
    You can no longer change the table name when editing an existing archive rule.
    Archive table restricted to current application scope
    You can no longer select a table in a different application scope when creating an archive rule.
    Archive related records in any application scope
    You can now archive related records in any application scope by selecting New in the Archive Related Records related list.
    Table cleaner slow rule handling
    If a query from a table cleaner rule exceeds 30 seconds, the entire table cleaner job is stopped and the rule is excluded from the job for two days. You can configure the duration of this period by adding a new system property.
    Event processing system enhancements
    Use the Events and Jobs dashboard to view the status of the events and queues in the event processing system. You can also configure and reset an alert using the Events-Configure Alerts module.
    Job history views
    You can now view the details of completed jobs by accessing the node level and instance level job history views.

    Washington DC

    Warning when plugin upgrade or activation fails
    A warning message now appears if the alter or create table operation fails when upgrading or activating a plugin.
    System tables excluded from archive rules
    You can no longer create archive rules for certain tables.
    Link a destroy rule with an archive rule
    You must now specify a related archive rule when creating an archive destroy rule. Linking an archive rule to the archive destroy rule improves performance when deleting archived records.
    Peripheral records deleted with archive destroy
    Peripheral records in the Journal Entry [sys_journal_field], Attachment [sys_attachment], and Sys Audit [sys_audit] tables are now automatically deleted when data is deleted during an archive destroy.
    Enhanced Capacity feature in remote tables
    Enhanced Capacity enables additional rows to be stored for a remote table if the retrieved data exceeds 1,000 rows.
    Non-cancellable audit records
    Reduce the chances of audit records not being written when a transaction is canceled with the new default setting.
    Notification and meeting invitation changes on Granular Delegate form
    The All Notifications and Meeting invitations options on the Granular Delegate form are now set to False by default, to avoid concerns around getting notifications that have security critical and sensitive data. You can select these options if you want the delegate to receive the delegation notification and meeting invitations.
    Enhanced logging security improvements
    Explore the new field in the node log lines to identify the script or component that generated the log message. Transaction start lines include a new field specifying what type of request was made.
    Localization of product and application names

    Existing product and application names are being localized incrementally in supported languages, starting with Dutch, French, French (Canadian), German, Korean, Italian, Japanese, Portuguese (Brazilian), and Spanish. New product and application names are localized in all supported languages.

    Xanadu

    TinyMCE upgrade
    The HTML editor field now uses upgraded version of TinyMCE. TinyMCE has been upgraded from v4 to v6.8.2. This upgrade provides enhanced table functions as well as enhanced formatting and editing features like accordion, addition of custom styles through dictionary attributes, enable/disable text menubar, enhanced power paste. These enhancements enable users to format content to better suit their needs. Add the supported plugins to the system property glide.ui.html.editor.enabled_plugins​ and add the supported toolbar options to the system property glide.ui.html.editor.toolbar to configure the editor according to your needs. The upgrade includes changes in plugin names, toolbar names and new system properties to support configurations for the new version.
    Business calendar enhancements
    Business calendar enhancements include the ability to create business calendar spans and their names (accessible across both global and scoped applications), add a new calendar field called Calendar type, and differentiate more easily between similar calendar names.
    Send REST Request - Inbound test step supports mutual authentication
    Use mutual authentication with the Send REST Request - Inbound test step by selecting an X.509 certificate.
    Apply ACLs to GraphQL API paths
    Specify which level of a GraphQL API to apply ACLs to with the Path ACL Depth field.
    REST and SOAP API analytics dashboards migrated to Platform Analytics experience
    The REST and SOAP API analytics dashboards have been migrated from Core UI to the Platform Analytics experience. Access the dashboards from All > System Web Services > Analytics Usage Overview. After upgrading, the Core UI dashboards are still available from All > System Web Services.
    Control access for HTTP headers in CORS requests
    Configure whether to allow credentials in requests with the Access-Control-Allow-Credentials field and which HTTP headers to allow in requests with the Access-Control-Allow-Headers field.
    Deactivate CORS rules
    Turn a CORS rule [sys_cors_rule] on or off with the Active field.
    Rhino update for the JavaScript engine on the platform
    Rhino was updated to improve the performance of the JavaScript engine on the platform.
    Web requests from integration users update the Last login and Last login time fields on user records
    By default, the Last login and Last login time fields in a user record [sys_user] are updated when an integration user sends a web request to an instance. To turn off this functionality, set both the glide.basicauth.update_last_login_time and the glide.oauth.update_last_login_time system properties to false.

    Removed

    Between your current release family and Xanadu, some Core ServiceNow AI Platform features or functionality were removed.

    Release Release notes

    Vancouver

    No updates for this release.

    Washington DC

    No updates for this release.

    Xanadu

    No updates for this release.

    Deprecations

    Between your current release family and Xanadu, some Core ServiceNow AI Platform features or functionality were deprecated.

    Release Release notes

    Vancouver

    • The glide.script_processor.admin and com.glide.journal.strict_acl properties have been deprecated

    Washington DC

    • Starting with the Washington DC release, Internet Explorer and Internet Explorer mode in Edge are no longer supported. For details, see the Deprecation Process [KB0867184] article in the Now Support Knowledge Base.

    Xanadu

    • The System Performance Dashboard is deprecated as of the Xanadu release. Impact Instance Observer offers a powerful solution for enhancing system performance. Contact your account manager to discover more.
    • Starting with the Xanadu release, Application Insights is being prepared for future deprecation. It will be hidden and no longer available in the ServiceNow Store but will continue to be supported. Instead, Impact 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.

    Activation information

    Review information on how to activate Core ServiceNow AI Platform.

    Release Release notes

    Vancouver

    Core ServiceNow AI Platform is a ServiceNow AI Platform feature that is active by default.

    Washington DC

    Core ServiceNow AI Platform is a ServiceNow AI Platform feature that is active by default.

    Xanadu

    ServiceNow AI Platform is a ServiceNow AI Platform feature that is active by default.

    Additional requirements

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

    Release Release notes

    Vancouver

    No updates for this release.

    Washington DC

    No updates for this release.

    Xanadu

    No updates for this release.

    Browser requirements

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

    Release Release notes

    Vancouver

    No updates for this release.

    Washington DC

    No updates for this release.

    Xanadu

    No updates for this release.

    Accessibility information

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

    Release Release notes

    Vancouver

    No updates for this release.

    Washington DC

    No updates for this release.

    Xanadu

    TinyMCE Upgrade

    Tiny MCE is an open-source rich text editor used in the HTML editor field. The upgrade of TinyMCE from v.4 to v.6.8.2 provides the following accessibility improvements:

    • Keyboard:
      • The color picker slider is now accessible using both keyboards and screen readers.
      • There is also now a check mark to indicate the color selected by the user.
      • The close dialog buttons in the modal dialogs are now accessible.
      • The keyboard focus indicator is now clearly visible in the font color selection menu items.
    • Screen reader:
      • The selected value of drop-down menus like Font and Font-size is now announced by the screen reader.
    • Low vision:
      • The script editor and the HTML editor tool bar is now dark theme compatible.
    Admin Center and Adoption Blueprints accessibility enhancements
    Accessibility issues have been fixed for the following personas as part of Xanadu in Admin Center and Adoption Blueprints:
    • persona_low_vision
    • persona_no_vision
    • persona_color
    • persona_auditory
    • persona_speech
    • persona_cognitive
    • persona_physical

    Localization information

    If there are specific localization considerations for Core ServiceNow AI Platform we have noted them here.

    Release Release notes

    Vancouver

    No updates for this release.

    Washington DC

    No updates for this release.

    Xanadu

    No updates for this release.

    Highlight information

    If there are specific highlight considerations for Core ServiceNow AI Platform we have noted them here.

    Release Release notes

    Vancouver

    • Stay updated on the status of the events and queues in the event processing system using the Events and Jobs dashboard. Review the details of completed jobs by accessing the node level and instance level job history views.
    • Store longitude and latitude coordinates for tracking locations and calculating distances.
    • Secure your instance by enforcing a maximum session time for active sessions.

    See Administer the ServiceNow AI Platform for more information.

    Washington DC

    • Create a flow and set the triggers and actions for a remote table to retrieve data from external sources. If the retrieved data is large, use the Enhanced Capacity feature in the remote tables.
    • Test GraphQL APIs with the GraphQL Explorer.
    • Reduce the chances of missing audits being recorded when a transaction is canceled by creating the audits immediately after the record is modified.
    • Manage cascading when archiving multiple levels of related records.

    See Administer the ServiceNow AI Platform for more information.

    Xanadu

    • Use ECMAScript 2021 (ES12) features in any server-side script.
    • The TinyMCE upgrade from V4 to V6.8.2 includes enhanced formatting options and editing, as well as extended functions to enable users to format their content to better suit their needs.
    • Capture multiple attributes and their values in a single column instead of adding new columns to a table.
    • Experience the new Automatic Jobs Scheduling feature with rollback and configuration retrieval abilities for events processing.

    See Administer the ServiceNow AI Platform for more information.