CHANGELOG.md in redis-client-0.13.0 vs CHANGELOG.md in redis-client-0.14.0
- old
+ new
@@ -1,6 +1,12 @@
# Unreleased
+# 0.14.0
+
+- hiredis binding now implement GC compaction and write barriers.
+- hiredis binding now properly release the GVL around `connect(2)`.
+- hiredis the client memory is now re-used on reconnection when possible to reduce allocation churn.
+
# 0.13.0
- Enable TCP keepalive on redis sockets. It sends a keep alive probe every 15 seconds for 2 minutes. #94.
# 0.12.2