Release notes

Keep up with latest product news

3679 notes
13 Nov, 2024 Timothy Leavitt
Embedded Git
Version 2.7.1

Fixed

  • Fixed improper encoding of unicode characters in commit messages (#627)
  • Creating a new branch now reports the error if uncommitted changes conflict (#624)
  • Fix Configure erroring out if git isn't found (#632)
  • Fix "%" replacing characters in lookup table names (#588)
12 Nov, 2024 DDaniel Aguilar
irisGoogleChat
Version 1.0.0

Initial Release

12 Nov, 2024 Muhammad Waseem
LabResultsVerification-hl7
Version 1.0.4

Initial Release

11 Nov, 2024 RRolano Rebelo
EduVerse
Version 1.0.0

Initial Release

10 Nov, 2024 FFilip Kašpar
DNA sequence Gene finder
Version 1.0.0

Initial Release

10 Nov, 2024 Anton Gnibeda
DeepSeeWeb
Version 4.0.16
  • changed MDX generation for filters (#341)
  • improved filter popup opening time by moving date picker code to deferred loading, only if filter is date(previously loaded always)
  • fixed jumping about modal issue
  • fixed issue with filter values selection if not applying filter (#345)
05 Nov, 2024 Muhammad Waseem
iris-fhir-client
Version 1.0.4

Initial Release

04 Nov, 2024 Timothy Leavitt
Test Coverage Tool
Version 4.0.5

Fixed

#57: Improve SQL performance when mapping run coverage

04 Nov, 2024 Timothy Leavitt
Embedded Git
Version 2.7.0

Added

  • Added 'git push --force' in expert mode (#527)
  • Add remote repository to settings page (#448)
  • Added change context option to pull page (#468)
  • Added favorite namespaces setting for a user (#468, #510)
  • Added environment awareness in configuration, and showing of environment name in UI (#124)
  • Warning on sync page if other users have unstaged changes (#493)
  • Added "Export System Default Settings" menu item (#544)
  • IRIS Business Intelligence items are mapped to the /dfi subdirectory by default (#428)
  • Intelligent merge conflict auto-resolution works for the common Business Rule case as well (#391)
  • All git commands run on the server, their output, and any associated sync output, are logged to a table for diagnostic purposes (#454)
  • Added API method to automatically add proper %ALL mappings for git-source-control (#214)

Fixed

  • Fixed display of other users' username in workspace view on Unix (#530)
  • Fix left-sidebar spacing (#525)
  • Fixed slowness loading some CSP pages with multiple instances sharing a webserver (#540)
  • Prevent direct commits to default merge branch in basic mode (#484)
  • Fixed GetContexts utils function to exclude implied namespaces from the list of namespaces (#468)
  • Fixed git path configuration (#463)
  • Added feedback to settings page (#550)
  • Fix "Home" navigation to point to current namespace (#548)
  • Fixed issues when user checks out nonexistent branch (#549)
  • Fixed checking out branch with uncommitted work (#539)
  • Make sure more fetch calls prune the remote branches (#471)
  • Force export of item if it has been modified (#354)
  • Production configuration page no longer closes Sync/WebUI when operations there change the production (#542)
  • Remove leading/trailing spaces from input to Configure() (#356)
  • Fix branches with special characters not showing in GitUI (#523)
  • Fix filenames with spaces not showing correctly in workspace view (#551)
  • Removed inaccurate placeholder text for commit message in UI (#406)
  • Fixed regression that broke production conflict auto-resolve (#526)
  • Initialize repo in settings page now uses entered repo (#486)
  • Report error more clearly if you try to create a branch with an invalid name (#534)
  • Don't default to WINDOWS style paths (#357)
  • Fix errors when deleting non-existent files on import (#524)
  • Fix errors on commit when a file was added, never committed, then deleted from the repository (#481)
  • Fixed issue with saving multiple new no-folder mapping settings at the same time (#533)
  • Fixed sending OS error when git pull encounters error (#545)
  • Fixed suppressing editing of locked classes (#301)
  • Fixed importing CSP files (#251)
  • Fixed changing favorites for users without permissions (#587)
  • Fix creating new branch from Git Web UI (#591)
  • Fix wording for Git Repo Root Directory (#601)
  • Fix Diff View options not applying immediately (#590)
  • Cleaned up parsing of command output in Git Web UI (#609)
  • Fix TempFolder misspecification (#611)
  • Fix deleting files on import all (#618)
30 Oct, 2024 Anton Gnibeda
DeepSeeWeb
Version 4.0.14
  • fixed issue with filter popup goes offscreen (#342)
  • selected filter values now shown on top of the values list (#345)
29 Oct, 2024 Claudio Devecchi
IRIS apiPub
Version 1.1.76

Bug fixes & improvements

28 Oct, 2024 Claudio Devecchi
IRIS apiPub
Version 1.1.75

bug fixes & improvements

27 Oct, 2024 Robert Cemper
character-slice-index
Version 0.0.2

add video
add IPM

24 Oct, 2024 Robert Cemper
WebSocketIRIS.js
Version 2.0.1
  • get REDME and content of Repo in sync
  • operation verified
22 Oct, 2024 Evgeny Shvarov
iris-dataset-countries
Version 1.1.2

UK country Codes update

20 Oct, 2024 OOliver Wilms
iris-globals-contest
Version 0.0.15

Add ability to filter by Account or Merchant

18 Oct, 2024 OOliver Wilms
iris-globals-contest
Version 0.0.14

Avoid error during import

17 Oct, 2024 Evgeny Shvarov
iris-dataset-countries
Version 1.1.1

Add United Kingdom country codes

17 Oct, 2024 Claudio Devecchi
IRIS apiPub
Version 1.1.74

bug fixes & improvements

15 Oct, 2024 Robert Cemper
Light-weight-EXCEL-download
Version 1.1.1

fix IPM

15 Oct, 2024 Robert Cemper
Light-weight-EXCEL-download
Version 1.1.0

Add demo data DC.Person as namespace SAMPLES is gone
Add test guide
- to use GitHub and Docker
- add test guide + explanation of contenttype
- add hint for browser requirements
- explain screenshots from WIN 10 , Office10 , InterneteExplorer

15 Oct, 2024 AAlberto Fuentes
iris-datapipe
Version 2.0.4
  • Improved search
  • Added warnings to dashboard
15 Oct, 2024 Timothy Leavitt
Test Coverage Tool
Version 4.0.4

Fixed

#54: Defend against possible configuration-dependent SQL exceptions in mapping INT to MAC/CLS coverage

14 Oct, 2024 Anton Gnibeda
DeepSeeWeb
Version 4.0.13
  • map widget was rewritten:
    • widget was rewritten to use GeoJSON as base format
    • widget was simplified, for easy usage without need of complex configuration
    • by default widget uses world GeoJSON, if no custom GeoJSON provided
    • added auto-detection of markers mode, map can switch modes(polygons/markers) based on data provided
    • popup was replaced with tooltip and tooltip now always visible during hovering
    • tooltip now display all data for marker/polygon, no need to set up custom tooltip field(custom tooltip still supported)
    • fixed issue when tooltip can be rendered offscreen, now tooltip always shown in bounds of widget frame
    • improved performance
    • added new design for tooltip
    • some data properties no longer supported
  • to use old map widget (will be removed in future versions) add oldmap=1 to query parameters

Updated map documentation

10 Oct, 2024 LLin Zhu
FHIRValidation
Version 1.0.0

Initial Release

10 Oct, 2024 PPaul Waterman
pxw-lib-sql
Version 1.0.1

Load samples package automatically.

workshop-llm
Version 1.0.0

Initial Release

08 Oct, 2024 AArmin Forstner
IRIS-MQTT for Manufacturing
Version 1.0.0

Initial Release

07 Oct, 2024 Timothy Leavitt
Embedded Git
Version 2.6.0

Added

  • Discards safeguarded by discard stash and warning modal (#455)
  • Files in uncommitted queue in any namespace warn users when opened except for in VSCode (#370)
  • Added link back to IRIS management portal from Settings, Git WebUI pages (#449)
  • Added Import all and Import All (Force) to basic mode menu (#498)
  • Improved behavior for commits when attribution settings are not configured (#450)
  • Convert URLs in Sync output UI into clickable links (#497)

Fixed

  • Changed prompts in configure from 0/1 to no/yes (#461)
  • Added warnings when user is using incompatible git version (#488)
  • Fixed the back button navigation between WebUI and Settings page (#361)
  • Fixed issues with HL7 file extension inconsistencies (#495)
  • Basic mode Sync operation now imports items changed on the remote merge branch (#506)
  • Fetch diff output uses correct remote branch (#509)
  • Properly handle more cases of truncated filenames from git pull (#511)
  • Made git-source-control backwards compatible with IRIS 2021.1 (#513)
  • Sync, pull properly handle more change edge cases for import (#517, #496)
  • "Status" menu item actually includes branch when IRIS version allows (#472)
07 Oct, 2024 John Murray
IPM in VS Code
Version 1.0.5
  • Support repositories requiring authentication (fix #1).