Release notes

Keep up with latest product news

3687 notes
11 Sep, 2023 Evgeny Shvarov
iris-fhir-template
Version 1.3.1

The issue with

 do ##class(HS.HC.Util.Installer).InstallFoundation(namespace)

fixed by changing to

Do ##class(HS.Util.Installer.Foundation).Install(namespace)

More information in this post.

07 Sep, 2023 Robert Cemper
native-api-command-line-py-client
Version 0.0.5

added ePython wrapper for WebTerminal

07 Sep, 2023 Lorenzo Scalese
journal-file-indexer
Version 0.3.1
  • Fix missing Resource in module.xml
    <Resource Name="JRNINDEXER.MAC" Directory="dc/journalindexer"/>
06 Sep, 2023 HHeloisa Paiva
iris-size-django
Version 1.0.0

Initial Release

06 Sep, 2023 Lorenzo Scalese
journal-file-indexer
Version 0.3.0

New features:

  • Stats Size and counter by pid, database, global, journal record type.

Improvements:

  • Command line tools are gathered in ^JRNINDEXER routine.
04 Sep, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.2.10
  • added display by 4/5/6 columns for filter widget (#400)
  • added support for filter url parameter for date filters (#398)
  • added support for "NOW"/"NOW-x" as date string for both calendar and filters (#398)
04 Sep, 2023 SSylvain Guilbaud
todo-list
Version 1.0.2

Used IRIS DC to remove ARM/AMD confusion.
Harmonized ports in README and code.

03 Sep, 2023 Evgeny Shvarov
iris-embedded-python-template
Version 3.0.0

Thanks to Guillaume Rongier and Dmitry Maslennikov added following features to IRIS Embedded Python template:

  1. Clear Python setup (no ObjectScript needed).

  2. Merge IRIS initialization example

  3. Embedded Python IRIS initialization example with IPM support.

  4. Flask server setup example

03 Sep, 2023 Lorenzo Scalese
journal-file-indexer
Version 0.2.0

New features:

  • Search indexed journal entries (in terminal mode).
  • ^ZJRNFILT routine can be used to filter journal entries to index (or not).

Improvements:

  • During the indexer process we can pause\resume or cancel the operation.
  • Add index on global subscript.
01 Sep, 2023 SSylvain Guilbaud
todo-list
Version 1.0.0

Initial Release

31 Aug, 2023 Ashok Kumar
IntegrityLog-Web
Version 1.0.0

Initial Release

28 Aug, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.2.9
  • changed locale of date picker to "en"
28 Aug, 2023 Muhammad Waseem
IRIS-FlaskBlog
Version 1.0.0

Initial Release

QuinielaML
Version 1.0.2

Speed up docker start (by Robert Cemper)

QuinielaML
Version 1.0.1

Fixed bug droping model

25 Aug, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.2.8
  • added workaround for invalid filter base64 urls with %3D at the end
24 Aug, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.2.7
  • added url parameter to prevent applying of default filters: nofilters=1
  • added options to share menu: "Deny widget resizing", "Deny widget moving", "Ignore filters"
  • added workaround for invalid filter urls with .{=& & ,=&[ characters
  • fixed url generation for shared dashboard if navigated to an invalid dsw link
24 Aug, 2023 Ashok Kumar
System-Task-REST
Version 1.0.0

Initial Release

22 Aug, 2023 Ron Sweeney
dbt-duckdb-iris
Version 1.0.0

Initial Release

22 Aug, 2023 Dmitry Maslennikov
dbt-iris
Version 1.3.4

Initial Release

QuinielaML
Version 1.0.0

Initial Release

22 Aug, 2023 Rob Ellis
IRIS WHIZ - HL7v2 Browser Extension
Version 1.6.0

22/08/2023 Updates:

Feature Added: Share Search

Creates a 'Share Search' button on the Message Viewer page.
When clicked, the current search criteria is saved in the Saved Searches and the current URL with the Saved Search's name appended as a query param is copied to the clipboard.
Navigate to this new URL and it will automatically open the saved search. The browser prompts you to delete the saved search - this is so your Saved Searches dropdown doesn't get filled, though you don't have to delete the Saved Search if you don't want to.
Saved Searches are the current datetime prepended with zz.
Useful for sharing search results with colleagues.

Feature Added: Multiple Message Scroll

When viewing any page where the extension has added multiple messages and there are horizontal scrollbars, hold CTRL and then scroll. This will scroll all message scrollbars at the same time.
Useful for comparing multiple messages at the same time.

BugFix: Search History no longer empties prematurely.
BugFix: Search History no longer breaks the Message Viewer page's extension functionality if opened before first search is performed.

22 Aug, 2023 Robert Cemper
JSONfile-to-Global
Version 0.0.2

move repo and archive

22 Aug, 2023 Robert Cemper
GlobalToJSON-XLA
Version 0.0.5

move to archive

22 Aug, 2023 Dmitry Maslennikov
fastapi-iris-demo
Version 1.0.0

Initial Release

21 Aug, 2023 Evgeny Shvarov
zpm-registry
Version 1.2.7

Analytics support is introduced.
We changed how custom code is executed when analytics events occur.

To execute your code after the event occurs, you should implement a subclass of the ZPM.Analytics.AbstractEventProcessor class
and override the method: ClassMethod Process(event as ZPM.Analytics.Event) As %Status

21 Aug, 2023 Dmitry Maslennikov
liquibase-iris
Version 1.0.0

Initial Release

21 Aug, 2023 Robert Cemper
GlobalToJSON-Efficient
Version 0.1.3

move to archive

21 Aug, 2023 Robert Cemper
GlobalToJSON-Compact
Version 0.1.5

move to archive

19 Aug, 2023 Robert Cemper
native-api-command-line-py-client
Version 0.0.3

fix version mismatch