14.1.1.0.3 (.NET Framework 4.x)
This is a .NET Framework 4.0 (or later) compatible implementation of Oracle Coherence .NET Extend Client.
The easiest way to consume it within your own applications is from NuGet:
https://www.nuget.org/packages/Coherence/14.1.1.3
API documentation for this release is available here:
https://coherence.community/14.1.1.0/api/dotnet/index.html
Fixed Issues
- Changed the default SSL validator to DefaultCertificateValidation. DefaultCertificateValidation now does strict certificate validation. To get the prior behavior of ignoring Common Name(CN) during validation, specify
IgnoreCommonNameCertificateValidation
in the<remote-certificate-validator>
element. - Fixed an issue with binary map detection within a
ContinuousQueryCache
.