From 6a1b941a6988251fd8306127e6d93c522e8471f8 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Thu, 17 Sep 2020 12:58:09 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2d694..edde619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ ## v8 +### v8.0 + - Documentation at https://redis.uptrace.dev/ - All commands require `context.Context` as a first argument, e.g. `rdb.Ping(ctx)`. If you are not using `context.Context` yet, the simplest option is to define global package variable `var ctx = context.TODO()` and use it when `ctx` is required. +- Full support for `context.Context` canceling. + - Added `redis.NewFailoverClusterClient` that supports routing read-only commands to a slave node. - Added `redisext.OpenTemetryHook` that adds