From 4cb9d14eb6b7f60f967e7f2c040c5795a847e0a0 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Mon, 17 Oct 2022 16:27:10 +0300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 302f2ec5..cbe64ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ ### Changed +- Removed asynchronous cancellation based on the context timeout. It was racy in v8 and is + completely gone in v9. - Reworked hook interface and added `DialHook`. - Replaced `redisotel.NewTracingHook` with `redisotel.InstrumentTracing`. See [example](example/otel) and