summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-11-04 18:52:16 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-11-04 18:52:16 +0000
commit61a3777eb82896afbb2472017210c7642751ecc2 (patch)
treefbd20f88f28005e6083560ba65e0194403aa3e42 /CHANGELOG.md
parentReleasing debian version 1.13.1-1. (diff)
downloadiredis-61a3777eb82896afbb2472017210c7642751ecc2.tar.xz
iredis-61a3777eb82896afbb2472017210c7642751ecc2.zip
Merging upstream version 1.14.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md31
1 files changed, 25 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49329ca..c98e9f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,32 @@
## UPCOMING
-## 1.3
+## 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: upgrade redis-py to 4.5
+- Doc: update homepage link to iredis.xbin.io
+- Bugfix: Fix restore command caused by string literal escape
+
+## 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
@@ -17,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
@@ -270,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.
@@ -308,3 +326,4 @@
[tssujt]: https://github.com/tssujt
[aymericbeaumet]: https://github.com/aymericbeaumet
[torrefatto]: https://github.com/torrefatto
+[chayim]: https://github.com/chayim