0.4.0 (2021-02-08)
- Support configuration file:
- zkcli will try to read ~/.config/zkcli.conf as default configuration(can be changed with
-config
argument) if the file exists.
- zkcli will try to read ~/.config/zkcli.conf as default configuration(can be changed with
- No longer output logs from zk library. You can run command with
-v
argument to output logs.
- 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)
- Supports scrollbar when there are too many matched suggestions
- Revert #7: Ignored with the suffix slash of zpath when completion
- Remove / from end of path when fetch data from zookeeper
- 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)
- Add
-version
to show version info (add69127e)
$ zkcli -version
Version: 0.2.0
Git commit: 9fd746b
Built: 2018-05-30T13:44:21+0000
- Remove unnecessary qiniupkg (1c33d63f590)
- Close connection before exit (4c5d6a4d)
- Ignored with the suffix slash of zpath when completion (#7)
- Initial Release