Adding upstream version 1.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9e8d2d0c6a
commit
1ff56e1f8f
19 changed files with 152 additions and 114 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,23 +1,32 @@
|
|||
## UPCOMING
|
||||
|
||||
## 1.3.1
|
||||
## 1.14
|
||||
|
||||
- Dependency: upgrade redis-py to 5 (thanks to [chayim])
|
||||
- Feature: porting to redis-server 7.2 now
|
||||
- Feature: supports python 3.10, 3.11 now
|
||||
- Doc: update commands.json from redis-doc to latest version
|
||||
|
||||
## 1.13.2
|
||||
|
||||
- Dependency: upgrade markdown render mistune to v3
|
||||
- Dependency: deprecated importlib_resources, use Python build in `importlib.resources` now
|
||||
- Dependency: deprecated importlib_resources, use Python build in
|
||||
`importlib.resources` now
|
||||
- Dependency: upgrade redis-py to 4.5
|
||||
- Doc: update homepage link to iredis.xbin.io
|
||||
- Bugfix: Fix restore command caused by string literal escape
|
||||
|
||||
## 1.3
|
||||
## 1.13
|
||||
|
||||
- Dependency: Drop Python 3.6 support.
|
||||
- Bugfix: fix some typos.
|
||||
|
||||
### 1.12.2
|
||||
|
||||
- Feature: IRedis now honors the `ssl_cert_reqs` strategy, either specifying it via
|
||||
command line (`--verify-ssl=<none|optional|required>`) or as an url parameter (`ssl_cert_reqs`)
|
||||
when the connection is secured via tls (`rediss://`). (authored by [torrefatto])
|
||||
- Feature: IRedis now honors the `ssl_cert_reqs` strategy, either specifying it
|
||||
via command line (`--verify-ssl=<none|optional|required>`) or as an url
|
||||
parameter (`ssl_cert_reqs`) when the connection is secured via tls
|
||||
(`rediss://`). (authored by [torrefatto])
|
||||
|
||||
### 1.12.1
|
||||
|
||||
|
@ -25,7 +34,8 @@
|
|||
- 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])
|
||||
- Feature: IRedis support prompt now, you can customize prompt string. (thanks
|
||||
to [aymericbeaumet])
|
||||
|
||||
## 1.12
|
||||
|
||||
|
@ -278,7 +288,7 @@
|
|||
|
||||
### 0.8.12
|
||||
|
||||
- Bugfix: Multi spaces between commands can be recongnised as correct commands
|
||||
- Bugfix: Multi spaces between commands can be recognised as correct commands
|
||||
now.
|
||||
- Feature: Warning on dangerous command.
|
||||
|
||||
|
@ -316,3 +326,4 @@
|
|||
[tssujt]: https://github.com/tssujt
|
||||
[aymericbeaumet]: https://github.com/aymericbeaumet
|
||||
[torrefatto]: https://github.com/torrefatto
|
||||
[chayim]: https://github.com/chayim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue