All Versions
5
Latest Version
Avg Release Cycle
68 days
Latest Release
466 days ago
Changelog History
Changelog History
-
v0.5.0
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
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
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
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
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