Skip to content

Commit

Permalink
Merge pull request #1600 from Shopify/changelog1261
Browse files Browse the repository at this point in the history
Add changelog for 1.26.1
  • Loading branch information
bai authored Feb 4, 2020
2 parents 304d196 + 3e01db5 commit b3a8121
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Changelog


#### Unreleased

#### Version 1.26.1 (2020-02-04)

Improvements:
- Add requests-in-flight metric ([1539](https://github.com/Shopify/sarama/pull/1539))
- Fix misleading example for cluster admin ([1595](https://github.com/Shopify/sarama/pull/1595))
- Replace Travis with GitHub Actions, linters housekeeping ([1573](https://github.com/Shopify/sarama/pull/1573))
- Allow BalanceStrategy to provide custom assignment data ([1592](https://github.com/Shopify/sarama/pull/1592))

Bug Fixes:
- Adds back Consumer.Offsets.CommitInterval to fix API ([1590](https://github.com/Shopify/sarama/pull/1590))
- Fix error message s/CommitInterval/AutoCommit.Interval ([1589](https://github.com/Shopify/sarama/pull/1589))

#### Version 1.26.0 (2020-01-24)

New Features:
Expand Down
3 changes: 0 additions & 3 deletions balance_strategy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func TestBalanceStrategyRange(t *testing.T) {
}

func TestBalanceStrategyRangeAssignmentData(t *testing.T) {

strategy := BalanceStrategyRange

members := make(map[string]ConsumerGroupMemberMetadata, 2)
Expand Down Expand Up @@ -214,7 +213,6 @@ func Test_deserializeTopicPartitionAssignment(t *testing.T) {
}

func TestBalanceStrategyRoundRobinAssignmentData(t *testing.T) {

strategy := BalanceStrategyRoundRobin

members := make(map[string]ConsumerGroupMemberMetadata, 2)
Expand Down Expand Up @@ -1994,7 +1992,6 @@ func Test_stickyBalanceStrategy_Plan_ConflictingPreviousAssignments(t *testing.T
}

func Test_stickyBalanceStrategy_Plan_AssignmentData(t *testing.T) {

s := &stickyBalanceStrategy{}

members := make(map[string]ConsumerGroupMemberMetadata, 2)
Expand Down

0 comments on commit b3a8121

Please sign in to comment.