From 69829819561dd586ad38aeb10ed71ca0771b9d7a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Aug 2022 14:04:47 +0200 Subject: Merging upstream version 1.12.1. Signed-off-by: Daniel Baumann --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 1420608..f190414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## UPCOMING + +- Feature: support new command: `HRANDFIELD`. +- Bugfix: all tests pass on redis:7 now. +- Feature: IRedis now accept `username` for auth, redis server version under 6 + will ignore `username`. +- Feature: IRedis support prompt now, you can customize prompt string. (thanks to [aymericbeaumet]) + ## 1.12 - Feature: `CLIENT KILL` now support `LADDR` argument. @@ -15,14 +23,17 @@ - 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. +- 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. ### 1.11.1 -- Bugfix: Switch `distutils.version` to `packaging.version` to fix the version parse - for windows. (new dependency: pypi's python-packaging. +- Bugfix: Switch `distutils.version` to `packaging.version` to fix the version + parse for windows. (new dependency: pypi's python-packaging. ## 1.11 @@ -282,3 +293,4 @@ [hanaasagi]: https://github.com/Hanaasagi [sid-maddy]: https://github.com/sid-maddy [tssujt]: https://github.com/tssujt +[aymericbeaumet]: https://github.com/aymericbeaumet -- cgit v1.2.3