Release notes

Keep up with latest product news

4239 notes
09 Mar, 2026 Lorenzo Scalese
fast-http
Version 1.2.3
  • add GetStream() method in Adapter abstract
  • minor change
07 Mar, 2026 Lorenzo Scalese
fast-http
Version 1.2.2
  • Remove singleton system for SSEHandler.
  • Add documentation for Server Sent Event usage.
  • Improve SSE buffer management.
06 Mar, 2026 PPravin Barton
Embedded Git
Version 2.16.0

[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)
06 Mar, 2026 Lorenzo Scalese
fast-http
Version 1.2.1
  • SSE Handler improvements.
  • SSE Adapter improvements.
  • More unit tests.
20 Feb, 2026 Ludmila Valerko
Kano MDM
Version 2025.1.0

Release Notes 2025.1

The following innovations have been implemented as part of the development of new functionality:

1. System Update. 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.
2. New Folder Types:

  • 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.

3. Filtering Form. 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 ranges with proper server-side handling of interval values.

4. Custom Excel Data Export. 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 URL for invoking a server-side method has been provided;
  • Export operations take into account filtering parameters from both the grid and the search form.

The following modifications and enhancements have been implemented in Kano MDM:

1. Security Mechanisms Enhancement:

  • 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.

2. Relationship Interactions Between Directories. 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.

3. Development of Form and Grid Constructors:

  • 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 IRIS 2025.1 and the introduced functional enhancements represent a strategic stage in the system’s development. The update strengthens the technological foundation of Kano MDM, 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.

04 Feb, 2025 Ludmila Valerko
Kano MDM
Version 2024.1.0

Release Notes 2024.1
In the area of new functionality development, the following innovations should be noted:

  1. System Upgrade. Moved to IRIS version 2023.1.3 , ensuring higher stability, performance, and compatibility with the latest technologies.
  2. 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.
  3. Improved security configuration. Implemented advanced security settings to provide a new level of data protection.

The following modifications and additions have been implemented in the Kano MDM modules:

  1. Flexible Password Settings. Updated the settings for creating custom passwords, providing more options for customising them and improving user-friendliness.
  2. 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.
  1. Simplified Directory Management: All properties are now placed on a separate tab when creating a directory, making the configuration process more user-friendly.
  2. 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 Kano MDM is up-to-date, adaptable to new challenges and user needs, and aligned with high standards of efficiency and security.

03 Mar, 2026 Lorenzo Scalese
fast-http
Version 1.2.0
  • Support Chat Completion (Server Sent Event)
  • Refactor Server Sent Event
01 Mar, 2026 Lorenzo Scalese
fast-http
Version 1.1.0
  • Add Server Sent Event support
01 Mar, 2026 Andrew Sklyarov
IRIS ESB
Version 1.0.1

Added more ways for error handling. You can choose a strategy that suits you best. In the Consumer (Broker.Service.InboxReader) added a Read option. The options are responsible for reading the message queue and can contain one of the following values:

  • NewOnly means "At-most once" guarantee type, so the broker will not try to re-deliver failed messages in this thread
  • ErrorOnly means reading only messages with errors. Use this value to set up a separate error message thread. You can limit the number of message delivery retries by the formula:
RetryCount = MessageLifetime / CallInterval
  • AllMessages (by default) means "At-least once" guarantee type, the broker will attempt to deliver the message until it receives a successful response, or until the message expires. A single business service handles both types of messages: re-delivery of failed messages and sending new ones
26 Feb, 2026 Lorenzo Scalese
fast-http
Version 1.0.6
  • Fix missing var init when the response is not a valid JSON.
25 Feb, 2026 OOliver Wilms
iris-budget
Version 0.0.2

Online Demo and First Article in Developer Community have been published

25 Feb, 2026 Lorenzo Scalese
fast-http
Version 1.0.5
  • Response are now wrapped, ex:
{
    "statusCode": "200",
    "reasonPhrase": "OK",
    "contentType" : "application/json",
    "data: "<response data>"
}
  • Add event OnFirstMessage, OnLastMessage, OnTimeout in StreamModeHandlerAbstract
  • Add quick accessor to %Net.HttpResponse object from dc.http.FastHTTP class
  • Add ClassMethod callback mechanic for stream mode response
  • Fix error handling
25 Feb, 2026 DDavid Hockenbroch
sqljsonadaptor
Version 1.0.0

Initial Release

25 Feb, 2026 Teunis Stolker
Intersystems-Monitoring
Version 1.0.28

Now exclude all Healthshare System namespaces (HSAALIB, HSCOMMLIB, HSPD, HSPDLIB, HSPILIB, and VIEWERLIB)

25 Feb, 2026 Teunis Stolker
Intersystems-Monitoring
Version 1.0.27

Exclude HSAALIB given that it is a HealthShare system namespace

24 Feb, 2026 SSanjib Pandey
REST-API-QueryResponse
Version 1.0.0

Mar 3, 2025

24 Feb, 2026 Ashok Kumar T
iris-medmatch
Version 2.0.1
  • New Modern UI Added: Launched a completely redesigned, intuitive dashboard built with Angular 18+ for an enhanced user experience.
  • FHIR-Compliant Application: Standardized the entire data layer to be fully compliant with FHIR R4 specifications for seamless interoperability.
  • FHIR Server Connectivity & Patient Creation: Implemented direct integration with the InterSystems FHIR server, allowing users to register and store new Patient resources.
  • FHIR Patient Directory: Added a comprehensive view to retrieve and manage existing patient records directly from the FHIR repository.
  • Instant Similarity Search: Enabled immediate vectorization; as soon as a new Condition is created on the FHIR server, it is available for semantic similarity searching.
  • UI Enhancements: Refined the overall interface with performance optimizations and a cleaner, more responsive design.
  • Login Implementation: Introduced a dedicated login screen to manage authenticated access to the clinical engine and patient data.
  • Optimized IRIS FHIR Repository Utilization: Enhanced the backend logic to effectively leverage the native power and scalability of the InterSystems IRIS FHIR repository.
23 Feb, 2026 John Murray
Server Manager for VS Code
Version 3.12.0
  • Require VS Code 1.109+.
  • Launch Management Portal pages in Integrated Browser.
22 Feb, 2026 MMax March
iris-testops-hub
Version 1.0.0

IRIS TestOps Hub — Initial Release (v1.0.0)

🚀 First public release of IRIS TestOps Hub
🔌 REST API for ingesting automated test results
projects, runs, test cases, error events
📎 Attachment support (store and link logs/screenshots to runs)
🗄️ Data storage in InterSystems IRIS (SQL + ObjectScript)
🌐 Web UI (React + TypeScript) with API reverse proxy
🐳 Docker Compose deployment with persistent volumes
📊 Basic analytics endpoints for quick reporting/troubleshooting

22 Feb, 2026 Muhammad Waseem
iris-CliniNote
Version 1.0.0

Initial Release

22 Feb, 2026 Edson Henrique Arantes
Iris Global Guard AI
Version 1.0.0

Initial Release

21 Feb, 2026 NNat Osit
piqitt-contest
Version 1.0.0

Initial Release

21 Feb, 2026 OOliver Wilms
iris-budget
Version 0.0.1

Initial Release

21 Feb, 2026 Lorenzo Scalese
fast-http
Version 1.0.4
  • split dc.aigateway into a dedicated repository
  • update module.xml to do not include dc.aigateway package.
21 Feb, 2026 BBrown Lucas
DictionaryManagement
Version 1.0.0

Initial Release

20 Feb, 2026 Ashok Kumar T
Interop-LookupTable
Version 1.0.3

Export to CSV
Import from CSV
option has been added

20 Feb, 2026 ZZhong Li
iris-copilot
Version 0.1.3

Initial Release

20 Feb, 2026 Ashok Kumar T
iris-docdb-ui
Version 1.0.5

Document result view updated

20 Feb, 2026 Anton Gnibeda
DeepSeeWeb
Version 4.0.30
  • added context menu items to copy values in clipboard, drilldown and drillthrough
  • ability to copy text value from the table cell
  • added ability to resize left table header
  • text wrap functionality added
  • tooltip for table when drilldown is available
  • button to call context menu (left top corner)