Skip to content

Releases: rustbase/dustdata

DustData v0.3.1

08 Oct 22:21
Compare
Choose a tag to compare

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

13 Sep 22:32
Compare
Choose a tag to compare

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

11 Sep 15:09
Compare
Choose a tag to compare

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

31 Aug 20:10
Compare
Choose a tag to compare

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

29 Aug 22:22
Compare
Choose a tag to compare

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

27 Aug 16:08
Compare
Choose a tag to compare

To update:

dustdata = "0.2.6"

What is new?

  • Removing mut on get function

Full Changelog: v0.2.5...v0.2.6

DustData v0.2.5

27 Aug 00:13
Compare
Choose a tag to compare

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

26 Aug 22:06
Compare
Choose a tag to compare

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

26 Aug 22:03
Compare
Choose a tag to compare

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

26 Aug 22:03
Compare
Choose a tag to compare

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