CHANGELOG.md in redis-client-0.5.1 vs CHANGELOG.md in redis-client-0.6.0

- old
+ new

@@ -1,6 +1,17 @@ # Unreleased +# 0.6.0 + +- Added `protocol: 2` options to talk with Redis 5 and older servers. +- Added `_v` versions of `call` methods to make it easier to pass commands as arrays without splating. +- Fix calling `blocking_call` with a block in a pipeline. +- `blocking_call` now raise `ReadTimeoutError` if the command didn't complete in time. +- Fix `blocking_call` to not respect `retry_attempts` on timeout. +- Stop parsing RESP3 sets as Ruby Set instances. +- Fix `SystemStackError` when parsing very large hashes. Fix: #30 +- `hiredis` now more properly release the GVL when doing IOs. + # 0.5.1 - Fix a regression in the `scan` familly of methods, they would raise with `ArgumentError: can't issue an empty redis command`. Fix: #24 # 0.5.0