Changelog History
Page 2
-
v1.124.02.11 Changes
February 11, 2026๐ Release 1.124
๐ Vector Layer: CRITICAL FIX
Protect bidirectional connection to maintain graph connectivity
When entryPoint changes, we must ensure the old entryPoint remains reachable.
๐ Marking the connection as protected so SelectBestForConnecting won't remove it. -
v1.123.02.01 Changes
February 01, 2026๐ 1.122-123.2026.0201 Changed signature to VectorsRemove, some fixes of VectorRemove and VectorsGetByExternalId, new IEnumerable function VectorsGetAll (for compaction/batch processing), added ignoreDeleted in tran.Vectors selective functions, overload of Count(bool onlyDeletedCount=false) (to control possible compactions necessity where CountDeleted+Cout = overall vectors in space)
-
v1.122.01.28 Changes
January 29, 2026๐ Linked to 1.121
-
v1.121.01.28 Changes
January 28, 2026๐ Fixes in VectorLayer. tran.VectorsRemoveF tran.VectorsRemoveD - soft remove of vectors of types float[] double[].
-
v1.119.20250403 Changes
April 03, 2025๐ DBreeze.Vectors database layer, based on multiple HNSW, moved in PROD.
-
v1.118.20241016 Changes
October 16, 2024๐ Fixing minor issues
-
v1.117.20240627 Changes
June 29, 2024- โก๏ธ Optimized Vector Layer Storage.
- โ Added Vector Layer configuration for mobile devices.
-
v1.116.20240527 Changes
May 27, 2024๐ Fixed availability and initialization of DBreeze.Resources in .NET5> projects
-
v1.115.20231103 Changes
November 03, 2023Completely rewritten DBreeze Vector Layer with Similarity Search and Clustering. Now it is based on KMeans++ Centroid Propagated Graph. Fast speed of inserts and search. This functionality is available in DBreeze for .NET Framework 4.72>, .NET6> .NetCoreApp3.1> .NetStandard2.1>
โ Vector layer is in intensive beta testing. -
v1.114.20231016 Changes
October 16, 2023โก๏ธ Optimizing VectorTables Cache