Skip to content

Releases: rustbase/dustdata

DustData v1.2.0

18 Jan 16:05
Compare
Choose a tag to compare

To update:

  • Add the following line to your Cargo.toml:
[dependencies]
dustdata = "1.2.0"

or

  • Run the following Cargo command in your project directory
cargo add dustdata@1.2.0

What's Changed

Full Changelog: v1.1.0...v1.2.0

DustData v1.1.0

18 Dec 00:12
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "1.1.0"

What's Changed

Full Changelog: v1.0.0...v1.1.0

DustData v1.0.0

16 Dec 21:36
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "1.0.0"

What's Changed

Full Changelog: v0.4.6...v1.0.0

DustData v0.4.6

14 Nov 23:21
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "0.4.6"

Full Changelog: v0.4.5...v0.4.6

DustData v0.4.5

31 Oct 00:08
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "0.4.5"

Full Changelog: v0.4.4...v0.4.5

DustData v0.4.4

30 Oct 16:19
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "0.4.4"

Full Changelog: v0.4.3...v0.4.4

DustData v0.4.3

16 Oct 16:17
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "0.4.3"

What's Changed

  • Increasing performance of LSM Tree

Full Changelog: v0.4.1...v0.4.3

DustData v0.4.1

14 Oct 16:38
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "0.4.1"

What's Changed

  • fix: update index and bloom on ctrlc and drop by @pedrinfx in #13

Full Changelog: v0.4.0...v0.4.1

DustData v0.4.0

14 Oct 16:12
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "0.4.0"

What's Changed

  • feat: change 32 bits bloom filter to 64 bits by @pedrinfx in #12

Full Changelog: v0.3.3...v0.4.0

DustData v0.3.3

13 Oct 20:09
Compare
Choose a tag to compare

To update:

[dependencies]
dustdata = "0.3.3"

What's Changed

  • List keys feature by @pedrinfx in #11
  • Expose error structs

Full Changelog: v0.3.2...v0.3.3