v2.1.0
This is a small release. In addition to some bug fixes, it includes a few useful features:
- #153, #154, #208, 574b0ba: Automatic renewal of file leases and heartbeats for write streams. Both features are necessary for writes to open filesover a long period.
- #144, #170, 1c841f7: Support for SASL-wrapped RPC communication with the namenode.
- #205: Support for snapshots.
- 6f7e441: A new method,
RemoveAll
, and a fix such thatRemove
is not recursive. Please be careful to check your usage of said function, as this is a fairly major change to behavior.
It also officially includes support for CDH6, although it probably worked before.