Release notes

Keep up with latest product news

4035 notes
07 Feb, 2023 Yuri Marx
iris-connections
Version 1.0.0

Initial Release

06 Feb, 2023 Lorenzo Scalese
openapi-suite-client
Version 1.0.0

Initial Release

06 Feb, 2023 DDaniel Aguilar
cos-url-shortener
Version 1.0.3

Refactoring, renamed package name + removed code smell

06 Feb, 2023 Sergey Mikhailenko
gateway-sql
Version 1.0.5

add demo

06 Feb, 2023 Sergey Mikhailenko
apptools-admin
Version 1.1.32

add demo

06 Feb, 2023 Robert Cemper
CrossECP-Cache
Version 0.0.4

move to archive

06 Feb, 2023 OOleh Dontsov
IRIS Data Migration Manager
Version 1.4.2

app separated for demo and tool versions

06 Feb, 2023 Kurro Lopez
iris-deploy-tools
Version 1.0.1

ZPM Support

05 Feb, 2023 Sergey Mikhailenko
gateway-sql
Version 1.0.4

Added web UI for selective item import

05 Feb, 2023 DDaniel Aguilar
cos-url-shortener
Version 1.0.2

Added ZPM package

05 Feb, 2023 Lorenzo Scalese
Open API Client Gen
Version 2.0.9
  • Fix undefined error if a schema is not defined in response class code generation.
05 Feb, 2023 Lorenzo Scalese
OpenAPI-Suite
Version 0.9.3
  • Fix an issue with the REST services (code generator) if the URL is greater than 50 characters (default MAXLEN)
  • Fix an issue with a disabled button on the UI.
05 Feb, 2023 DDaniel Aguilar
cos-url-shortener
Version 1.0.0

Initial Release

05 Feb, 2023 DDaniel Aguilar
cos-url-shortener
Version 1.0.1

Added video and articles

04 Feb, 2023 OOliver Wilms
iris-log-viewer
Version 1.0.2

Measure time to import messages using IRIS and Embedded Python.

04 Feb, 2023 Kurro Lopez
iris-deploy-tools
Version 1.0.0

Initial Release

04 Feb, 2023 Claudio Devecchi
IRIS apiPub
Version 1.1.31

bug fixes & improvements

03 Feb, 2023 EEduard Lebedyuk
MDX2JSON
Version 3.2.8

kpi

03 Feb, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.64
  • fixed issue when loading dashboard with saved filters in the old format
03 Feb, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.63
  • fixed issue with filters on dashboard & datasource (no filter values for KPI widgets)
  • added support for KPI filters. now widgets with kpitype uses /KPI filters feature to process filtering
  • fixed issue with drillthrough with filters
  • added loading indicator when pivot executes KPI requests
  • added KPI support for non-pivot widgets
  • now saved filters are always displayed in the filter dropdown, even if no user action for a filter request has been made
  • fixed issue with app option "save filters" (doesn't work in some cases)
  • fixed issue with saving filters that returned as numbers from mdx2json
03 Feb, 2023 EEduard Lebedyuk
MDX2JSON
Version 3.2.7

PivotVariables

03 Feb, 2023 YYubo Mao
03 Feb, 2023 银行 郝
iris_log_analytics
Version 1.0.0

Initial Release

03 Feb, 2023 Henry Pereira
iris-tripleslash
Version 1.0.0

Initial Release

03 Feb, 2023 Henry Pereira
iris-tripleslash
Version 1.0.1

Elevate your uinitTests to the next level adding Setup and Tear down events.
Just add description on class, with special tags like:

  • beforeAll
  • beforeOne
  • afterAll
  • afterOne

The tripleSlash will turn it to:

  • OnBeforeAllTests
  • OnBeforeOneTest
  • OnAfterAllTests
  • OnAfterOneTest

And that's not all! The new double dot abbreviation feature allows you to effortlessly call methods and simplify your code, i.e.:

///<example>
/// Write ..TheAnswerForEverything()
/// 42
///</example>

TripleSlash will automatically generate a test for you, like this:

Method TestTheAnswerForEverything()
{
  Do $$$AssertEquals(##class(dc.sample.ObjectScript).TheAnswerForEverything(), 42)
}
02 Feb, 2023 OOliver Wilms
iris-log-viewer
Version 1.0.1

Imports all lines and handles lines starting with white space.

02 Feb, 2023 Claudio Devecchi
IRIS apiPub
Version 1.1.30

Bug fixes & improvements

02 Feb, 2023 SStefan Cronje
iris-table-audit
Version 1.1.0

Added the files needed to run the demo in a container.
Added small volumes to the demo to show the impact on speed.