Skip to content

Releases: Kimahriman/hdfs-native

v0.8.0

21 Mar 21:57
Compare
Choose a tag to compare

Key Features

  • Up to a 5x read and write throughput increase by using a faster CRC implementation
  • DataNode SASL negotiation support (authentication only)

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

21 Jan 12:41
Compare
Choose a tag to compare

What's Changed

  • chore: use hashmap to transfer config in create_with_config method by @zuston in #66
  • Improved write resiliency through datanode heartbeating (#68) and lease renewal (#72) by @Kimahriman
  • Bump objectstore to 0.9 by @Kimahriman in #73
  • deps: Bump prost to 0.12 by @Xuanwo in #71

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Jan 18:57
Compare
Choose a tag to compare

What's Changed

  • Create separate objectstore crate by @Kimahriman in #48
  • Erasure coded write support by @Kimahriman in #56
  • Create with overwrite creates file if it doesn't exist by @Kimahriman in #58
  • Ignore failure if msync not found, to support older hdfs versions by @shbhmrzd in #55
  • Support creating client with configuration by @zuston in #52

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

01 Jan 12:48
Compare
Choose a tag to compare

What's Changed

  • Custom reed-solomon erasure decoding by @Kimahriman in #42
    • This eliminates the need for a patch for the reed-solomon-erasure crate
  • chore: Add rust-toolchain by @Xuanwo in #46
  • Append support by @Kimahriman in #45

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Dec 14:02
38b2ef0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Oct 16:53
a72b940
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

27 Sep 11:54
29db1ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 Sep 12:09
d0d393b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Sep 22:54
Compare
Choose a tag to compare

Initial release