All Versions
6
Latest Version
Avg Release Cycle
150 days
Latest Release
464 days ago
Changelog History
Changelog History
-
v0.6.0 Changes
March 21, 2021- [New Feature] Add PrefixSearchScan() with regexp search abilityοΌ#53οΌ
- [New Feature] Allow put with timestamp (#88 )
- [Bug Fix] Fix ZMembers bug (#58 )
- π [Bug Fix] Repeated key merge fix (#83 )
- [Bug Fix] The LRem implementation is not consistent with the description (#92 )
- π¨ [Refactor] Improve buildBPTreeRootIdxes file reading (#67)
- β‘οΈ [Docs] Update README && CHANGELOG
-
v0.5.0 Changes
November 28, 2019- π [New feature] Support EntryIdxMode: HintBPTSparseIdxMode
- π [New feature] Support GetAll() function for all models
- [Bug Fix] Fix error too many open files in system
- [Bug Fix] Fix constant 2147483648 overflows int
- π [Bug Fix] Fix when the number of files waiting to be merged not at least 2
- π [Bug Fix] Fix data pollution when executing the merge method
- [Change] Modify Records type && Entries type
- π¨ [Change] Refactor for tx Commit function
- β‘οΈ [Change] Update Iterating over keys about README
- [Change] Fix some grammatical mistakes about README
- [Change] Rename variable for func ReadBPTreeRootIdxAt
- [Change] Add issue templates
- β‘οΈ [Change] Update README && CHANGELOG
-
v0.4.0 Changes
March 15, 2019- π [New feature] Support mmap loading file
- [Bug Fix] Fix tx bug when a tx commits
- [Change] Add rwmanager interface
- π [Change] Add new options: RWMode, SyncEnable and StartFileLoadingMode
- [Change] Clean up some codes
- β‘οΈ [Change] Update README && CHANGELOG
-
v0.3.0 Changes
March 12, 2019- π [New feature] Support persistence
- [Bug Fix] Fix when fn is nil
- π¦ [Change] Discard mmap package
- [Change] Discard EntryIdxMode options: HintAndRAMIdxMode and HintAndMemoryMapIdxMode
- [Change] Add new EntryIdxMode options: HintKeyValAndRAMIdxMode and HintKeyAndRAMIdxMode
-
v0.2.0 Changes
March 05, 2019- π [New feature] Support list
- π [New feature] Support set
- π [New feature] Support sorted set
- [Bug Fix] Fix error when batch put operations
- β‘οΈ [Change] Update README && CHANGELOG
-
v0.1.0 Changes
February 28, 2019- π [New feature] Support Put/Get/Delete Operations
- π [New feature] Support TTL
- π [New feature] Support Range/Prefix Scanning
- π [New feature] Support Merge Operation
- π [New feature] Support BackUp Operation
- π [New feature] Support Bucket