Xanadu Patch 5 Hotfix 1
The Xanadu Patch 5 Hotfix 1 release contains fixes to these problems.
- Build information:
- Build date: 01-24-2025_0005
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. |
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. |