Skip to content

Releases: fancy27/gohdfs

v2.5.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 03:58

Changelog

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 03:26

Changelog

  • 56a6ae0: 新增 stat 和 count 命令,补齐命令行常用功能 ( <>)
  • d02e66a: 修复连接泄漏、双重 Close panic 与校验和越界等可靠性问题 (Cursor cursoragent@cursor.com)

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 09:36

Changelog

  • 9e76d1b: fork colinmarc/hdfs,重命名为 gohdfs;修复 put -f 错误处理与递归覆盖 ( <>)
  • 3386b32: 切换到 goreleaser,实现多平台自动发版与 changelog 生成 ( <>)
  • 2f905d6: 移除 Hadoop 2.x 兼容性测试,仅支持 3.x;修复 goreleaser changelog 配置 ( <>)
  • c86cc46: 修复 release 文件名:加入版本号并修复 YAML folding 导致的格式错误 ( <>)

v2.4.0-7

Choose a tag to compare

@fancy27 fancy27 released this 29 Sep 02:13
4716527

自用,添加put -f参数
注意:source为目录时逻辑不完整,慎用