Skip to content

Commit

Permalink
Update changelog for v9 (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco authored Aug 2, 2021
1 parent 38d1749 commit 4261a2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
> :heart:
> [**Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs](https://uptrace.dev)
## v9 UNRELEASED

- Added support for [RESP3](https://github.com/antirez/RESP3/blob/master/spec.md) protocol.
- Removed `Pipeline.Close` since there is no real need to explicitly manage pipeline resources.
`Pipeline.Discard` is still available if you want to reset commands for some reason.
- Replaced `*redis.Z` with `redis.Z` since it is small enough to be passed as value.

## v8.11

- Remove OpenTelemetry metrics.
Expand Down

0 comments on commit 4261a2c

Please sign in to comment.