Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
title.NET Upgrade

Please note this release will install .NET 4.6.2 (Connexion and Gateway Only), and therefore installs/upgrades make take slightly longer.

Released On

January 19, 2017

Release TypeProduction
Release Location

A bug was found which caused the HL7 transform device user interface 'path' column to not update correctly. Please use a newer version, but review the changes outlined here.

Connexion 14.5: Connexion.14.5.2255.exe

Gateway and Gateway Management Application: Connexion.Gateway.14.5.2255.exe

Gateway Management Application: Gateway.ManagementUI.14.5.2255.msi

Remote Integrator: Connexion.Integrator.14.5.2255.exe

Remote Integrator Queue: Connexion.Queue.Mongo.14.5.2255.0.nupkg

Remote Agent Push Update: Connexion.Integrator.RemoteAgent.14.5.2255.msi

Remote Updater A Push Update: Connexion.Integrator.UpdaterA.14.5.2255.msi

Remote Updater B Push Update: Connexion.Integrator.UpdaterB.14.5.2255.msi

Possible Breaking Change

Please note that there was some ambiguous behavior in the message attachments logic. In previous versions, if you made changes to attachments on a message context and called context.Attachments.Save(), then no changes would be persisted to the original message. If you did not call save, then any attachment changes were saved. We have updated the behavior in this build to be agnostic of whether or not Save() has been called. If you want to update the original message attachments, set the context.Attachments.UpdateOriginalMessage = true.

The default behavior is to not update the attachments on the source message. This is a very unusual use-case for this functionality and we are not expecting this to break anyone, but please verify your channels if you are using the attachments functionality.

Notes

This release contains minor fixes to both Connexion and Integrator as well as a few new features.

...