Skip to content

Commit dd4b7eb

Browse files
committed
add release CHANGELOG
Signed-off-by: monkey <[email protected]>
1 parent 27e2efb commit dd4b7eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
> :heart:
44
> [**Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs](https://uptrace.dev)
55
6+
## v8.11
7+
8+
- Remove OpenTelemetry metrics.
9+
- Supports more redis commands and options.
10+
611
## v8.10
712

813
- Removed extra OpenTelemetry spans from go-redis core. Now go-redis instrumentation only adds a

commands.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ type Cmdable interface {
235235
XPendingExt(ctx context.Context, a *XPendingExtArgs) *XPendingExtCmd
236236
XClaim(ctx context.Context, a *XClaimArgs) *XMessageSliceCmd
237237
XClaimJustID(ctx context.Context, a *XClaimArgs) *StringSliceCmd
238+
XAutoClaim(ctx context.Context, a *XAutoClaimArgs) *XAutoClaimCmd
239+
XAutoClaimJustID(ctx context.Context, a *XAutoClaimArgs) *XAutoClaimJustIDCmd
238240

239241
// TODO: XTrim and XTrimApprox remove in v9.
240242
XTrim(ctx context.Context, key string, maxLen int64) *IntCmd

0 commit comments

Comments
 (0)