Release notes

Keep up with latest product news

3804 notes
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

25 Dec, 2020 José Pereira
iris-analytics-notebook
Version 1.0.5

ZPM version fix.

25 Dec, 2020 José Pereira
iris-analytics-notebook
Version 1.0.4

CRUD for pivot table cells.

24 Dec, 2020 José Pereira
iris-analytics-notebook
Version 1.0.3

ZPM dependency fix

24 Dec, 2020 Henrique Dias
iris-analytics-package
Version 1.0.3

module.xml updated to fix zpm install

24 Dec, 2020 José Pereira
iris-analytics-notebook
Version 1.0.1

CRUD for markdown and IRIS dashboards cells; soon will be available for pivot table cells as well.

24 Dec, 2020 José Pereira
iris-analytics-notebook
Version 1.0.2

ZPM support

24 Dec, 2020 Henrique Dias
iris-analytics-package
Version 1.0.1

Fixed Import Wizard

24 Dec, 2020 Henrique Dias
iris-analytics-package
Version 1.0.2

README.md updated with instructions and demo + fixed screenshots issues.

22 Dec, 2020 Yuri Marx
website-analyzer
Version 1.0.3

Support to NLP Sentiments (English), a new User Portal BI Dashboard, automatic multilanguage support (thanks deboe)

21 Dec, 2020 Yuri Marx
website-analyzer
Version 1.0.2

New article and image presentation

21 Dec, 2020 José Pereira
iris-analytics-notebook
Version 1.0.0

Initial Release

20 Dec, 2020 Yuri Marx
website-analyzer
Version 1.0.0

Initial Release

20 Dec, 2020 Yuri Marx
website-analyzer
Version 1.0.1

new use instructions

20 Dec, 2020 Alexey Nechaev
dataking-server
Version 1.0.0

Initial Release

20 Dec, 2020 Henrique Dias
iris-analytics-package
Version 1.0.0

Initial Release