Releases: rustbase/dustdata
Releases · rustbase/dustdata
DustData v0.3.1
To update:
[dependencies]
dustdata = "0.3.1"
What's Changed
- Feat/logs by @pedrinfx in #10
- fasthash to farmhash lib
Full Changelog: v0.3.0...v0.3.1
DustData v0.3.0
To update:
[dependencies]
dustdata = "0.3.0"
What is new
- Verbose option
- Document to Bson
What's Changed
- test: adding dustdata tests by @pedrinfx in #4
- ci: adding rust to github actions to run tests by @pedrinfx in #5
- Ctrlc/handle by @pedrinfx in #6
- fix: github actions workflow by @pedrinfx in #7
- feat: verbose by @pedrinfx in #8
- feat: document to bson type by @pedrinfx in #9
Full Changelog: v0.2.9...v0.3.0
DustData v0.2.9
To update:
[dependencies]
dustdata = "0.2.9"
What is new
- Flush memory ram data to disk on CTRL-C signal
Full Changelog: v0.2.8...v0.2.9
DustData v0.2.8
To update:
[dependencies]
dustdata = "0.2.8"
What is new?
- Expose
contains
function
Full Changelog: v0.2.7...v0.2.8
DustData v0.2.7
To update:
[dependencies]
dustdata = "0.2.7"
What is new?
- Custom error struct implemented to handle errors easily
Full Changelog: v0.2.6...v0.2.7
DustData v0.2.6
To update:
dustdata = "0.2.6"
What is new?
- Removing
mut
onget
function
Full Changelog: v0.2.5...v0.2.6
DustData v0.2.5
To update:
dustdata = "0.2.5"
What is new?
- Changing Red Black tree on memtable to Binary Tree from Rust standard library
Full Changelog: https://github.com/rustbase/dustdata/commits/v0.2.5
DustData v0.2.4
To update:
dustdata = "0.2.4"
What is new?
Well nothing, we remove the cache
Full Changelog: https://github.com/rustbase/dustdata/commits/v0.2.4
DustData v0.2.3
To update:
dustdata = "0.2.3"
What is new?
- Update document on SSTable
What's Changed
- feat: sstable by @pedrinfx in #1
Full Changelog: https://github.com/rustbase/dustdata/commits/v0.2.3
DustData v0.2.0
To update:
dustdata = "0.2.0"
What is new?
- SSTable added
- Bloom Filter added
- Dense Index added
Full Changelog: https://github.com/rustbase/dustdata/commits/v0.2.0