Skip to content

Releases: oracle/coherence-dotnet-extend-client

14.1.1.0.3 (.NET Core 3.1/.NET Standard 2.0)

18 Nov 07:50
Compare
Choose a tag to compare

This is a .NET Core 3.1 and .NET Standard 2.0-compatible implementation of Oracle Coherence .NET Extend Client, and is the first .NET Core-compatible release of the client.

The easiest way to consume it within your own applications is from NuGet:
https://www.nuget.org/packages/Coherence.Core/14.1.1.3

API documentation for this release is available here:
https://coherence.community/14.1.1.0/api/dotnet-core/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.

14.1.1.0.3 (.NET Framework 4.x)

18 Nov 07:49
Compare
Choose a tag to compare

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.

Release: 14.1.1.0.2

23 Sep 15:24
Compare
Choose a tag to compare

This is patch 2 of the Coherence .NET Client v14.1.1 release.

Fixed Issues

  • Fixed an issue where the 'ssl/server' element was missing from the cache configuration XML schema. This element can be used to specify the remote server hostname for SSL certificate validation.
  • Changed the default SSL validator to StrictCertificateValidation. To use the prior default, specify "DefaultCertificateValidation" in the 'remote-certificate-validator' element.
  • Fixed an issue where the cache configuration 'selector' element in the element is ignored.

Release: 14.1.1.0.1

08 Aug 00:21
Compare
Choose a tag to compare

This is the first Coherence Community Edition release (14.1.1.0) of .NET Extend Client available here on GitHub and nuget.org. Coherence has empowered developers to build scalable, fault tolerant, distributed applications for almost 20 years and now Coherence CE allows everyone to take advantage of this novel product.