Releases: Xuanwo/hdrs
Releases · Xuanwo/hdrs
v0.1.1
v0.1.0
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
v0.0.2
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
- @dependabot made their first contribution in #10
Full Changelog: v0.0.1...v0.0.2