SHA256
1
0
forked from pool/python-redis

Accepting request 722636 from home:mcalabkova:branches:devel:languages:python

- Update to v3.3.6
  * Resolve a race condition with the PubSubWorkerThread. #1150
  * Response callbacks are now case insensitive.
  * Added support for hiredis-py 1.0.0 encoding error support.
  * Add READONLY and READWRITE commands.
  * Added extensive health checks that keep the connections lively.
  * Many more changes, see upstream changelog.

OBS-URL: https://build.opensuse.org/request/show/722636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=44
This commit is contained in:
Tomáš Chvátal
2019-08-12 10:15:23 +00:00
committed by Git OBS Bridge
parent d46cedc7b6
commit bda3abda55
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 12 09:52:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to v3.3.6
* Resolve a race condition with the PubSubWorkerThread. #1150
* Response callbacks are now case insensitive.
* Added support for hiredis-py 1.0.0 encoding error support.
* Add READONLY and READWRITE commands.
* Added extensive health checks that keep the connections lively.
* Many more changes, see upstream changelog.
-------------------------------------------------------------------
Sun Mar 31 09:47:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>