Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Oct 3, 2022
1 parent 7041119 commit be16b65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 4.9.0 - 2022-10-03

### Added

- New `parquet` input for reading a batch of Parquet files from disk.
Expand Down
2 changes: 1 addition & 1 deletion internal/impl/redis/input_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func redisListInputConfig() *service.ConfigSpec {
return spec.
Field(service.NewStringField("key").
Description("The key of a list to read from.")).
Field(service.NewInputMaxInFlightField()).
Field(service.NewInputMaxInFlightField().Version("4.9.0")).
Field(service.NewDurationField("timeout").
Description("The length of time to poll for new messages before reattempting.").
Default("5s").
Expand Down
1 change: 1 addition & 0 deletions website/docs/components/inputs/redis_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ Optionally sets a limit on the number of messages that can be flowing through a

Type: `int`
Default: `0`
Requires version 4.9.0 or newer

### `timeout`

Expand Down

0 comments on commit be16b65

Please sign in to comment.