Releases
Version 17
Currently in development.
Version 17 will likely be the last major branch to run on .NET framework. It will introduce support for Postgres (supporting both Sql Server and Postgres), as well as introduce several changes for forward maintainability.
Move from
System.Data.SqlClienttoMicrosoft.Data.SqlClient. In most cases this will be a transparent change. If you have devices directly referencingSystem.Data.SqlClient, they should be upgraded to referenceMicrosoft.Data.SqlClient. If you are referencing SQL functionality withinConnexion.Core, you will need to recompile your device(s) againstConnexion.Corefrom v17.v17 UIs will be incompatible with v16 services (and visa-versa). The correct version of the associated client application will be automatically launched when selecting an incompatible service (if installed).
Version 16.2
Continuation of the 16.1 branch, with minor fixes and new features. 16.2 if fully compatible with 16.1.
Version 16.1
The latest major release which has been in production since 2022.
Legacy Versions