Versions Compared

Key

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

Released On

June 2425, 2021

Release Type

Beta

Connexion

Info

.NET 4.8 may need to be manually installed if your systems don't have internet access.

Info

Internal Connexion libraries now target .NET 4.8. If you are referencing any Connexion assemblies other than Connexion.Core, you will need to target .NET 4.8 in your projects. Please note that all non-core libraries are internal and subject to change.

Info

Breaking Change - Connexion Unit Test API

The Connexion Unit Test API has been expanded/changed. If you are using this feature please contact Conevity for further details.

Attachments
uploadfalse
oldfalse
patternsConnexion.15.*

...

New feature: CNXN-4135: Ability to bulk reprocess messages for the current query

Add the ability to reprocess all messages which match the current queue query. Current versions only let you reprocess messages selected within the queue, or, all messages of a specific queue type and within a date range. Now you can reprocess messages matching more complex queries. For example, reprocess all ADT^A08 messages from yesterday.

Image RemovedInvalid file id - UNKNOWN_MEDIA_ID

Behavior change: CNXN-4137: Field Copy TXA-9 to TXA-5 no longer copying trailing ^^

A previous change was made to strip off empty HL7 nodes when copying a full field to another field. For example, in the HL7 Transform V2 device with a transform setting TXA-9 = TXA-5 (where TXA-5 is |XYZ^MD^^|), the result would be |XYZ^MD|. In this version of Connexion, the result will be |XYZ^MD^^|.

Bug fix: CNXN-4131: Plugins are imported even if the user has deselected them on the import screen.

Even when a user has deselected a plugin from the Connexion import channels dialog, those plugins may be imported. This can cause unintended plugin version changes post-import, as well as the unexpected installation of unwanted plugin versions. This has now been resolved and only ‘checked’ plugins will be imported during a channel import.

Please note that other methods of channel import, such as the Connexion API and command-line import will always import any plugins within the provided channel file.

...