Release notes

Keep up with latest product news

3274 notes
16 Jun, 2020 Robert Kuszewski
InterSystems Package Manager
Version 0.2.3

1. Official test server

To check if your package is published in the registry and then installed from it, use the test registry: https://test.pm.community.intersystems.com/registry/
login: test
password: test

To switch to the test registry use the command
repo -r -n registry -url https://test.pm.community.intersystems.com/registry/ -user test -pass test

Once a day, the test registry is updated and all data in it is reset

2. New commands for the most frequent actions with the module

Previously, to publish a module in the current registry, you had to use the module-action command, for example module-action mymodule publish, and it could be written shorter mymodule publish.

Now you can use the publish command: publish mymodule - use the organic word order

New commands:

  • reload
  • compile
  • test
  • package
  • verify
  • publish

3. Generate command

Using the generate command, you can create a module.xml file template in a second.

Usage:

  • generate -template /my/project
    Creates a module.xml file with fictional data in /my/project

    After that you must open and edit this file to change module meta information and specify module resources (classes, csp pages, globals, test)

  • generate /my/project
    Without -template (or -t) flag this command creates a module.xml file in an interactive mode. Just answer several questions. Use -author (-a) flag to add information about module author

zpm: USER>generate /temp/zzzz

Enter module name: zzzz
Enter module version: 1.0.0 => 1.0.1
Enter module description: module description
Enter module keywords: module keywords
Enter module source folder: src => 

Existing Web Applications:
    /csp/user
    Enter a comma separated list of web applications or * for all: /csp/user
    Enter path to csp files for /csp/user:  src/web
Dependencies:
    Enter module:version or empty string to continue: sslclient:1.0.1
    Enter module:version or empty string to continue: 
zpm: USER>

4. Globals location

Now Globals are expected in /src/gbl (but not in /gbl )

5. Version command

Version command displays currently installed zpm version number; shows locally installed zpm registry and connected remote repository and their version.

zpm: USER>version

 zpm 0.2.2
 Locally installed zpm-registry not found
https://pm.community.intersystems.com - 0.0.2

6. Reset Username and password while switching to another remote repository

If you do not specify the username and password modifiers in the repo command for the remote registry, the previously set values for username and password will be reset.

zpm: USER>repo -r -n registry -url https://pm.community.intersystems.com/
15 Jun, 2020 Thomas Dyar
integratedml-demo-template
Version 1.0.0

Initial Release

12 Jun, 2020 Mirko Ozekker
12 Jun, 2020 Evgeny Shvarov
Game Of Throne Analytics
Version 1.0.1

Updated the demo link and made it as ZPM package

12 Jun, 2020 Evgeny Shvarov
Game Of Throne Analytics
Version 1.0.0

Initial Release

10 Jun, 2020 Lorenzo Scalese
isc-webgateway-letsencrypt
Version 1.0.0

Initial Release

07 Jun, 2020 Muni Ganesh
CRUD-GLOBALS-IRISNATIVEAPI-JAVA
Version 1.0.2

Added Update and Delete options, fixed warning messages during build

06 Jun, 2020 Robert Cemper
WSockClientMicroSV
Version 1.0.2

added smaller icon

06 Jun, 2020 Evgeny Shvarov
csvgen
Version 1.1.5

bug fix for delimeters other than comma

06 Jun, 2020 Renato Banzai
iris-python-suite
Version 1.0.6

Including video.

05 Jun, 2020 Robert Cemper
WSockClientMicroSV
Version 1.0.1

image + video added

04 Jun, 2020 Timothy Leavitt
apps-rest
Version 1.0.0

Initial Release

04 Jun, 2020 Oleh Dontsov
IRIS Data Migration Manager
Version 1.2.1

added community article

04 Jun, 2020 Oleh Dontsov
IRIS Data Migration Manager
Version 1.2.0

added JSON import
updated UI
fixed bugs

03 Jun, 2020 Nikita Mullin
ObjectScript Kernel
Version 1.0.1

Read me update

03 Jun, 2020 Sergey Kamenev
Perfomance comparison of IRIS Native API and EAV-approach
Version 1.0.2

Correct link for browser

03 Jun, 2020 Jose Tomas Salvador
OPNLib-Timer
Version 1.0.0

Initial Release

03 Jun, 2020 Renato Banzai
iris-python-suite
Version 1.0.5

Adding a chatbot with possibility of retraining the conversation by a form.

OData Server for IRIS
Version 1.1.1

Link with an community article tutorial to learn how to use this app

02 Jun, 2020 Muni Ganesh
CRUD-GLOBALS-IRISNATIVEAPI-JAVA
Version 1.0.1

Added documentation,application screens and fixed some bugs.

02 Jun, 2020 Renato Banzai
iris-python-suite
Version 1.0.4

Adding global viewer graph chart. Improving the layout.

02 Jun, 2020 Sergey Kamenev
Perfomance comparison of IRIS Native API and EAV-approach
Version 1.0.1

Added tests and results on browser page.

01 Jun, 2020 Henry Hamon Pereira
RESTForms2
Version 1.0.5
  • Translated ru comments into en
  • Removed Basic prompt
  • Removed Form.JSON.Obj - it's not used anymore (%JSON.Adapter instead)
01 Jun, 2020 Renato Banzai
iris-python-suite
Version 1.0.2

changing

01 Jun, 2020 Evgeny Shvarov
csvgen
Version 1.1.4

delimiter bugfix

31 May, 2020 Oleh Dontsov
IRIS Data Migration Manager
Version 1.0.1

updated description in readme

OData Server for IRIS
Version 1.1.0

Included support to IRIS Java Native API

31 May, 2020 Muni Ganesh
CRUD-GLOBALS-IRISNATIVEAPI-JAVA
Version 1.0.0

Initial Release