Washington DC Patch 6 Hotfix 2

  • Release version: Washingtondc
  • Updated August 29, 2024
  • 1 minute to read
  • The Washington DC Patch 6 Hotfix 2 release contains fixes to these problems.

    Build information:
    Build date: 08-27-2024_1140
    Build tag: glide-washingtondc-12-20-2023__patch6-hotfix2-08-23-2024
    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

    Application Install Engine

    PRB1786797

    Batch Install doesn't handle circular dependencies for non-app V2 apps The BatchInstallDependencyMap.java class doesn't handle circular dependencies when the app being installed isn't a V2 app. The shouldEvaluateDependencies method incorrectly returns true when a circular dependency is encountered. When loading a non-V2 app and there's a dependency pair that's already seen, shouldEvaluateDependencies returns true because it checks the list of V2 plugins visited, which is empty because it's not a V2 app.
    1. Open a Washington DC instance.
    2. Attempt to batch install App Engine Studio.

    Observe that the progress bar doesn't go beyond 0%, and eventually a StackOverflow message appears.

    CMDB Query Builder

    PRB1796164

    Query Builder queries with the 'AND' node have different result structures / the data is split over multiple result records A fix was applied to the performance of QB queries with the 'AND' node by avoiding multiplexing data in the results of such queries. However, this might break the way users consume the results in their systems.

    Fixes included