InterSystems Open Exchange Applications Digest, March 2026
iris-configuration-manager-extension
IRIS_and_MLflow-Continuous-Training-Pipeline
-
System Upgrade. Moved to IRIS version
2023.1.3, ensuring higher stability, performance, and compatibility with the latest technologies.
-
Optimization of Internal Queries.
With version
2023.1.3, the approach to installing the** CSP-gateway** and web server has been revised. In response to these changes, the internal queries of Kano MDM have been optimized, ensuring seamless adaptation to the new architecture and maintaining stable, reliable performance on the updated platform.
-
Improved security configuration
. Implemented advanced security settings to provide a new level of data protection.
-
Flexible Password Settings
. Updated the settings for creating custom passwords, providing more options for customising them and improving user-friendliness.
-
Expanded Capabilities of the Constructor
:
- Added the ability to display the created field of the ‘Directory’ type as a separate form.
- Directory fields have been moved to a dedicated tab, improving visual clarity and user experience.
- Columns of the directory grid are also moved to a new tab,providing a cleaner and more intuitive data view.
-
Simplified Directory Management:
All properties are now placed on a separate tab when creating a directory, making the configuration process more user-friendly.
-
Deleting a group of fields
. The functionality for deleting field groups through page-by-page selection has been improved. Now it is possible to navigate between pages and continue selecting fields for deletion — all selected elements remain marked until the operation is complete.
Implementing the latest versions and technology updates has been an important step in improving the system. All changes are aimed at increasing performance, usability and security, considering modern technology standards and requirements. Each update ensures that
is up-to-date, adaptable to new challenges and user needs, and aligned with high standards of efficiency and security.
The system has been upgraded to** IRIS 2025.1**, providing improved performance, stability, and technological compatibility. The updated platform strengthens the architectural resilience of the system and establishes a foundation for further scalability and the development of integration capabilities.
-
Virtual
— allows creating alternative views of data from a single directory using predefined filters.
-
Frame
folder type has been implemented to enable embedding external applications directly into the system interface.
. A capability has been implemented to create specialized filtering forms for managing data selection within a folder. The filtering form allows defining search parameters with subsequent server-side processing and grid refresh based on the specified conditions. Within this approach:
-
a component has been developed for defining
date rangeswith proper server-side handling of interval values.
. A custom data export mechanism to Excel format has been developed, allowing the use of a specialized server-side script responsible for file generation. The structure of the exported file, column composition, and data processing logic are defined on the server side and implemented in code. The filtering form allows controlling the data selection, while the configuration of the Excel file structure is performed through development. Within this mechanism:
-
Custom XLS Export
configuration has been implemented in the grid constructor;
-
The ability to specify a
custom URLfor invoking a server-side method has been provided;
-
Export operations take into account
filtering parametersfrom both the grid and the search form.
- A server-side system log of client requests has been added to improve monitoring and auditing of interactions.
- The role-based access model has been expanded: new roles have been introduced and the system installer has been updated to support new permission sets.
- Server-side validation of multilingual fields against injection attacks has been implemented.
The mechanism of relationships between directories with one-to-many and many-to-one relationship types has been enhanced to improve stability and correctness in processing related entities:
- Improved stability of related record processing;
- Enhanced handling of nested data;
- More accurate implementation of access rights when working with related objects;
- Optimized logic for displaying and processing related entities in the interface.
-
Additional grid configuration options have been implemented, including control over
pagination display, column filtering, and grid header visibility. -
Horizontal scrolling support
has been added for dynamic grids when column widths are fixed.
The implementation of
and the introduced functional enhancements represent a strategic stage in the system’s development. The update strengthens the technological foundation of
, expands configuration capabilities, and enhances tools for adapting the system to various business tasks. The introduced improvements also expand reporting capabilities and increase the reliability of user scenarios related to data filtering and export. These enhancements improve architectural stability, interface flexibility, and data processing reliability, creating a solid foundation for further system scalability and the implementation of complex integration projects.
[2.16.0] - 2026-03-06
Added
- Baseline Export now includes decomposed production items when production decomposition is enabled (#680)
- Take Ownership option in source control menu allows you to take ownership of an item edited by another user (#926)
- The "warnInstanceWideUncommitted" option can now be changed through the settings page (#936)
- Added verbose option for BaselineExport (#941)
Fixed
- Fixed
<VALUE OUT OF RANGE>error in GetTempFileAndRoutineTS when an OS-level error code was stored as a routine timestamp (#832) - Fixed issue where Generated Files Read-only option didn't entirely work for files not in source control (#712)
- Fixed issue where a deleted file not within Embedded Git's management was causing the pull handler to crash and not fully update the Iris instance (#928)
- Fixed exporting items in nested subdirectories in IRIS versions >= 2025.3 (#786)
- remove python requirements
- Upgraded to InterSystems IRIS 2025.3
- New get_top_topics_by_paper_count() agent tool
- API responses now include graph metadata (node/edge counts, query method)
- Improved markdown rendering and refreshed demo questions across all pages
-
Background Processing:
Global size calculations now run in the background to prevent the web page from freezing.
-
Initial Load Note:
Please note that the very first calculation for a namespace may still take time to initialize and populate the cache.
-
Timestamp Tracking:
The dashboard now displays the
Last Updateddate and time next to the Namespace, showing exactly when the data was last collected.
Improved data loading speed.-
Background Processing:
Global size calculations now run in the background to prevent the web page from freezing.
-
Initial Load Note:
The very first calculation for a namespace may still take time to initialize and populate the cache.
-
Timestamp Tracking:
The dashboard now displays the
Last Updateddate and time next to the
Namespace, showing exactly when the data was last collected.
- Add Server Sent Event support
- Support Chat Completion (Server Sent Event)
- Refactor Server Sent Event
- SSE Handler improvements.
- SSE Adapter improvements.
- More unit tests.
- Remove singleton system for SSEHandler.
- Add documentation for Server Sent Event usage.
- Improve SSE buffer management.
- add GetStream() method in Adapter abstract
- minor change
- Add SSEPassthroughAdapter