Spectrum Technology Platform patch release notes - spectrum_spatial_analyst_1 - addressing - spectrum_spatial_insights - context_graph - enterprise_geocoding - web_services - spectrum_quality_1 - global_geocoding - enterprise_tax - spectrum_spatial - discovery - data_federation - spectrum_spatial_routing - data_integration_1 - global_addressing - dataflow_designer - spectrum_platform - geoenrichment - Latest

Spectrum Technology Platform Patch Release Notes

Product type
Software
Portfolio
Integrate
Locate
Product family
Spectrum™ software
Product
Spectrum™ software > Spatial > Spectrum Spatial Analyst
Spectrum™ software > Quality > Addressing
Spectrum™ software > Spatial > Spectrum Spatial Insights
Spectrum™ software > Quality > Context Graph
Spectrum™ software > Quality > Spectrum Quality
Spectrum™ software > Geo Addressing > Global Geocoding
Spectrum™ software > Geo Addressing > Enterprise Tax
Spectrum™ software > Spatial > Spectrum Spatial
Spectrum™ software > Discovery
Spectrum™ software > Data Integration
Spectrum™ software > Dataflow Designer
Spectrum™ software > Spectrum™ Platform
Spectrum™ software > GeoEnrichment
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Technology Platform Patch Release Notes
Copyright
2025
First publish date
2007
ft:lastEdition
2026-08-07
ft:lastPublication
2026-08-07T13:34:42.937938
L1_Product_Gateway
Verify
Locate
L2_Product_Segment
Data Quality
Location Intelligence
L3_Product_Brand
Precisely Spectrum Quality
Precisely Spectrum Spatial
Precisely Spectrum Context
Precisely Spectrum Geocoding
L4_Investment_Segment
Core Data Quality
LI Enterprise
Data Context
Geocoding
L5_Product_Group
Data Quality - Application
Enterprise LI
Data Management & Analytics
Geocoding
Legacy Geocoding
L6_Product_Name
Spectrum Quality
Spectrum Spatial Insights
Spectrum Context Graph
Spectrum Global Geocoding
Spectrum Enterprise Tax
Spectrum Spatial
Spectrum Discovery
Spectrum Integration
Spectrum Ent Geocoding US

Spectrum Technology Platform patches deliver fixes and improvements between major releases and service packs. The availability of patches for Spectrum Technology Platform versions depends on their general availability support tiers. Always review the patch details provided here before installing any patch.

Spectrum Technology Platform supports the following patch types:

  • Cumulative patches (C‑patches): Starting with Spectrum Technology Platform version 2024.1, patches are primarily delivered as cumulative patches. These patches include all fixes and improvements from previous patches. They do not require sequential installation. You can install a cumulative patch directly without installing earlier patches.
  • S‑patches: These are non-cumulative patches and must be installed in the order they are released.
Note: Spectrum modules are licensed. You can only access the modules you have licensed. To try additional modules, contact your Precisely account executive to request a trial license key.

Spectrum general availability support tiers

Precisely provides support for Major and Minor releases of Spectrum Technology Platform as detailed in the Precisely Software Maintenance Handbook.

General availability Major release Release date Support
Current GA 2025.1 2025-09-26 See Precisely Software Maintenance Handbook.
GA-1 2024.1 2024-12-12
GA-2 2023.1 2023-05-31
GA-3 2022.1 2022-03-30
GA-4 and below 2020.1 2020-11-20

This publication provides patch information for Spectrum Technology Platform releases GA-3 and later. If you require patches for an earlier version of Spectrum, contact Precisely Support.

Validate SHA-256 checksums values

An SHA-256 checksum is a sequence of numbers and letters that you can use to check that the downloaded copy of a patch update file is identical to the original.

Small changes in a file produce very different looking checksums. A single character difference produces a very different looking checksum. You can use checksums to check files and other data for errors that occur during transmission or storage. For example, a file might not have properly downloaded due to network issues. You can also use a checksum to help verify that an attacker has not made changes to a file.

If you know the checksum of the original file, you can run a checksum or hashing utility on it. If the resulting checksum matches, you know the file you have is identical.

You can compute a hash value in a Command Prompt or Powershell window.

Use the Windows command prompt to calculate SHA-256 checksums

Follow steps in this procedure to use the CertUtil command to compute the hash value for a downloaded patch file.

  1. Open a Windows Command Prompt window. To do this, type cmd in the Windows Start menu command box or in the Explorer window address bar.
  2. At the command prompt, type certutil -hashfile filename sha256.
    Tip: You can type certutil -hashfile sha256, with two spaces between -hashfile and sha256, leave the insertion point between the two spaces, and drag the downloaded ZIP file onto the Windows command window.
    The command line should appear similar to the following:
    C:\Users\UserName\Downloads>certutil -hashfile cdq20241s01.zip sha256
  3. Press Enter. This results in output similar to the following:
    C:\Users\UserName\Downloads>certutil -hashfile cdq20241s01.zip sha256
    SHA256 hash of cdq20241s01.zip:
    eaa6712855e9990e99aae0cce1da1b8c6a21ba15b3aadd887bfe34525e6b2963
    CertUtil: -hashfile command completed successfully.
  4. Compare the calculated hash value with the original hash value. You do not have to look too closely, as there will be a massive difference in the checksum even if there is only a tiny difference in the underlying file.

Use Windows Powershell to calculate SHA-256 checksums

Follow steps in this procedure to use the Powershell Get-FileHash command to compute the hash value for a downloaded patch file.

  1. Open Windows Powershell. To do this, type powershell in the Windows Start menu command box or in the Explorer window address bar.
  2. Type Get-FileHash followed by a space.
  3. Drag the downloaded ZIP file onto the Windows Powershell window after the Get-FileHash command. The command line should look similar to the following:
    PS C:\Users\UserName> Get-fileHash C:\Users\UserName\Downloads\cdq2019s14_Windows.zip
  4. Press Enter. This results in output similar to the following:
    PS C:\Users\UserName> Get-FileHash C:\Users\UserName\Downloads\cdq20191s14_Windows.zip
    
    Algorithm       Hash                                                                   Path
    ---------       ----                                                                   ----
    SHA256          BD94760347BABBB0B12ADFEB41FF01B90DD7F4C16F9B6C2088CD2526F6223898       C:\Users\UserName\Downloads\cd...
  5. Compare the calculated hash value with the original hash value. You do not have to look too closely, as there will be a massive difference in the checksum even if there is only a tiny difference in the underlying file.