Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

64 lines (38 loc) · 1.77 KB

Changelog

0.4.0 (2021-02-08)

New Features

  • Support configuration file:
    • zkcli will try to read ~/.config/zkcli.conf as default configuration(can be changed with -config argument) if the file exists.

Changes

  • No longer output logs from zk library. You can run command with -v argument to output logs.

Internal changes

  • Switch from unmaintained samuel/go-zookeeper/zk library to the new official upstream go-zookeeper/zk, version 1.0.2. Fixes connection and authentication bugs.

0.3.0 (2018-09-16)

New Features

  • Supports scrollbar when there are too many matched suggestions

Improve

  • Revert #7: Ignored with the suffix slash of zpath when completion
  • Remove / from end of path when fetch data from zookeeper

Internal changes

  • Change to use go mod
  • Upgrade go-prompt to v0.2.2 and go-zookeeper to v0.0.0-20180130194729-c4fab1ac1bec

0.2.0 (2018-05-30)

New Features

  • Add -version to show version info (add69127e)
$ zkcli -version
Version:	0.2.0
Git commit:	9fd746b
Built: 2018-05-30T13:44:21+0000

Internal changes

  • Remove unnecessary qiniupkg (1c33d63f590)
  • Close connection before exit (4c5d6a4d)
  • Ignored with the suffix slash of zpath when completion (#7)

0.1.0 (2017-12-23)

  • Initial Release