Info | ||
---|---|---|
| ||
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 Type | Production |
Release Location | 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.
...