Releases: Kimahriman/hdfs-native
Releases · Kimahriman/hdfs-native
v0.13.5
What's Changed
- Remove panic in RPC listener and handle connection errors gracefully by @mchlvl in #286
- Add single retry loop for IO errors in ProxyConnection::call by @mchlvl in #287
- Poison call map after listener failure to prevent stale inserts by @mchlvl in #288
New Contributors
Full Changelog: v0.13.4...v0.13.5
v0.13.4
What's Changed
- Support relative paths by @Kimahriman in #282
- Load configuration directory in run time by @Lostlitus in #284
New Contributors
- @Lostlitus made their first contribution in #284
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- Include trailing slash on dirs for autocomplete by @Kimahriman in #280
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- Add auto complete to CLI and switch from mypy to ty by @Kimahriman in #274
- Add resiliency to failures in EC writes by @Kimahriman in #275
- Wrap cli functions in catching broken pipes by @Kimahriman in #278
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Remove layout tests from bindgen bindings to fix 32 bit builds by @Kimahriman in #271
- Fix some edge cases with globbing by @Kimahriman in #273
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Add getfacl support to CLI by @Kimahriman in #265
- Add setfacl to CLI by @Kimahriman in #269
- Update minimum Python version to 3.10, update Rust dependencies and GitHub Actions by @Kimahriman in #266
- Update to Rust 2024 edition by @Kimahriman in #267
Full Changelog: v0.12.4...v0.13.0
v0.12.4
v0.12.3
What's Changed
- Disable SASL for DataNodes if dfs.data.transfer.protection not set by @imhy in #259
- Add entity resolver for XML system entities using bumpalo by @PeterlitsZo in #260
New Contributors
Full Changelog: v0.12.2...v0.12.3
v0.12.2
v0.12.1
What's Changed
- Support taking external runtime handle by @Kimahriman in #255
Full Changelog: v0.12.0...v0.12.1