Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 13:40
· 2 commits to master since this release
13d9368

This release contains numerous contributed bugfixes, as well a few changes in functionality:

  • The default checksum for written blocks has been changed from CRC32 to CRC32C, to match the behavior of the java client. (thanks @symious)
  • The hdfs binary now supports test (#292) and ls -R (#289), per the posix spec. (thanks @gardenia)