Release notes

Keep up with latest product news

3758 notes
15 Apr, 2023 OOliver Wilms
audit-consolidator
Version 0.0.1

Initial Release

14 Apr, 2023 AAlex Woodhead
PyHelper
Version 1.0.0

Initial Release

14 Apr, 2023 AAlex Woodhead
PyHelper
Version 1.0.1

Expands the scope of tuple returned to Python when invoking IRIS methods from Embedded Python.
In addition to receiving IRIS method output parameters this update adds support for:

  • Profiling method signatures inheriteted from base classes
  • Optionally Returning ByRef literals in the output Tuple
  • Optionally Returning special variable %objlasterror in the output Tuple
12 Apr, 2023 Evgeny Shvarov
zpm-dockerhub
Version 2.0.0

Support of environment variables and initial scripts is introduced.

added support for environment variables to set username, password and namespace

if set IRIS_USERNAME and user does not exists it will create, by default _SYSTEM user is used
if set IRIS_PASSWORD it will set password for IRIS_USERNAME or for _SYSTEM by default
if set IRIS_NAMESPACE it will create the namespace, default is USER

Support of initialization scripts is introduced.

mount folder with scripts to /docker-entrypoint-initdb.d/
expected extensions sql, sql.gz and sh

sh file may contain shebang like this, will be executed in IRIS_NAMESPACE

#!/usr/bin/env iriscli

write !,"Hello"
zpm "install dsw"

sql file, will be executed in Python Embedded mode by irissqlcli

Example

docker run -it \
 -p 9090:52773
 -e IRIS_PASSWORD=demo \
 -e IRIS_USERNAME=demo \
 -e IRIS_NAMESPACE=demo \
 intersystemsdc/iris-community:latest

Will start IRIS with already defined user demo with password demo, and created namespace DEMO

Supports Docker secrets, too

10 Apr, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.83
  • fixed issue with pivot table style (#311)
  • changed date format for MDX requests for horolog (#338)
  • fixed refresh issue for pivot table (#188)
workshop-dicom-orthanc
Version 1.0.0

Initial Release

09 Apr, 2023 Evgeny Shvarov
iris-interoperability-template
Version 0.2.0

Now supports JSON messages representation using json-trace package by Guillame Rongier
Image

05 Apr, 2023 EEduard Lebedyuk
MDX2JSON
Version 3.2.19

KPI drillthrough

03 Apr, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.82
  • added new design for pivot tables (#311)
  • fixed issue with embed=1 (#361)
  • added support for setFilter, setRowSpec actions (#281)
  • added sourceURL generation for addon files loaded at runtime for better access using dev tools
  • fixed issue with highcharts map rendering charts
  • fixed click filter for world map (#183)
03 Apr, 2023 GGuillaume Rongier
JsonTraceViewer
Version 1.0.0

Initial Release

03 Apr, 2023 GGuillaume Rongier
JsonTraceViewer
Version 1.0.1

bump version

02 Apr, 2023 AAlexander Potapov
HealthDrive Gateway
Version 1.0.0

Initial Release

30 Mar, 2023 Evgeny Shvarov
covid-19 analytics
Version 1.3.0

The research stopped. Hardcoded the latest data source

28 Mar, 2023 Yuri Marx
Google IRIS Login
Version 1.0.0

Initial Release

27 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.81
  • added date picker support for filters with %ZEN.Component.calendar class (#338)
  • added click filter for multiple widgets target defined as a comma-separated string
23 Mar, 2023 Dmitry Maslennikov
sqlalchemy-iris
Version 0.6.0

Updated to be able to work in locked down environments

23 Mar, 2023 Dmitry Maslennikov
irissqlcli
Version 0.5.1

fixed issues with suggestions
fixed work with encrypted IRIS Server

23 Mar, 2023 Evgeny Shvarov
isc-cloud-sql-python-demo
Version 1.1.0

added insert records form

23 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.79
  • added drill filter support for pivot (#16)
  • fixed hiding data labels on pie charts (#318)
22 Mar, 2023 Evgeny Shvarov
isc-cloud-sql-python-demo
Version 1.0.0

Initial Release

21 Mar, 2023 AAlberto Fuentes
iris-datapipe
Version 0.0.1

Initial Release

16 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.78
  • fixes for images, for DSW installed not in the root of the site
16 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.77
  • added support for new widget types: smiley, light bar, traffic light. fixed gauge widget (#1316)
  • fixed issue with combo chart and overrides for series type (#357)
12 Mar, 2023 Sergey Mikhailenko
zapm
Version 1.0.44

fixed init method

10 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.76
  • fixed scorecard sum% issue if data has empty values
10 Mar, 2023 Evgeny Shvarov
intersystems-iris-dev-template
Version 1.4.0

Added passwordless mode. Learn more

10 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.75
  • added support for scorecard columns without display property
10 Mar, 2023 Anton Gnibeda
DeepSeeWeb
Version 3.1.74
  • added series filtering depending on data properties for KPI widgets (#354)
  • removed ability to make drilldown for KPI widgets
  • added support for future feature - listing for KPI. feature not present in this release, because have to be implemented on mdx2json side (#291)
09 Mar, 2023 BBenjamin De Boe
bdb-sql-utils
Version 0.5.6

add missing classes to module definition

09 Mar, 2023 Sergey Mikhailenko
passwordless
Version 1.0.4

exclusion from delegation of unauthenticated applications