15
0

- update to 2.13.0:

* Fixed xadd timestamp (fixes #151) (#152)
  * Implement XDEL #153
  * Improve test code
  * Fix reported security issue
  * Add support for `Connection.read_response` arguments used in
    redis-py 4.5.5 and 5.0.0
  * Adding state for scan commands (#99)
  * Improved documentation (added async sample, etc.)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=33
This commit is contained in:
2023-05-29 13:38:56 +00:00
committed by Git OBS Bridge
parent 42223a2c7b
commit da10a10b53
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 29 13:33:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.13.0:
* Fixed xadd timestamp (fixes #151) (#152)
* Implement XDEL #153
* Improve test code
* Fix reported security issue
* Add support for `Connection.read_response` arguments used in
redis-py 4.5.5 and 5.0.0
* Adding state for scan commands (#99)
* Improved documentation (added async sample, etc.)
-------------------------------------------------------------------
Mon May 8 18:09:08 UTC 2023 - Dirk Müller <dmueller@suse.com>