Release notes

Keep up with latest product news

3799 notes
13 Nov, 2022 Sergey Mikhailenko
zapm
Version 1.0.40

Added commands: Working with Products and Tasks, start and stop in all namespaces.
interoperability
Alias: prod
Group work with all Products, info status, start and stop.
prod list
Show all namespaces and productions.
prod only
Show only productions.
prod save
Save the current status for subsequent recovery after the start. Those products that worked will work, and those that did not work will not.
prod stop
Remember the current state of all products, and then stop everything
prod start
start all products
prod recover
Recover all products
task
Group work with all custom tasks, info status, suspend and resume.
task list
View all tasks and their statuses.
task save
Save the current status for subsequent recovery after the start. Those tasks that worked will work, and those that did not work will not.
task stop
Suspend all users tasks.
task start
Resume all users tasks.

11 Nov, 2022 GGevorg Arutiunian
ISC DEV
Version 2021.0.2

IPM Compatible Globals Export

11 Nov, 2022 GGevorg Arutiunian
ISC DEV
Version 2023.0.1

Added method to export all cubes, source classes, dashboards, pivots and globals from the namespace available to the current user

NS>do ##class(dev.code).exportBI()
10 Nov, 2022 Claudio Devecchi
IRIS apiPub
Version 1.1.3

Bug Fixes & Improvements

10 Nov, 2022 Claudio Devecchi
IRIS apiPub
Version 1.1.2

Improvements & Bug Fixes

10 Nov, 2022 Claudio Devecchi
IRIS apiPub
Version 1.1.1

Improvements & Bug Fixes

10 Nov, 2022 Claudio Devecchi
IRIS apiPub
Version 1.1.0

Improvements & Bug Fixes

08 Nov, 2022 Sergey Mikhailenko
zapm
Version 1.0.39

Added command:prod list, prod stop, prod start, help prod. Working with Products, start and stop in all namespaces.

08 Nov, 2022 Sergey Mikhailenko
zapm
Version 1.0.38

fix prod list command

04 Nov, 2022 Anton Gnibeda
DeepSeeWeb
Version 3.1.46
  • added support for different chart types for combo chart with new mdx2json
  • added pivot-view support for widgets
  • added support for radio buttons in filters
  • added support for ColumnChart3D and PieChart3D
  • added support for navigate button
03 Nov, 2022 PPran Mukherjee
Perftools IO Test Suite
Version 1.0.0

Initial Release

03 Nov, 2022 John Murray
Serenji
Version 3.2.2
  • Fix REST debugging on IRIS.
  • Skip debugging through inherited method code.
  • Update branding and documentation.
02 Nov, 2022 José Pereira
iris-grpc-example
Version 1.0.0

Initial Release

02 Nov, 2022 Robert Cemper
Organize-ZLANG
Version 1.0.6

adjust to newer IRIS version

02 Nov, 2022 Robert Cemper
Organize-ZLANG
Version 1.0.5

fix docker-compose

01 Nov, 2022 Claudio Devecchi
IRIS apiPub
Version 1.0.9

Improvements and bug fixes

31 Oct, 2022 Sergey Mikhailenko
zapm
Version 1.0.37

fix code

31 Oct, 2022 MMikhail Khomenko
iko-01-basic-iris-cluster
Version 1.0.0

Initial Release

30 Oct, 2022 Nikita Savchenko
WebTerminal
Version 2022.1.2

ZPM version publish

30 Oct, 2022 Nikita Savchenko
WebTerminal
Version 2022.1.0

New release for ZPM

30 Oct, 2022 Nikita Savchenko
WebTerminal
Version 2022.1.1

New release for ZPM

29 Oct, 2022 Robert Cemper
Using-ZPM-for-Node-js
Version 0.0.4

adjust the public echo server

28 Oct, 2022 RRobert Kuszewski
InterSystems Package Manager
Version 0.5.0
  • Support for requirements.txt to use and deploy python's modules
  • Tokens for packages publishing support
  • Fixed various issues

Learn more in the release notes

28 Oct, 2022 GGuillaume Rongier
iris-dollar-list
Version 9.3.0

Initial Release

28 Oct, 2022 NNicholai Mitchko
zpip
Version 0.0.4

Fixed module.xml

28 Oct, 2022 NNicholai Mitchko
zpip
Version 0.0.3

Fixes with folder structure

27 Oct, 2022 NNicholai Mitchko
zpip
Version 0.0.2

Fix class name

%SYS> zpm "install zpip"
%SYS> zpip "install <python-package>
27 Oct, 2022 Robert Cemper
Wsock-EmbeddedPy
Version 0.1.3

clean out docker setup

27 Oct, 2022 NNicholai Mitchko
zpip
Version 0.0.1

Initial Release

zpip is a command extension to add pip functionality to the InterSystems terminal.

NS> zpip "install <python-package>
NS> zpip "install requests bs4 ..."

27 Oct, 2022 Robert Cemper
Wsock-EmbeddedPy
Version 0.1.2

fix missing Docker host IP address forl local echo server