Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps github.com/Shopify/sarama from 1.23.1 to 1.24.0.

Release notes

Sourced from github.com/Shopify/sarama's releases.

Version 1.24.0 (2019-10-09)

New Features:

  • Add sticky partition assignor (1416).
  • Switch from cgo zstd package to pure Go implementation (1477).

Improvements:

  • Allow creating ClusterAdmin from client (1415).
  • Set KafkaVersion in ListAcls method (1452).
  • Set request version in CreateACL ClusterAdmin method (1458).
  • Set request version in DeleteACL ClusterAdmin method (1461).
  • Handle missed error codes on TopicMetaDataRequest and GroupCoordinatorRequest (1464).
  • Remove direct usage of gofork (1465).
  • Add support for Go 1.13 (1478).
  • Improve behavior of NewMockListAclsResponse (1481).

Bug Fixes:

  • Fix race condition in consumergroup example (1434).
  • Fix brokerProducer goroutine leak (1442).
  • Use released version of lz4 library (1469).
  • Set correct version in MockDeleteTopicsResponse (1484).
  • Fix CLI help message typo (1494).

Known Issues:

Changelog

Sourced from github.com/Shopify/sarama's changelog.

Version 1.24.0 (2019-10-09)

New Features:

  • Add sticky partition assignor
    (1416).
  • Switch from cgo zstd package to pure Go implementation
    (1477).

Improvements:

  • Allow creating ClusterAdmin from client
    (1415).
  • Set KafkaVersion in ListAcls method
    (1452).
  • Set request version in CreateACL ClusterAdmin method
    (1458).
  • Set request version in DeleteACL ClusterAdmin method
    (1461).
  • Handle missed error codes on TopicMetaDataRequest and GroupCoordinatorRequest
    (1464).
  • Remove direct usage of gofork
    (1465).
  • Add support for Go 1.13
    (1478).
  • Improve behavior of NewMockListAclsResponse
    (1481).

Bug Fixes:

  • Fix race condition in consumergroup example
    (1434).
  • Fix brokerProducer goroutine leak
    (1442).
  • Use released version of lz4 library
    (1469).
  • Set correct version in MockDeleteTopicsResponse
    (1484).
  • Fix CLI help message typo
    (1494).

Known Issues:

Commits
  • 1358e9c Merge pull request #1509 from Shopify/changelog-1.24.0
  • 3ce4049 Compile changelog for v1.24.0
  • 6de9dcd Merge pull request #1502 from philodavies/consumer-example_fix-wording
  • 5302f4b Update documentation with Sarama instead of Sarma
  • 0b5880d Merge pull request #1494 from llussy/patch-1
  • fd046a1 modify ofset to offset
  • 2af3bad Merge pull request #1485 from agapoff/improved-mock-delete-acl-response
  • 8913cd5 Merge pull request #1477 from klauspost/use-pure-go-zstd
  • 088b170 Use response with the same version as request in MockDeleteAclsResponse
  • 2fbc232 Remove double newline
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/Shopify/sarama/releases)
- [Changelog](https://github.com/Shopify/sarama/blob/master/CHANGELOG.md)
- [Commits](IBM/sarama@v1.23.1...v1.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 10, 2019
@racevedoo
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 2d9a6a7 into master Oct 15, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/Shopify/sarama-1.24.0 branch October 15, 2019 10:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants