Versions Compared

Key

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

...

Released On

September 18, 2019

Release TypeProduction
Connexion

Connexion.15.0.17695.exe

Info
The R2 (and greater) Connexion client application is not compatible with previous Connexion server releases


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


Integrator

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

Gateway Management Application Only: Gateway.ManagementUI.15.0.17695.msi

Remote Integrator: Connexion.Integrator.15.0.17695.exe

Remote Agent Push Update: Integrator.RemoteAgent.15.0.17695.msi

Remote Updater A Push Update: Integrator.UpdaterA.15.0.17695.msi

Remote Updater B Push Update: Integrator.UpdaterB.15.0.17695.msi


Info
titleBreaking Change

The HttpSender device API has changed. If you use this device, you will need to update your code to the following signature:

Code Block
languagec#
 public override async Task ProcessHttpRequestAsync(RequestContext context)

You may need to add

Code Block
languagec#
using System.Threading.Tasks;


...