Ver Fonte

Update CHANGELOG.

Daniele Alessandri há 11 anos atrás
pai
commit
1c05c878f4
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      CHANGELOG.md

+ 7 - 0
CHANGELOG.md

@@ -103,6 +103,13 @@ v0.8.5 (2013-xx-xx)
   responses are not parsed, which means arguments must follow the signature of
   responses are not parsed, which means arguments must follow the signature of
   the command as defined by Redis and complex responses are left untouched.
   the command as defined by Redis and complex responses are left untouched.
 
 
+- URI parsing for connection parameters has been improved and has slightly less
+  overhead when the number of fields in the querystring grows. New features are:
+
+    - Parsing does not break when value of a field contains one or more "=".
+    - Repeated fieldnames using [] produce an array of values.
+    - Empty or incomplete "key=value" pairs result in an empty string for "key".
+
 - Various improvements and fixes to the redis-cluster connection backend:
 - Various improvements and fixes to the redis-cluster connection backend:
 
 
     - __FIX__: the `ASKING` command is sent upon -ASK redirections.
     - __FIX__: the `ASKING` command is sent upon -ASK redirections.