CHANGELOG.md in redis-client-0.11.2 vs CHANGELOG.md in redis-client-0.12.0
- old
+ new
@@ -1,6 +1,12 @@
# Unreleased
+# 0.12.0
+
+- hiredis: fix a compilation issue on macOS and Ruby 3.2.0. See: #79
+- Close connection on MASTERDOWN errors. Similar to READONLY.
+- Add a `circuit_breaker` configuration option for cache servers and other disposable Redis servers. See #55 / #70
+
# 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