Release notes Keep up with latest product news
3804 notes
apptools-admin Version 1.1.11
A service has been added to the project to support informing via telegram messenger and email about the status of products and systems
appmsw-telealerts Version 1.0.4
Products for informing via telegram messenger and email continues and expands the appmsm-telestat project
Serenji Version 3.2.1
Accept TLSv1 so debugging is possible on InterSystems versions that do not support TLSv1.2.
Handle WRITE output during debugging on older InterSystems versions.
Populate breadcrumb and outline based on chosen language mode rather than filename extension.
Improve GettingStarted documentation after user feedback.
IO-Redirect Version 1.0.0
Added feature
Echo to the current device
Echo feature allows redirecting the output AND duplicates the write to the current device.
For example, in a terminal :
Do ##class(IORedirect.Redirect).ToString(1)
Write "this an echo test"
Do ##class(IORedirect.Redirect).RestoreIO()
Set outputString = ##class(IORedirect.Redirect).Get()
Write "Var outputString : ", outputString
Redirect the write to a string variable and also write the text in the terminal.
This feature is available with :
Do ##class(IORedirect.Redirect).ToString(1)
Do ##class(IORedirect.Redirect).ToStream(stream, 1)
Do ##class(IORedirect.Redirect).ToFileCharacter(filename, 1)
Do ##class(IORedirect.Redirect).ToGlobal($Name(^||IORedirect), 1)
Echo is enabled with the value 1
on the last argument.
06 Oct, 2021
Version 0.1.0
updated to 555 packages
obfuscated user names
Dataset-Lightweight-M-N Version 1.0.1
new members => 10268
encrypted personal names
update existing members
new global packaging
PKI-Script Version 1.1.0
Add a quick way to perform certificate steps for mirroring setup.
Config-API Version 1.1.3
Fix missing return value on error : class Api.Config.Services.SYS.MirrorMaster
DBeaver Version 21.2.0
Forward engineering in entity diagrams (ERD) was added
Database tasks can be organised in folders now
Schema compare in DBeaver supports Liquibase Pro features
SSH jump servers support was added
Navigator mode “Show all tables in a single list” was added
Visual query builder: cross joins support and extra configuration options were added
SQL editor: output and log panels UI was improved, script variables panel was added
Data editor:
Multi-row record mode support was added
Row coloring supports LIKE and REGEX conditions now
A lot of minor interface improvements were added
Data transfer:
Data export from document databases to flat files was improved
Multiple improvements in column mappings
Configuration for performance tuning was added
csv2table Version 1.0.1
Added a description to the ZPM package
config-copy Version 1.0.2
Description added in module.xml
CubeEventMonitor Version 0.1.8
add email alert if cube registry fails validation
correct bug in BuildErrors class storage definition
config-copy Version 1.0.1
Fix missing Filename argument in classmethod Tasks
, class lscalese.configcopy.LocalExport