File iredis.changes of Package failed_iredis
-------------------------------------------------------------------
Mon Jan 2 15:45:15 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.13:
* Drop Python 3.6 support
- includes changes from 1.12.2:
* honor ssl_cert_reqs strategy via --verify-ssl or a rediss://
URL parameter ssl_cert_reqs
-------------------------------------------------------------------
Wed Aug 31 19:09:37 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 1.12.1:
- support HRANDFIELD. by @laixintao in #431
- add testing on redis 7. by @laixintao in #433
- bugfix: fix error when pop multiple elements by @Mr3h1v in #436
- Allow to provide a custom prompt via --prompt by @aymericbeaumet in #437
- support username for client connection by @laixintao in #438
- support client_addr and client_id in prompt string, add some tests. by @laixintao in #440
- support prompt in iredisrc config file by @laixintao in #441
-------------------------------------------------------------------
Wed Jun 29 08:48:41 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- disable some failing tests (reported upstream) to fix the build.
-------------------------------------------------------------------
Wed Jun 29 08:36:26 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.12:
- Feature: CLIENT KILL now support LADDR argument.
- Feature: CLIENT LIST now support ID argument.
- Feature: CLIENT PAUSE support options and added CLIENT UNPAUSE command.
- Feature: CLIENT TRACKING support multiple prefixes.
- Feature: support new command: CLIENT TRACKINGINFO.
- Feature: support new command: COPY.
- Feature: support new command: EVAL_RO and EVALSHA_RO.
- Feature: support new command: EXPIRETIME.
- Feature: support new command: FAILOVER.
- Feature: support new command: GEOSEARCH.
- Feature: support new command: GEOSEARCHRESTORE.
- Feature: support new command: GETDEL.
- Feature: support new command: GETEX.
- Feature: FLUSHDB and FLUSHALL supports SYNC option.
- Feature: GEOADD supports CH XX NX options.
- Feature: Timestamp Completers are now support completion for timestamp fields and milliseconds timestamp fields.
- Deprecate: GEORADIUS is deprecated, no auto-complete for this command anymore.
- Deprecate: GEORADIUSBYMEMBER is deprecated, no auto-complete for this command anymore.
- update to version 1.11.1:
- Bugfix: Switch distutils.version to packaging.version to fix the version parse for windows. (new dependency: pypi's python-packaging.
-------------------------------------------------------------------
Fri Jan 28 16:08:08 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Skip a few failings tests (bugs upstream).
-------------------------------------------------------------------
Tue Jan 25 16:25:16 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 1.11.0:
- Introduce codespell to find typos by @tssujt in #411
- upgrade mistune to ^2.0 by @laixintao in #416
-------------------------------------------------------------------
Mon Jan 10 21:44:27 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 1.10.0:
- Feature: more human readable output for HELP command like ACL HELP and MEMORY HELP.
- Feature: you can use Ctrl + C to cancel a blocking command like BLPOP.
- Test: IRedis now tested under ubuntu-latest (before is ubuntu-16.04)
- Dependency: Support Python 3.10 now, thanks to tssujt.
-------------------------------------------------------------------
Mon Nov 22 08:28:55 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim filler wording from description.
-------------------------------------------------------------------
Sun Nov 21 15:24:39 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- initial package for version 1.9.4.