Skip to content

Commit 37f5a2b

Browse files
committed
Update changelog
1 parent 8e85104 commit 37f5a2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.9
7+
8+
- Changed `PubSub.Channel` to only rely on `Ping` result. You can now use `WithChannelSize`,
9+
`WithChannelHealthCheckInterval`, and `WithChannelSendTimeout` to override default settings.
10+
611
## v8.8
712

813
- To make updating easier, extra modules now have the same version as go-redis does. That means that

pubsub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ func WithChannelHealthCheckInterval(d time.Duration) ChannelOption {
484484
}
485485
}
486486

487-
// WithChannelSendTimeout specifies that channel send timeout after which
487+
// WithChannelSendTimeout specifies the channel send timeout after which
488488
// the message is dropped.
489489
//
490490
// The default is 60 seconds.

0 commit comments

Comments
 (0)