Xanadu Patch 5 Hotfix 1

  • Release version: Xanadu
  • Updated January 29, 2025
  • 1 minute to read
  • The Xanadu Patch 5 Hotfix 1 release contains fixes to these problems.

    Build information:
    Build date: 01-24-2025_0005
    Build tag: glide-xanadu-07-02-2024__patch5-hotfix1-01-21-2025
    Important:
    For more information about how to upgrade an instance, see ServiceNow Upgrades.

    For more information about the release cycle, see the ServiceNow Release Cycle.

    Note:
    This ServiceNow AI Platform major family release is now available in ServiceNow's Regulated Market environments. For more information about services available in isolated environments, see KB0743854.

    Fixed problem

    Problem Short description Description Steps to reproduce

    Antivirus Scanning

    PRB1835660

    The antivirus job updates all columns instead of only the 'State' column The antivirus job updates all columns in some scenarios. It should only update the state column when attachment.setState(advice) is called. However a forceUpdate is occurs, which ultimately updates the entire row, including the state data. Additionally, when the old table name and table sys_id are updated, the attached file is moved to the previous table.
    1. Log in to a Washington DC instance.
    2. Navigate to All > Self service > Service catalog > Select Mobiles > Add to cart.
    3. Upload a 10MB file.
    4. Select Order now.
    5. Navigate to sys_attachment.list.

    Expected behavior: The table name should be sc_req_item on the available 'State'.

    Actual behavior: The antivirus job updates all columns instead of only the 'State' column.

    Stream Connect Core

    PRB1845639

    Kafka Consumer stops consuming messages once it receives a 'null' message from Producer When a 'null' message error is observed from the source, the Kafka stream no longer consumes the messages.

    Fixes included