forked from mirror/redis
chore: update changelog
This commit is contained in:
parent
104c757027
commit
4cb9d14eb6
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
### Changed
|
### 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`.
|
- Reworked hook interface and added `DialHook`.
|
||||||
- Replaced `redisotel.NewTracingHook` with `redisotel.InstrumentTracing`. See
|
- Replaced `redisotel.NewTracingHook` with `redisotel.InstrumentTracing`. See
|
||||||
[example](example/otel) and
|
[example](example/otel) and
|
||||||
|
|
Loading…
Reference in New Issue