Release notes Keep up with latest product news
3514 notes
DeepSeeWeb Version 4.0.10
fixed issue with addons loading when DSW uses authentication (#331)
zpm-registry Version 1.3.2
fix: include prerelease and snapshot by default for compat with older zpm
DeepSeeWeb Version 4.0.9
internal build with dev feature for oAuth
zpm-registry Version 1.3.1
Added 2 query params includePrerelease and includeSnapshots when searching for compatible versions of a package.
Healthcare HL7 XML Version 3.6.0
Fixed installation issues
Fixed pre/post 2024 ReadRawDataStream / GetFieldStreamRaw in ITB.HL7.Format.HL7XMLv2
iris-datapipe Version 2.0.0
Added Dashboard
Added Pipes definition
Improved representation of each record
Improved security
Added new examples
DeepSeeWeb Version 4.0.8
fixed issue with empty map for non-geojson maps
DeepSeeWeb Version 4.0.7
fixed issue with colors on map widget
isc-codetidy Version 1.1.8
[1.1.8] - 2024-08-27
Fixed
Fixed auto indent of comments inside dynamic arrays removing white space (#50)
Fixed conversion of #; comments at start of line in routines causing syntax error (#55)
Fixed resequencing of Projections and XDatas to give assigned positions (#54)
irislab Version 1.1.3
fixed running on different versions
BridgeWorks WebReports Version 2024.8.21
What's New?
WebReports's now has an execution date filter on the Completed Reports page. (Feature 1633)
BridgeWorks VDM Version 2024.8.21
What's New?
VDM's now has a built-in self-correction process for Duplicate Appointments that would sometimes cause errors when people are using the Scheduler. (Task 1631)
We have adjusted how the selection process works in the Scheduler - Job creation so that you no longer need to select an execution to have access to the execution options (Add Wizard, Edit Wizard, etc.). (Task 1639)
We have removed the legacy folders (Maps / VDMDB) that were being created when installing VDM. (Task 1642)
isc-codetidy Version 1.1.7
[1.1.7] - 2024-08-20
Fixed
Add Foreign Keys to class items to resequence (#51)
Prevented auto-indentation of embedded Python lines until Python linting is implemented (#52)
DeepSeeWeb Version 4.0.6
changing tile push
option now applied immediately without page refresh (#310)
Test Coverage Tool Version 4.0.3
[4.0.3] - 2024-08-19
Fixed
#52: Method mapping code now doesn't use AST's endline_no property to support older python versions
#53: Ignore traced commands from code without a class name
sqlzilla Version 1.0.3
Code refactoring
Storing examples in a table
Button for adding examples
Initial examples for sample schemas
SQL execution error handling
isc-perf-ui Version 2.0.0
[2.0.0] - 2024-08-16
Added
New home tab allowing the user to run and see the results of TestCoverage on their unit tests
New historical coverage tab showing class level results for past TestCoverage runs
Changed
Authentication now uses standard IRIS Login
Fixed
Fixed handling for authentication headers to suppress the browser's credential prompts
Fixed export behavior when developing with git-source-control and a modern IPM version
Updated documentation around node/npm requirement
Security
Bumped various dependency versions
Test Coverage Tool Version 4.0.2
[4.0.2] - 2024-08-16
Fixed
#51: Don't start (and stop) the ObjectScript and Python monitors if there are no ObjectScript/Python routines being tracked respectively, fixes error from trying to start/stop the %Monitor.System.LineByLine with no routines
Test Coverage Tool Version 4.0.1
[4.0.1] - 2024-08-16
Fixed
#45: Fixed Python line 0 tracking for 2024.2
#46: Fix for bug caused by UpdateComplexity calling GetCurrentByName unnecessarily and causing dependency issues
#47: Fixed mapping issue caused by empty lines at top of Python method not showing up in compiled Python
#48: When the Line-By-Line Monitor resumes after pausing, resume the Python tracer too
#49: Added user parameter for preloading python modules (fixes problem of pandas breaking sys.settrace on first import)