Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Move database: In the current version, the message database is installed in the Integrator sandbox (C:\programdata\Connexion.Integrator\Mongo). It's not unusual for the C drive to have very little space (as it's used as an OS drive), and we have had requests for the message database location to be user-configurable. In this version we have added a 'Move Database' feature which allows you to specify a new location for the database, post-install.
  • Display .NET version and OS Version: Columns added to display the OS and .NET version.
  • Remotely upgradeĀ .NET: Add the ability to remotely deploy new versions of the .NET framework. Please note that even though the .NET framework advertises 100% backwards compatibility, we have experience a few cases where upgrading the .NET version breaks other applications.

General Improvements

Area

Item

Description

Ui device upgrade performance

When upgrading many channels containing a custom device, the Ui uses a lot of memory and is somewhat slow. We've refactored the upgrade routine to use a different code path which does not require loading some of the more expensive objects and is therefore much more memory efficient (and faster).

Ui CCD performanceWe have changed the CCD language internals to be static. This should result in lower memory usage when multiple CCD devices are accessed as well as faster startup/load times for CCD-based devices.
Ui HL7 viewer performanceWe have made the HL7 language internals static. This should result in lower memory usage and faster startup/load times for this viewer.
Status linkingThis is a new feature which will allow Connexion endpoints to be queried and mapped. The eventual goal here is to create a visio-like diagram which can show message flow through a Connexion system. The initial implementation only adds one feature which is a new icon overlayed onto a queue icon showing the source of branched messages.
General displaySome minor improvements to improve display on high-dpi monitors.

...