Keep up with latest product news


<VALUE OUT OF RANGE> error in GetTempFileAndRoutineTS when an OS-level error code was stored as a routine timestamp (#832)

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:
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:
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:
The following modifications and enhancements have been implemented in Kano MDM:
1. Security Mechanisms Enhancement:
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:
3. Development of Form and Grid Constructors:
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.

Release Notes 2024.1
In the area of new functionality development, the following innovations should be noted:
The following modifications and additions have been implemented in the Kano MDM modules:
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.



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 threadErrorOnly 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

{
"statusCode": "200",
"reasonPhrase": "OK",
"contentType" : "application/json",
"data: "<response data>"
}
%Net.HttpResponse object from dc.http.FastHTTP class
Now exclude all Healthshare System namespaces (HSAALIB, HSCOMMLIB, HSPD, HSPDLIB, HSPILIB, and VIEWERLIB)

Exclude HSAALIB given that it is a HealthShare system namespace


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
Initial Release



dc.aigateway into a dedicated repositorydc.aigateway package.

