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

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

- 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

Fixes
- Resolved a
spreadsheetfunction 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
CSVfunction handler when disposing a file that failed to open - Fixed an issue where double literals were parsed incorrectly within
.cmscode, affecting script execution on Dutch locale servers - Fixed an issue where code following an iterator
nextorexitstatement inside a try block was incorrectly executed
Removals
- Removed the CaseMaster 1.5 Business Object migration
utilfunction.- Newer external tools are now available, are actively maintained, and are the recommended migration path