Release notes

Keep up with latest product news

3489 notes
19 Jan, 2021 Robert Cemper
try_embedded_python
Version 0.0.1

Initial Release

19 Jan, 2021 Robert Cemper
try_embedded_python
Version 0.0.2

upgrded to use ZPM for embedded Python

19 Jan, 2021 RRobert Kuszewski
InterSystems Package Manager
Version 0.2.10

Improvements and fixes to FileCopy

18 Jan, 2021 Yuri Marx
IRIS Publisher
Version 1.0.0

Initial Release

18 Jan, 2021 Yuri Marx
IRIS Publisher
Version 1.0.1
  1. Fix documentation instructions
  2. Allows parametize Site Name, Summary, Description and Developer Contact Data
16 Jan, 2021 iivo Ver Eecke
BeI-MultiModel
Version 1.0.0

Initial Release

16 Jan, 2021 iivo Ver Eecke
BeI-MultiModel
Version 1.0.1

Added counters for the filter options

15 Jan, 2021 SSamuel Duncan
CubeEventMonitor
Version 0.1.3

enable installation with Docker and ZPM

15 Jan, 2021 SSamuel Duncan
CubeEventMonitor
Version 0.1.4

publish in ZPM

14 Jan, 2021 Anton Gnibeda
DeepSeeWeb
Version 3.0.19
  • migrated to Angular 11
  • updated Highcharts version
  • fixed issue with values display button(series disappeared)
  • fixed issue with changing type of chart
  • added ability to remove widget from tile
13 Jan, 2021 Tony Coffman
BridgeWorks VDM
Version 10.0.31

What's New?

  • Full Join has been added to the Linking Legend.

 

Bug Fixes

This list includes all bugs resolved in version 10.0.29.0 through 10.0.30.0

VDM

Bug 270 - Insights/Scheduler - Period In Job Name

Bug 271 - Insights - Control Display After Adding New Pages

Bug 272 - Scheduler - Jobs that have Variable Filter

Bug 274 - Registration - Error Typo

Bug 275 - Query Builder - VoV with Dynamic Query Flipping Connection

Bug 276 - Scheduler - VoV Parameters Lost When Exporting FR Using Scheduler

Bug 277 - Scheduler - Parameter Values Lost

Bug 278 - Settings - Calendar Location Becomes Unmodifiable

Bug 279 - Settings - MDS No Connection Save

 

Web Reports

Bug 188 - Non-Dynamic Query Parameter Descriptions

Bug 196 - Multiple Page Parameters and Queuing

Bug 280 - Blank Charts on Queue Export

Bug 281 - Variable Filter Name

Bug 282 - Web Reports - Dynamic Content Load Failed

13 Jan, 2021 SSamuel Duncan
CubeEventMonitor
Version 0.1.2

moved utility methods to Utils class (including Setup); allow %Development resource to be used for cubes

12 Jan, 2021 RRenan Lourenco
iris-csv-anonymizer
Version 1.0.2

Align module.xml

12 Jan, 2021 RRenan Lourenco
iris-csv-anonymizer
Version 1.0.1

Fixed module.xml

12 Jan, 2021 RRenan Lourenco
iris-csv-anonymizer
Version 1.0.0

Initial Release

11 Jan, 2021 Evgeny Shvarov
iris-multi-model-api-template
Version 1.0.0

Initial Release

09 Jan, 2021 Dmitry Maslennikov
VSCode-ObjectScript
Version 1.0.7
  • Fix issue affecting use with Docker on Windows (#516)
  • Resolve problem debugging in a multi-root workspace using isfs (#387)
  • Allow 'View other' from custom Studio documents.
  • Fix issue that prevented saving of custom Studio documents.
  • Add code snippets for Request, Response and multi-superclass class definitions, Projection, XData, Try Catch, $$$ThrowOnError macro.
  • Upgrade vulnerable dependency.
07 Jan, 2021 Sergey Mikhailenko
apptools-util
Version 1.1.2

update description

06 Jan, 2021 Sergey Mikhailenko
apptools-util
Version 1.1.1

update release

06 Jan, 2021 Sergey Mikhailenko
apptools-admin
Version 1.1.1

update release

06 Jan, 2021 Sergey Mikhailenko
apptools-admin
Version 1.1.0

add zapp shell support

06 Jan, 2021 Sergey Mikhailenko
apptools-util
Version 1.1.0

add zapp shell support

04 Jan, 2021 IIryna Mykhailova
RESTFileTransfer
Version 1.0.0

Initial Release

30 Dec, 2020 RRobert Kuszewski
InterSystems Package Manager
Version 0.2.9
  1. FileCopy

Added some improvements to already existing tag FileCopy

Example of module.xml

<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
  <Document name="test-binary.ZPM">
    <Module>
      <Name>test-binary</Name>
      <Version>0.0.1</Version>
      <Packaging>module</Packaging>
      <SourcesRoot>src</SourcesRoot>
      <FileCopy Name="lib" Target="${libdir}my-lib"/> <!-- Copies content of lib folder to target -->
      <FileCopy Name="somefile.jar" Target="${libdir}my-lib"/> <!-- Copies just desired file to target -->
    </Module>
  </Document>
</Export>

Added aliases Target and Dest to attribute InstallDirectory
Supports files as well as directories, no wildcards, just folder content of which should be copied, or particular file
${libdir}, ${bindir} added, installdir/lib and installdir/bin respectively.
Using bindir in docker environments may cause to security issues during install. ${libdir} works in with docker.

  1. Invoke improvements

Don't need wrapper tag anymore
Added a few more attributes:

CheckStatus (Default: false), expects that invoked method returns %Status, and use it to check the status of installation.
Phase, (Default: Configure), the phase during which it should be executed
When, (Default: After), values: Before and After. To execute before or after the main execution for the phase
added support for variables, added ${verbose} variable

<Invoke Class="%EnsembleMgr" Method="EnableNamespace" Phase="Compile" When="Before" CheckStatus="true">
  <Arg>${namespace}</Arg>
  <Arg>${verbose}</Arg>
</Invoke>
28 Dec, 2020 Robert Cemper
cpipe-for-AoC2020
Version 0.0.4

include python code in ZPM

28 Dec, 2020 José Pereira
iris-analytics-notebook
Version 1.0.6

Example on how to use IntegratedML features in Analytics cubes
Added default notebooks

27 Dec, 2020 Robert Cemper
cpipe-for-AoC2020
Version 0.0.1

Initial Release

27 Dec, 2020 Robert Cemper
cpipe-for-AoC2020
Version 0.0.3

chng PKG -> CLS

27 Dec, 2020 Henrique Dias
iris-analytics-package
Version 1.0.4

Now with InterSystems Reports Samples

27 Dec, 2020 AAleksandar Kovacevic
iris-pygw-blueprint
Version 0.0.1

Initial Release