Release Notes and Other News

2022-09-14
Recycler
1.0.1

customize map points

2022-09-13
0.2.2

Fixed an error in Unit Test

2022-09-13
0.1.9

Online Demo https://interoperability-test.demo.community.intersystems.com/csp/user/EnsPortal.ProductionConfig.zen?PRODUCTION=dc.Demo.Production

2022-09-12
0.1.1

Updated File Paths and URLs Default Settings and switched Dispatch class.

Online Demo available here:
https://production-monitor.demo.community.intersystems.com/csp/user/EnsPortal.ProductionConfig.zen?PRODUCTION=dc.Demo.Production#

2022-09-11
production-monitor
1.0.3

I added a sample production and I built a Docker container image.

2022-09-07
2.0.3

Fixed:

  • Correctly detects filesystem mappings in a package manager context
  • Improved performance by removing redundant git status calls
2022-08-31
1.1.1

Fix version tag

2022-08-30
1.0.3

Clean up code and fix issue with unknown resources

2022-08-22
covid-19 analytics
1.2.1

Refactoring from Covid19 package to evshvarov.Covid19 package. Classes clean up

2022-08-21
zpm-registry
1.1.7

#81 bug fix
Module version bump script added

2022-08-19
zpm-registry
1.1.6

Bug fix with https

2022-08-18
covid-19 analytics
1.2.0

Package Manager and online demo added
Dockerfile and iris.script clean up

2022-08-17
iris-fine-tuned-ml
1.0.1

Update

2022-08-17
1.0.3

Clean up. Data updated to 08.15.2022

2022-08-17
0.0.5
2022-08-15
SETI Viewer
1.0.2
  • Updated repository organization
2022-08-15
1.2.3

Added automatic package version bump Github Workflow

2022-08-15
SETI
1.0.2
  • Updated SDA Studio page title (SETI => SDA Studio)
2022-08-15
1.0.6

Dockerfile minification, clean up, module version bump automation

2022-08-15
0.0.4

Dockerfile minification, clean up, module version bump automation

2022-08-12
SETI Viewer
1.0.1
  • Updated description
  • Updated logo
2022-08-12
SETI
1.0.1
  • Updated logo
  • Updated description
2022-08-12
atscale-backups
1.0.1

Improved setup and configuration process.
More detailed README
Vanished repo

2022-08-11
zapm
1.0.32

fixed LoadRegistry module

2022-08-09
isc-rest
1.2.0

Added

  • APPS-12985: Support removal of certain endpoints at the dispatch class and resource level
    via new Supports() method that can be overridden at REST handler and resource levels.
  • APPS-13327: Add "user-context" source for arguments in action map XData blocks.
  • APPS-13152: Do compile time validation for classes part of public API to ensure
    appropriate class members are overridden in subclasses.
  • APPS-12782: Support for fallback/default mimetype/representation of a resource when a
    regular expression of either */* or application/* is used in an Accept header.
  • APPS-13359: Add appropriate error handling for unsupported return data types for custom actions.
  • APPS-13361: Add support for return type of literals i.e. datatype classes for actions.
  • APPS-13650: Add support for %CSP.Stream for return type of actions.

Changed

  • APPS-13152: Locked down methods as final in classes part of public API.
  • APPS-13361: Remove constraint of JSON for action return types in handlers (keep it for content for now).

Fixed

  • APPS-13327: Fix a small issue in $$$OperationAction macro where lack of
    parentheses could cause invalid equality checks against an action name.
  • APPS-13388: Swap write for do when using %ToJSON() to write to the current
    device to avoid <MAXLEN> errors.
  • APPS-13698: Prevent spurious compilation errors validating default representations
2022-08-09
2.0.2

Fixed

  • #201: fix behavior with CSP files
2022-08-09
isc-codetidy
1.0.3

Fixed:
#21: Fixes an issue on older IRIS versions in which embedded SQL would cause CodeTidy extension code to run in other namespaces

2022-08-08
3.1.2022080801

Incorporates 2.0.11 changes.

2022-08-08
3.1.2022062901

Actually published on 29-Jun-2022

Incorporates 2.0.10 changes.

2022-08-08
2.0.11
  • Fix hang when user presses Escape on password prompt (#154).
  • Doublequote username in SQL GRANT statement recommendation (#151).