forked from pool/python-redis
Accepting request 132435 from home:poorboywilly:branches:devel:languages:python
Update to 2.6.2. Note: python3 now supported, should we do anything with that? OBS-URL: https://build.opensuse.org/request/show/132435 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 18:11:40 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
- Update to 2.6.2:
|
||||
* `from_url` is now available as a classmethod on client classes. Thanks
|
||||
Jon Parise for the patch.
|
||||
* Fixed several encoding errors resulting from the Python 3.x support.
|
||||
- Changes in 2.6.1:
|
||||
* Python 3.x support! Big thanks to Alex Grönholm.
|
||||
* Fixed a bug in the PythonParser's read_response that could hide an error
|
||||
from the client (#251).
|
||||
- Changes in 2.6.0:
|
||||
* Changed (p)subscribe and (p)unsubscribe to no longer return messages
|
||||
indicating the channel was subscribed/unsubscribed to. These messages
|
||||
are available in the listen() loop instead. This is to prevent the
|
||||
following scenario:
|
||||
* Client A is subscribed to "foo"
|
||||
* Client B publishes message to "foo"
|
||||
* Client A subscribes to channel "bar" at the same time.
|
||||
Prior to this change, the subscribe() call would return the published
|
||||
messages on "foo" rather than the subscription confirmation to "bar".
|
||||
* Added support for GETRANGE, thanks Jean-Philippe Caruana
|
||||
* A new setting "decode_responses" specifies whether return values from
|
||||
Redis commands get decoded automatically using the client's charset
|
||||
value. Thanks to Frankie Dintino for the patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 22:35:06 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
|
Reference in New Issue
Block a user