Release notes
Keep up with latest product news
3758 notes
06 Feb, 2023

06 Feb, 2023

Version 1.4.2
app separated for demo and tool versions
06 Feb, 2023

05 Feb, 2023

Version 1.0.4
Added web UI for selective item import
05 Feb, 2023

05 Feb, 2023

Version 2.0.9
- Fix undefined error if a schema is not defined in response class code generation.
05 Feb, 2023

Version 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.
05 Feb, 2023

05 Feb, 2023

04 Feb, 2023

Version 1.0.2
Measure time to import messages using IRIS and Embedded Python.
04 Feb, 2023

04 Feb, 2023

03 Feb, 2023

03 Feb, 2023

Version 3.1.64
- fixed issue when loading dashboard with saved filters in the old format
03 Feb, 2023

Version 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
03 Feb, 2023

03 Feb, 2023

03 Feb, 2023

03 Feb, 2023

03 Feb, 2023

03 Feb, 2023

03 Feb, 2023

Version 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)
}
02 Feb, 2023

Version 1.0.1
Imports all lines and handles lines starting with white space.
02 Feb, 2023

02 Feb, 2023

Version 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.
02 Feb, 2023

02 Feb, 2023

02 Feb, 2023

01 Feb, 2023

Version 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
01 Feb, 2023

Version 1.1.29
bug fixes and improvements

