Release Notes and Other News

2023-02-06
CrossECP-Cache
0.0.4

move to archive

2023-02-06
1.4.2

app separated for demo and tool versions

2023-02-06
iris-deploy-tools
1.0.1

ZPM Support

2023-02-05
gateway-sql
1.0.4

Added web UI for selective item import

2023-02-05
cos-url-shortener
1.0.2

Added ZPM package

2023-02-05
2.0.9
  • Fix undefined error if a schema is not defined in response class code generation.
2023-02-05
OpenAPI-Suite
0.9.3
  • Fix an issue with the REST services (code generator) if the URL is greater than 50 characters (default MAXLEN)
  • Fix an issue with a disabled button on the UI.
2023-02-05
cos-url-shortener
1.0.1

Added video and articles

2023-02-04
iris-log-viewer
1.0.2

Measure time to import messages using IRIS and Embedded Python.

2023-02-04
IRIS apiPub
1.1.31

bug fixes & improvements

2023-02-03
MDX2JSON
3.2.8

kpi

2023-02-03
DeepSeeWeb
3.1.64
  • fixed issue when loading dashboard with saved filters in the old format
2023-02-03
DeepSeeWeb
3.1.63
  • fixed issue with filters on dashboard & datasource (no filter values for KPI widgets)
  • added support for KPI filters. now widgets with kpitype uses /KPI filters feature to process filtering
  • fixed issue with drillthrough with filters
  • added loading indicator when pivot executes KPI requests
  • added KPI support for non-pivot widgets
  • now saved filters are always displayed in the filter dropdown, even if no user action for a filter request has been made
  • fixed issue with app option "save filters" (doesn't work in some cases)
  • fixed issue with saving filters that returned as numbers from mdx2json
2023-02-03
MDX2JSON
3.2.7

PivotVariables

2023-02-03
yubo mao
1.0.3

update code

2023-02-03
yubo mao
1.0.2

Fix bugs

2023-02-03
yubo mao
1.0.1

Added demo data switch

2023-02-03
iris-tripleslash
1.0.1

Elevate your uinitTests to the next level adding Setup and Tear down events.
Just add description on class, with special tags like:

  • beforeAll
  • beforeOne
  • afterAll
  • afterOne

The tripleSlash will turn it to:

  • OnBeforeAllTests
  • OnBeforeOneTest
  • OnAfterAllTests
  • OnAfterOneTest

And that's not all! The new double dot abbreviation feature allows you to effortlessly call methods and simplify your code, i.e.:

///<example>
/// Write ..TheAnswerForEverything()
/// 42
///</example>

TripleSlash will automatically generate a test for you, like this:

Method TestTheAnswerForEverything()
{
  Do $$$AssertEquals(##class(dc.sample.ObjectScript).TheAnswerForEverything(), 42)
}
2023-02-02
iris-log-viewer
1.0.1

Imports all lines and handles lines starting with white space.

2023-02-02
IRIS apiPub
1.1.30

Bug fixes & improvements

2023-02-02
1.1.0

Added the files needed to run the demo in a container.
Added small volumes to the demo to show the impact on speed.

2023-02-01
isc-codetidy
1.1.3

Fixed

  • Fixed <UNDEFINED> error parsing empty method implementation
  • Fixed indentation of JSON arrays that have mappings to different dimension JSON arrays
  • Fixed outer indentation of subroutines within routines
  • Fixed CodeTidy indenting line labels in methods and routines
  • Fixed CodeTidy not exiting indentation rules of some arrays and block comments
2023-02-01
IRIS apiPub
1.1.29

bug fixes and improvements

2023-02-01
MDX2JSON
3.2.6

kpi2

2023-02-01
MDX2JSON
3.2.5

kpi

2023-02-01
OpenAPI-Suite
0.9.2
  • change io-redirect dependency version to latest with *
  • change openapi-client-gen dependency version to latest fix version with 2.0.*
  • change openapi-server-gen dependency version to latest fix version with 0.0.*
2023-02-01
2.0.8
  • Change dependency objectscript-openapi-definitionto version latest with *
  • Change dependency sslclientto version latest with *
  • Change dependency openapi-common-libto version 0.0.*
2023-02-01
openapi-server-gen
0.0.5
  • change dependency objectscript-openapi-definition to version latest with *
  • change dependency sslclient to version latest with *
  • change dependency openapi-common-lib to version 0.0.*
2023-02-01
openapi-common-lib
0.0.11
  • change dependencies version to * for yaml-utils and swagger tools.
2023-02-01
IRIS apiPub
1.1.28

wizard improvements (OAS)