Release notes

Keep up with latest product news

3489 notes
15 Nov, 2020 Sergey Mikhailenko
apptools-util
Version 1.0.1

added iris.script

15 Nov, 2020 Sergey Mikhailenko
apptools-admin
Version 1.0.24

added iris.script

15 Nov, 2020 Sergey Mikhailenko
appmsw-util
Version 1.0.1

added iris.script

15 Nov, 2020 José Pereira
interoperability-integratedml-adapter
Version 1.0.1

Fixed issue with application description

15 Nov, 2020 OOliver Wilms
Message Bank
Version 0.1.4

The Message Bank has ability to automatically identify messages it should resend.

14 Nov, 2020 Henrique Dias
IRIS Interoperability Message Viewer
Version 1.0.2

Using the REST API to search for interoperability messages, an updated version of IRIS, iris.script, and zpm

14 Nov, 2020 Henrique Dias
IRIS Interoperability Message Viewer
Version 1.0.3
  1. New module.xml using zpm generate

  2. Fixed Namespace lookup issue when the Message Viewer is installed using ZPM

14 Nov, 2020 Sergey Mikhailenko
appmsw-telestat
Version 1.0.0

Initial Release

13 Nov, 2020 Yuri Marx
OCR Service
Version 1.0.0

Initial Release

13 Nov, 2020 Yuri Marx
OCR Service
Version 1.0.1

Fix instructions and short description

13 Nov, 2020 Lorenzo Scalese
Open API Client Gen
Version 1.0.0

Initial Release

12 Nov, 2020 PPeter Steiwer
ObjectScript-Math
Version 0.0.5

ZPM update

12 Nov, 2020 Evgeny Shvarov
objectscript-errors
Version 1.0.2

updated the description for zpm

11 Nov, 2020
Version 1.0.5

Added Description to Module.xml

11 Nov, 2020
Version 2.0.1

New Version introduces File Control Adapters so multiple containers can process files in the same directories.

11 Nov, 2020 OOliver Wilms
Message Bank
Version 0.1.2

Initial Step

11 Nov, 2020 OOliver Wilms
Message Bank
Version 0.1.3

Update Dockerfile to run with IRIS Community Edition

10 Nov, 2020 Sergey Mikhailenko
appmsw-util
Version 1.0.0

Initial Release

10 Nov, 2020 EEduard Lebedyuk
MDX2JSON
Version 2.3.0

Scorecards

10 Nov, 2020 EEduard Lebedyuk
MDX2JSON
Version 2.3.1

zpm

10 Nov, 2020 Yuri Marx
upload-adapter
Version 1.0.2

Community article link

10 Nov, 2020 Yuri Marx
upload-adapter
Version 1.0.0

Initial Release

10 Nov, 2020 Yuri Marx
upload-adapter
Version 1.0.1

Adjust documentation and use instructions

07 Nov, 2020 Evgeny Shvarov
iris-rest-api-template
Version 1.1.1

run from iris-zpm latest image
changed the logo

06 Nov, 2020 Evgeny Shvarov
objectscript-docker-template
Version 1.0.10

Even more simplified version. ZPM enabled code import. No Installer.cls is needed to import code.

06 Nov, 2020 SSerge Rider
DBeaver
Version 7.2.0

Initial Release

06 Nov, 2020 TTomohiro Iwamoto
iris-c-language
Version 1.0.0

Initial Release

04 Nov, 2020 RRobert Kuszewski
iris-pdf-generator
Version 1.0.0

Initial Release

04 Nov, 2020 RRobert Kuszewski
InterSystems Package Manager
Version 0.2.8

New in this release:

1)** Interoperability support** - support for dtl, bpl, lut, esd, x12 in module.xml

Now it's allowed to refer to DTL and BPL files. ZPM stores and uses them as CLS.

    <Resource Name="ResourceTest.TestDTL.dtl"/>
    <Resource Name="ResourceTest.TestBPL.bpl"/>

Other interoperability components such as LUT, ESD, X12 should be in XML format  with .xml extension and expected in the folder named i14y (short form of interoperability)

    <Resource Name="Test_HIPAA_5010.X12"/>
    <Resource Name="hl7_2.5.LUT"/>

2) InterSystems BI - DFI files support

Allows multiple ways of defining InterSystems BI (DeepSee) DFI resources
By Fullname

<Resource Name="Sample Operational Reports-Auditing Overview.dashboard.DFI"/>

Wildcard with the folder name

<Resource Name="Sample Operational Reports-*.DFI"/>

Just everything

<Resource Name="*.DFI"/>

Limited by keywords, used only during the export.

<Resource Name="*.DFI" Keywords="myapp"/>