CHANGELOG.md in redis-client-0.4.0 vs CHANGELOG.md in redis-client-0.5.0
- old
+ new
@@ -1,6 +1,13 @@
# Unreleased
+- Fix handling of connection URLs with empty passwords (`redis://:pass@example.com`).
+- Handle URLs with IPv6 hosts.
+- Add `RedisClient::Config#server_url` as a quick way to identify which server the client is pointing to.
+- Add `CommandError#command` to expose the command that caused the error.
+- Raise a more explicit error when connecting to older redises without RESP3 support (5.0 and older).
+- Properly reject empty commands early.
+
# 0.4.0
- The `hiredis` driver have been moved to the `hiredis-client` gem.
# 0.3.0