September 2025 (version 2.25.09.26)

reviewed: 7 October 2025

New Features

  • Added support for retrieving the full configuration property bag.
    • For security, the returned property bag is a clone and not a direct pointer to the configuration

VSCode diagnostics

  • Added support for overriding the default iterator mode for entity based iterators.
    • The current default remains Stream
    • This provides the ability to test using StreamLowMemory as the default

VSCode diagnostics

  • Added support for saving password-protected Word documents
    • Only Microsoft Word document formats are supported
    • Saving password-protected PDFs is not supported, as this is not provided by the Word API

VSCode diagnostics

Fixes

  • Resolved a spreadsheet function handler issue where non-standard formatted date columns were being read as raw OLE Automation Dates instead of Date properties
  • Fixed a fatal exception in the CSV function handler when disposing a file that failed to open
  • Fixed an issue where double literals were parsed incorrectly within .cms code, affecting script execution on Dutch locale servers
  • Fixed an issue where code following an iterator next or exit statement inside a try block was incorrectly executed

Removals

  • Removed the CaseMaster 1.5 Business Object migration util function.
    • Newer external tools are now available, are actively maintained, and are the recommended migration path