From a8cd04089222eb178f2f254acddbdea0b4ce41ea Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 26 May 2020 12:05:26 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4eccff..3764d87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v8 (unreleased) + +- All commands accept `context.Context` as first argument. +- Basic support for OpenTelemetry instrumentation. + +## v7.3 + +- New option `Options.Username` which causes client to use `AuthACL`. Be aware if your connection URL contains username. + ## v7.2 - Existing `HMSet` is renamed to `HSet` and old deprecated `HMSet` is restored for Redis 3 users. @@ -10,7 +19,7 @@ ## v7 -- *Important*. Tx.Pipeline now returns a non-transactional pipeline. Use Tx.TxPipeline for a transactional pipeline. +- _Important_. Tx.Pipeline now returns a non-transactional pipeline. Use Tx.TxPipeline for a transactional pipeline. - WrapProcess is replaced with more convenient AddHook that has access to context.Context. - WithContext now can not be used to create a shallow copy of the client. - New methods ProcessContext, DoContext, and ExecContext.