CHANGELOG.md in redis-client-0.14.1 vs CHANGELOG.md in redis-client-0.15.0
- old
+ new
@@ -1,6 +1,12 @@
# Unreleased
+# 0.15.0
+
+- Discard sockets rather than explictly close them when a fork is detected. #126.
+- Allow to configure sentinel client via url. #117.
+- Fix sentinel to preverse the auth/password when refreshing the sentinel list. #107.
+
# 0.14.1
- Include the timeout value in TimeoutError messages.
- Fix connection keep-alive on FreeBSD. #102.