Skip to content

Releases: Xuanwo/hdrs

v0.1.1

06 May 10:43
v0.1.1
599bc5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 May 09:29
v0.1.0
f44f49c
Compare
Choose a tag to compare

What's Changed

  • feat: Mark Client ans File as thread-safe by @Xuanwo in #34
  • refactor: Rename FileInfo into Metadata by @Xuanwo in #35
  • refactor: Rename client.stat to client.metadata by @Xuanwo in #42
  • refactor: Use rust style getter by @Xuanwo in #43
  • refactor: Rename mkdir to create_dir by @Xuanwo in #44
  • refactor: Split delete into remove_file and remove_dir by @Xuanwo in #45
  • feat: Return Readdir struct instead of vector by @Xuanwo in #46
  • feat: Implement OpenOptions to replace client.open by @Xuanwo in #47
  • Bump to version 0.1.0 by @Xuanwo in #48

Full Changelog: v0.0.3...v0.1.0

v0.0.3

29 Apr 11:14
v0.0.3
6d91b44
Compare
Choose a tag to compare

What's Changed

  • deps: Upgrade hdfs-sys 0.1 by @Xuanwo in #21
  • feat: Implement async file support for futures and tokio by @Xuanwo in #27
  • feat: Implement mkdir support by @Xuanwo in #28
  • Bump to version 0.0.3 by @Xuanwo in #30

Full Changelog: v0.0.2...v0.0.3

v0.0.2

28 Apr 10:56
v0.0.2
67b6f35
Compare
Choose a tag to compare

What's Changed

  • feat: Implement stat and readdir by @Xuanwo in #5
  • ci: Enable github actions for unit tests by @Xuanwo in #9
  • chore(deps): Bump actions/setup-python from 2 to 3 by @dependabot in #10
  • ci: Fix libhdfs not found by @Xuanwo in #11
  • docs: Add docs for all public API by @Xuanwo in #12
  • tests: Enable integration tests by @Xuanwo in #15
  • Bump to version 0.0.2 by @Xuanwo in #16

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

28 Apr 09:03
v0.0.1
7f5521e
Compare
Choose a tag to compare

What's Changed

  • feat: Implement basic client connect support by @Xuanwo in #1
  • feat(hdfs-sys): Relay on HADOOP_HOME to generate API by @Xuanwo in #2
  • refactor: Split hdfs-sys to another repo by @Xuanwo in #4

Full Changelog: https://github.com/Xuanwo/hdrs/commits/v0.0.1