Skip to content

v1.1.1

Compare
Choose a tag to compare
@colinmarc colinmarc released this 31 May 10:22
· 189 commits to master since this release
7cb3ffe

This (long-overdue) release contains a host of minor bug fixes, as well as a few new features:

  • #98 - hdfs put - now reads from stdin. (submitted by @Shastick)
  • #101 - client has a new method, Walk, like filepath.Walk. (submitted by @Shastick)
  • #107 (fixed in 84dbd09) - FileWriter now exposes Flush, for syncing data to disk.

The other notable interface change is the deprecation of NewForUser and NewForConnection in 0f30457.