Releases: DiceDB/dicedb-cli
Releases · DiceDB/dicedb-cli
v1.0.8
Changelog
- 006f174 BUmping up dicedb-go version to 1.0.8
- ca2c21e Bumping up CLI version to 1.0.7
- 3f86b02 Bumping up CLI version to 1.0.8
- b42c199 Merge branch 'master' of github.com:DiceDB/dicedb-cli into arpitbbhayani
- 68ba5fe Merge pull request #44 from DiceDB/arpitbbhayani
- fc829d6 Printing Rank of ZElement + dicedb-go upgrade
v1.0.6
Changelog
- 73c1f3c Bumping up dicedb-go version to 1.0.7
- 8ba668b Bumping up version to 1.0.6
- 1964aef Merge pull request #42 from DiceDB/arpitbbhayani
- 0a70d8e Merge pull request #43 from DiceDB/arpitbbhayani
- ea1f8ba Removing the recently added changes becuase of change in IO layer
- 5b21b37 added debug configurations (#37)
- bde9cf0 call WatchConnClose (#41)
- f750ddc feat(cli): replace custom argument parser with google/shlex for robus… (#39)
v1.0.5
Changelog
- 02c0ee5 Bumping up version to 1.0.5
- daf6e1d Handling UNWATCH Command in CLI
- 4efef09 Merge pull request #40 from DiceDB/arpitbbhayani
- 9b4990f Supporting ZCARD
- b6f590a Supporting ZPOPMAX, ZPOPMIN, ZREM, and ZRANK
- f2ce57d Supporting ZRANGEWATCH, ZCARDWATCH, and ZCOUNTWATCH + Fingerprint
- 82b74b1 Supporting ZRANK.WATCH
- bd61734 Upgrading dicedb-go to 1.0.6
v1.0.4
Changelog
- 9b966ec Adding support for HGET, HSET, and HGETALL
- fda5ad9 Bumping up the version to 1.0.4
- 9a281dc Changes as per new Status and Message
- 2467b5d Cleaning up go.mod
- 489459a GETEX Support in CLI
- 1ace7ea GETSET in CLI
- eed1165 HANDSHAKE support in CLI
- 805ba56 JSON Response to keep CLI generic
- fe63180 JSON as fallback; handling each command result individually
- 3afd507 Lint Errors Fixed
- b5bb750 Merge pull request #38 from DiceDB/arpitbbhayani
- cccb273 Neat rendering of entire JSON on CLI
- 5c67357 Redering JSON without the root key
- ee5e90c Support for PING and KEYS
- 5d599c7 Supporting ECHO and EXISTS
- 55f6dff Supporting EXPIRE command on new protos
- da06810 Supporting EXPIREAT and EXPIRETIME
- d025785 Supporting EXPIRETIME in CLI
- 10376f8 Supporting GETDEL on new Protos
- a9dafd9 Supporting TYPE in CLI
- e45f31b Supporting WATCH command render and Hoisting Message Render
- ca993c1 Supporting ZADD, ZCOUNT, and ZRANGE
- a43f42d Supporting more commands like DEL, INCR*, and DECR*
- 6f2866e Upgrading docedb-go to 1.0.5
v1.0.3
Changelog
- 5f6261f Added comments and simplified the WATCH exit flow
- 29e965b Added parser to allow args with space or quoted chars (#23)
- 1c61ed7 Bumping up version to 1.0.3
- 389cdc0 Merge branch 'master' of github.com:DiceDB/dicedb-cli into arpitbbhayani
- fbeb432 Merge branch 'master' of github.com:DiceDB/dicedb-cli into arpitbbhayani
- bc5734c Merge pull request #31 from nisarg-shah-222/support-listvalues
- f2a4851 Merge pull request #36 from DiceDB/arpitbbhayani
- f22a3b6 Rendering SSMap Response
- b1b8dbe Using fmt.Println instead of Printf
- 03703de Version bump to 1.0.2
- b9e6304 adding err check on resp and continuing (#33)
- 12da3bc adding more values support
- b494a2d adding support for list responses
- 84d4f58 crtl c issuse in watch mode resolved (#28)
- 8b8533d starting indexes from 1
v1.0.1
v1.0.0
Changelog
- 6bee02c Accepting commands till the newline char
- 43251da Added Benchmark ability in CLI
- 868eccd Adding support for WATCH mode
- 79607ae Adding the Make target to
buildthe CLI - 69527eb Command history
- ec2db6e Fire the UNWATCH command when exit from WATCH mode
- b2122d9 IO with protobuf
- 7cd6e20 Initiating IronHawk and setting up pritimitives
- 44fd5ec Install script made consistent with release semantics
- 702b36f License updated to BSD
- e74e79c Make target to start the CLI
- ad5fb0e Merge branch 'master' of github.com:DiceDB/dicedb-cli
- cda0f81 Merge branch 'master' of https://github.com/tarun-29/dicedb-cli into ft/cli-type
- eb47f56 Merge pull request #18 from vpsinghg/fix/disable_completer_in_watch_mode
- d7acdcc Merge pull request #19 from lucifercr07/lucifercr07/fire_unwatch_on_watch_cmd_exit
- 2a8ef2a Merge pull request #20 from tarun-29/ft/cli-type
- 8d4a060 Merge pull request #25 from SeanChinJunKai/fix/show-error
- 11f8805 Package path changed to "dicedb/..."
- 55cfd57 Quick and easy benchmark in CLI
- a51c6e2 REPL in IronHawk
- d503180 REndering Attrs as KV pairs
- d8e3d82 Regen data for data as struct protos
- b5a1306 Rendering ERR as Error
- 7d329ca Show error messages in cli if error response
- 29381cc Silverpine introduced and benchmark unified
- 4c101e2 Taking dependency on dicedb-go
- cc883c1 Updating protos and rendering response as per it
- 0a186d8 VERSION file added along with Make target
- 9000fad Watch as a channel supported
- 33ff99e Watch reply as list
- 82e7d22 fix: disable completer suggestions while in watch mode
- eca54ab fix:show cli output type
v0.0.3
Full Changelog: 0.0.2...v0.0.3
0.0.2
Changelog
- d90997e Bump dicedb-go SDK + fix arg marshalling issue
- 75c1357 Cobra based CLI
- 6282066 Cosmetic changes
- 8295e34 Handling a CTRL+C binding
- 111239f Merge branch 'master' of github.com:dicedb/dicedb-cli
- f41ba93 Not executing any command when in WATCH mode
- 1c1b2de Printing string as str
- 6e5b9d3 README updated with detailed steps and Getting Started
- ee93912 Removing unnecessary verbosity
- 2d06780 Updating README with crisper instructions
- e7d9383 Version bump to 0.0.2
- d81aefe added a handleExit function which restore the terminal settings after exiting from the dicedb-cli either by exit command or ctrl+d (#5)
- 799a23f bump SDK version
- 2c98a6a fix: add readable dice colors (#9)
- a92ce44 sdk bump