Release notes

Keep up with latest product news

3932 notes
24 Jul, 2025 JJohn McBride
IPM Explorer for VSCode
Version 1.0.0

Developer tools contest

24 Jul, 2025 Dmitry Maslennikov
typeorm-iris
Version 0.1.0

Initial Release

23 Jul, 2025 John Murray
InterSystems Testing Manager for VS Code
Version 2.0.0

Now able to use Test Coverage Tool to generate and display coverage of your tests.

23 Jul, 2025 Robert Cemper
Global-Inspector
Version 0.0.3

Invideo added

23 Jul, 2025 Robert Cemper
Global-Inspector
Version 0.0.2

fix default content output

23 Jul, 2025 Thomas Dyar
iris-vector-rag
Version 1.0.1

Minor update to docs

23 Jul, 2025 Robert Cemper
Global-Inspector
Version 0.0.1

Initial Release

17 Jul, 2025 Anton Gnibeda
DeepSeeWeb
Version 4.0.23
  • support multiple filters on widgets (#461)
17 Jul, 2025 Yuri Marx
iris-telemetry-sample
Version 1.0.0

Initial Release

17 Jul, 2025 Roksana Komolibio
Alchemit Blood Bank
Version 1.0.0

Initial Release

16 Jul, 2025 GGuillaume Rongier
iris-python-article
Version 1.0.0

Initial Release

16 Jul, 2025 Anton Gnibeda
DeepSeeWeb
Version 4.0.22
  • now tuples limited for only ones that defined in data properties even for drilldown (#458)
15 Jul, 2025 NNancy Martinez
Alchemit Laboratory
Version 2.35.0

Initial Release

15 Jul, 2025 SSamuel Duncan
CubeEventMonitor
Version 1.0.3

remove dsw dependency to prevent warnings on install - see https://github.com/intersystems-community/DeepSeeWeb/issues/443. Users who wish to use DeepSeeWeb should install that module separately

14 Jul, 2025 Robert Cemper
ZPretty-upd
Version 1.1.4

try IPM once more

13 Jul, 2025 BBrad Nissenbaum
☤ Care 🩺 Compass 🧭
Version 1.0.0

Initial Release

13 Jul, 2025 Robert Cemper
ZPretty-upd
Version 1.1.3
  • The previous version was broken by internal changes to JSON processing
  • This is now fixed and works in Caché and IRIS
  • and is expected to be release resistant
12 Jul, 2025 Robert Cemper
ZPretty
Version 1.1.2

still not in ZPM

12 Jul, 2025 Robert Cemper
ZPretty
Version 1.1.1

use generated module.xml for IPM

12 Jul, 2025 Robert Cemper
ZPretty
Version 1.1.0
  • fix changes of JSON Types in IRIS
  • By some new release of IRIS JSON DataType codes were changed and broke the package.
  • Now JSON Data Type codes are different from the original from Caché anymore.
  • This is now fixed checking the environment
metabase-iris-driver
Version 1.0.0

Initial Release

09 Jul, 2025 Ashok Kumar T
iristest-html
Version 1.0.0

Initial Release

09 Jul, 2025 EEduard Lebedyuk
MDX2JSON
Version 3.2.47

Fixed 3.2.44

08 Jul, 2025 PPravin Barton
Embedded Git
Version 2.12.2

[2.12.2] - 2025-07-08

Fixed

  • Fixed importing Lookup Tables that do not already exist (#791)
  • Fix initial import of settings file that has yet to be imported (#794)
  • Fixed syncing IRIS with files after pull to diff in the intended direction (#802)
07 Jul, 2025 EEduard Lebedyuk
MDX2JSON
Version 3.2.44

FIX: fixed issue when series were processed even they filtered out

06 Jul, 2025 AAndrew Sklyarov
Interoperability REST API Template
Version 1.0.2

Added simple implementation of rate limits. Now, you can set up the maximum number of requests per minute for your APIs. Just set the value by the route key in the lookup table RESTRateLimits, similar RESTRoutes table. Also, you can use a wildcard (*) as a method name: Sample.API:*

Tip: If you need a more flexible and enterprise solution, I advise you to look at API Manager

03 Jul, 2025 Evgeny Shvarov
objectscript-docker-template
Version 1.2.1

Added System name ObjectScript Docker Template via merge.cpf
Thanks to Dmitry Maslennikov

03 Jul, 2025 Evgeny Shvarov
intersystems-iris-dev-template
Version 2.1.1

Added system name IRIS Dev Template to the Management Portal via merge.CPF settings

Thanks to Dmitry Maslennikov https://community.intersystems.com/post/rename-iris-instances-docker-or-distinguishing-them-easily-other-ways#comment-281824

02 Jul, 2025 Evgeny Shvarov
shvarov-persistent
Version 1.0.2

property LastUser added

01 Jul, 2025 AAndrew Sklyarov
Interoperability REST API Template
Version 1.0.1

Added performance sensors and failed/successful request counts. All metrics are provided in OpenMetrics format. So, you can grab it with Prometheus and visualize it in Grafana. Details about setting up monitoring in the IRIS can be found here. Don't forget to check the roles of api/monitor application and to enable custom sensors in the IRIS terminal:

zn "%SYS"
d ##class(SYS.Monitor.SAM.Config).AddApplicationClass("REST.Core.Monitor", "YOUR_NAMESPACE")