CHANGELOG.md in redis-client-0.11.1 vs CHANGELOG.md in redis-client-0.11.2
- old
+ new
@@ -1,7 +1,15 @@
# Unreleased
-- hiredis: Workaround a compilation bug with Xcode 14.0, Fix: #58
+# 0.11.2
+
+- Close connection on READONLY errors. Fix: #64
+- Handle Redis 6+ servers with a missing HELLO command. See: #67
+- Validate `url` parameters a bit more strictly. Fix #61
+
+# 0.11.1
+
+- hiredis: Workaround a compilation bug with Xcode 14.0. Fix: #58
- Accept `URI` instances as `uri` parameter.
# 0.11.0
- hiredis: do not eagerly close the connection on read timeout, let the caller decide if a timeout is final.