All Versions
32
Latest Version
Avg Release Cycle
110 days
Latest Release
6 days ago

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, 2023

    Completely 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