This document describes the new features, enhancements, and fixed issues for the Hazelcast .NET Client v5.6.0 release.
This version is fully backward-compatible with all 5.x versions.
The Hazelcast .NET Client v5.6.0 requires any of the following runtimes: .NET 4.6.2, 4.8, 8, or 9, and is fully compatible with .NET 10.
Refer to the 5.6.0 milestone for details on all issues and PRs that were involved in this release.
New Features
- Added support for the VectorCollection (Beta) data structure which enables similarity (nearest-neighbor) search over vector embeddings. You can find an example here.
Breaking Changes
- We have ended support for .NET 6, following Microsoft’s official end of support on November 12, 2024.
- If you run the netstandard2.0 target on .NET 10, you may encounter conflicts with the transient Microsoft.Bcl.Memory dependency. Override it in your project or upgrade to netstandard2.1 or later. For more information see #1007
Thanks
To community user @thompson-tomo for helping to optimize dependencies.