| v1.138 | [TurboQuant ](https://docs.google.com/document/u/0/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.pho9yvs5p227)embedding vector compression for the Vector Layer. | High | 6/3/2026 |
| v1.137 | tran.TextRemoveAll some fixes (must have). | High | 4/22/2026 |
| v1.136 | MultiKeyConcurrentSortedDictionary in DBreeze.Utils. Set of optimizations for .NET8>. | High | 4/3/2026 |
| v1.135 | DoAsync() only for old .Net Frameworks (Removed AsyncOperations.cs from all .NET5>) | Low | 3/13/2026 |
| v1.134 | Equalizing XML, JSON serializers for different .NET versions, using integrated into .NET5> for DbMJSON, DbXML data types. | Low | 3/4/2026 |
| v1.132 | TextSearch Encryption way is simplified, re-read docu. Seems quite stable; resides 2x less space. | Low | 2/21/2026 |
| v1.130 | Migrates text search data from an old table to a new table with optional encryption. Used for migrating un-encrypted search terms to encrypted storage. Document ID mappings are preserved (both internal and external IDs stay the same). Usage example: using (var tran = engine.GetTransaction()) { tran.SynchronizeTables("OldTable", "NewTable"); var encryptor = new DBreeze.TextSearch.WabiStreamCrypto(key, iv); tran.Support_Migration_TextSearchMigrateTable("OldTable", "N | Low | 2/20/2026 |
| v1.128 | Release 1.128 WabiStreamCrypto.GenerateKey visibility for .NET8 fix | Low | 2/20/2026 |
| v1.126 | Release 1.126 . Added grabSomeLeadingRecords for SelectBackwardFromTo/SelectForwardFromTo of the NestedTable (check Docu about grabSomeLeadingRecords ) | Low | 2/19/2026 |
| v1.125 | Encryption of the database file in the Text Search Engine. TextSearchEncryptor . Read docu | Low | 2/16/2026 |
| v1.124 | 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. | Low | 2/11/2026 |
| v1.123 | 1.122-123.2026.0201 Changed signature to VectorsRemove<TVector>, 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) | Low | 2/1/2026 |
| v1.122 | Linked to 1.121 | Low | 1/29/2026 |
| v1.121 | Fixes in VectorLayer. tran.VectorsRemoveF tran.VectorsRemoveD - soft remove of vectors of types float[] double[]. | Low | 1/28/2026 |
| v1.119 | DBreeze.Vectors database layer, based on multiple HNSW, moved in PROD. | Low | 4/3/2025 |
| v1.118 | Fixing [minor issues](https://github.com/hhblaze/DBreeze/issues/59) | Low | 10/16/2024 |
| v1.117 | - Optimized Vector Layer Storage. - Added Vector Layer configuration for mobile devices. | Low | 6/29/2024 |
| v1.116 | Fixed availability and initialization of DBreeze.Resources in .NET5> projects | Low | 5/27/2024 |
| v1.115 | 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. | Low | 11/3/2023 |
| v1.114 | Optimizing VectorTables Cache | Low | 10/16/2023 |
| v1.113 | Optimizing / Fixing Vector layer | Low | 10/15/2023 |
| v1.112 | DBreeze as a [Vector Database](https://docs.google.com/document/u/0/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.8ngwa7klbe2j) , KMeans Clustering, Finding cluster for the new documents | Low | 10/13/2023 |
| v1.111 | DBreeze as a [Vector Database](https://docs.google.com/document/u/0/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.8ngwa7klbe2j) , KMeans Clustering, Finding cluster for the new documents | Low | 10/11/2023 |
| v1.110 | DBreeze as a [Vector Database](https://docs.google.com/document/u/0/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.8ngwa7klbe2j) , KMeans Clustering | Low | 10/11/2023 |
| v1.109 | DBreeze as a [Vector Database ](https://docs.google.com/document/u/0/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.8ngwa7klbe2j) | Low | 10/10/2023 |
| v1.108 | Fixed availability of DBEngine.Resources object in .NET6 project | Low | 7/28/2023 |
| v1.107 | Must have. TextSearchEngine.EXCLUDE fix for the documents not containing excluded text. | Low | 12/22/2021 |
| v1.106 | [Reading of the same structured keys from different tables in parallel. Multi_SelectForwardFromTo && Multi_SelectBackwardFromTo](https://docs.google.com/document/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.2gx4rkr326yc) | Low | 12/13/2021 |
| v1.105 | Overloads for SelectBackwardFromTo and SelectForwardFromTo | Low | 12/8/2021 |
| v1.104 | .NET 6 support | Low | 11/18/2021 |
| v1.103 | Release v1.103 | Low | 11/4/2021 |
| v1.102 | On the early stage helps the programmers to put a modifying table into the transaction.SynchronizeTables statement. Can be switched off by: ```C# DBreezeEngine dbe = new DBreezeEngine(new DBreezeConfiguration { DBreezeDataFolderName = ..., NotifyAhead_WhenWriteTablePossibleDeadlock = false } ); ``` | Low | 10/18/2021 |
| v1.101 | .NET 5 support | Low | 10/5/2021 |
| v1.100 | DBreeze release v1.100. DBreeze.Utils.MultiKeyDictionary and MultiKeySortedDictionary received generic constructor for .NET 4.7.2>, .NET Standard 2.1> and .NETCore 2> https://docs.google.com/document/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.fuy0m3njbp83 | Low | 10/4/2021 |
| v1.099 | TextSearchSubsystem. Multi-parameter plus range search fix. | Low | 8/12/2021 |
| v1.098 | Added DBreeze.Utils.MultiKeyDictionary and DBreeze.Utils.MultiKeySortedDictionary. | Low | 2/12/2021 |
| v1.097 | Fixed when multiple tran.ObjectInsert / tran.ObjectRemove of the same index and different secondary indexes. | Low | 12/21/2020 |
| v1.096 | Fixed when multiple tran.ObjectInsert / tran.ObjectRemove of the same index and different secondary indexes. | Low | 12/18/2020 |
| v1.095 | Fixed BiserDecoder when added new properties into deserializing class. | Low | 8/12/2019 |
| v1.094 | Increased speed of the text-search subsystem 2x. | Low | 7/9/2019 |
| v1.093 | Must have all users of .NetCore/.NetStandard/UWP/Portable versions. Enhanced file-system abstraction in the way implied and tested in .NET Framework version. | Low | 2/15/2019 |
| v1.092 | - Fixed possible synchronization issue when ObjectGetNewIdentity is used without tran.SynchronizeTables. - Fixed DBReeze.Utils.StringProcessing.ReplaceMultiple | Low | 10/29/2018 |
| v1.091 | DBreezeObjectInsertResult contains pointer to inserted entity https://github.com/hhblaze/DBreeze/issues/46 Integrated [Biser 1.8](https://github.com/hhblaze/Biser) (includes JSON serializer, binary Biser became faster, but [init template has to be changed](https://github.com/hhblaze/Biser/issues/1)) | Low | 5/25/2018 |
| v1.090 | 01.089-090.20180220 - Integrated binary serializer [Biser.NET](https://github.com/hhblaze/Biser) that increased final DLL on 8KB and now DBreeze size is 370KB. - Nuget gets compiled version for .NET Framework 4.7 | Low | 2/20/2018 |
| v1.089 | Fixes for .NetCore 2.0 .NetStandard 2.0 | Low | 8/29/2017 |
| v1.088.3 | Added support of .NetCore 2.0 .NetStandard 2.0 | Low | 8/18/2017 |
| v1.088.1 | NuGet has support of .netcoreapp1.1 | Low | 8/14/2017 |
| v1.088 | - TextSearch with ignoring FullMatch and Contains search block by parameter ignoreOnEmptyParameters = true [20170621](https://docs.google.com/document/d/1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw/pub#id.ntu22plrecpi) - Fixed [XmlSerializer Issue](https://github.com/hhblaze/DBreeze/issues/37) | Low | 6/30/2017 |
| v1.087 | Must have. Set of fixes and optimizations of the Text-Search-Engine and transaction parallel reads. | Low | 6/9/2017 |
| v1.086 | - Parallel reads inside of one transaction to get benefits of .NET TPL [.NET TPL](https://docs.google.com/document/pub?id=1IFkXoX3Tc2zHNAQN9EmGSXZGbQabMrWmpmVxFsLxLsw#id.c5226tn39ghw) - Nuget contains .NET Framework 4.6.2 assembly | Low | 5/22/2017 |
| v1.085 | Optimizations of text-search-engine, compilation .NET Standard 1.6 | Low | 5/18/2017 |
| v1.084 | 01.084.20170321 - DBreeze as an object database. Objects and Entities. Read docu from [20170321] - InsertDataBlockWithFixedAddress. Read docu from [20170306] - RandomKeySorter. Read docu from [20170319] | Low | 3/24/2017 |