- Bugfix: When dice start with `--decode=utf-8`, command with shell pipe will fail. ( [383](https://github.com/dicedb/cli/issues/383)). Thanks to [hanaasagi].
1.9.2
- Bugfix: before `cluster` commands' `node-id` only accept numbers, not it's fixed. `node-id` can be `\w+`. - Feature: support set client name for dice connections via `--client-name`.
1.9.1
- Feature: support auto-reissue command to another Redis server, when got a "MOVED" error in redis cluster.
1.9
- Feature: Support `LPOS` command. - Doc: Update docs in `HELP` command update to date.
1.8
- Feature: Fully support Redis6! - Support `STRALGO` command. - `MIGRATE` command now support `AUTH2`. - DISABLE `hello` command, dice not support RESP3.
1.7.4
- Bugfix: Lock wcwidth's version on `1.9.0`. Fix binary build.