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

@dependabot-preview dependabot-preview bot commented Jul 3, 2019

Bumps github.com/Shopify/sarama from 1.19.0 to 1.23.0.

Release notes

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

Version 1.23.0 (2019-07-02)

New Features:

  • Add support for Kafka 2.3.0 (1418).
  • Add support for ListConsumerGroupOffsets v2 (1374).
  • Add support for DeleteConsumerGroup (1417).
  • Add support for SASLVersion configuration (1410).
  • Add kerberos support (1366).

Improvements:

  • Improve sasl_scram_client example (1406).
  • Fix shutdown and race-condition in consumer-group example (1404).
  • Add support for error codes 77—81 (1397).
  • Pool internal objects allocated per message (1385).
  • Reduce packet decoder allocations (1373).
  • Support timeout when fetching metadata (1359).

Bug Fixes:

  • Fix fetch size integer overflow (1376).
  • Handle and log throttled FetchResponses (1383).
  • Refactor misspelled word Resouce to Resource (1368).

Version 1.22.1 (2019-04-29)

Improvements:

  • Use zstd 1.3.8 (1350).
  • Add support for SaslHandshakeRequest v1 (1354).

Bug Fixes:

  • Fix V5 MetadataRequest nullable topics array (1353).
  • Use a different SCRAM client for each broker connection (1349).
  • Fix AllowAutoTopicCreation for MetadataRequest greater than v3 (1344).

Version 1.22.0 (2019-04-09)

New Features:

  • Add Offline Replicas Operation to Client (1318).
  • Allow using proxy when connecting to broker (1326).
  • Implement ReadCommitted (1307).
  • Add support for Kafka 2.2.0 (1331).
  • Add SASL SCRAM-SHA-512 and SCRAM-SHA-256 mechanismes (1331).

Improvements:

  • Unregister all broker metrics on broker stop (1232).
  • Add SCRAM authentication example (1303).
  • Add consumergroup examples (1304).
  • Expose consumer batch size metric (1296).
  • Add TLS options to console producer and consumer (1300).
  • Reduce client close bookkeeping (1297).
  • Satisfy error interface in create responses (1154).
  • Please lint gods (1346).

Bug Fixes:

... (truncated)
Changelog

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

Version 1.23.0 (2019-07-02)

New Features:

  • Add support for Kafka 2.3.0
    (1418).
  • Add support for ListConsumerGroupOffsets v2
    (1374).
  • Add support for DeleteConsumerGroup
    (1417).
  • Add support for SASLVersion configuration
    (1410).
  • Add kerberos support
    (1366).

Improvements:

  • Improve sasl_scram_client example
    (1406).
  • Fix shutdown and race-condition in consumer-group example
    (1404).
  • Add support for error codes 77—81
    (1397).
  • Pool internal objects allocated per message
    (1385).
  • Reduce packet decoder allocations
    (1373).
  • Support timeout when fetching metadata
    (1359).

Bug Fixes:

  • Fix fetch size integer overflow
    (1376).
  • Handle and log throttled FetchResponses
    (1383).
  • Refactor misspelled word Resouce to Resource
    (1368).

Version 1.22.1 (2019-04-29)

Improvements:

  • Use zstd 1.3.8
    (1350).
  • Add support for SaslHandshakeRequest v1
    (1354).

Bug Fixes:

  • Fix V5 MetadataRequest nullable topics array
    (1353).
  • Use a different SCRAM client for each broker connection
    (1349).
  • Fix AllowAutoTopicCreation for MetadataRequest greater than v3
... (truncated)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 3, 2019
@dependabot-preview dependabot-preview bot requested a review from racevedoo July 3, 2019 03:39
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/Shopify/sarama-1.23.0 branch from 44be2b8 to cd1905c Compare July 3, 2019 10:52
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.19.0 to 1.23.0.
- [Release notes](https://github.com/Shopify/sarama/releases)
- [Changelog](https://github.com/Shopify/sarama/blob/master/CHANGELOG.md)
- [Commits](IBM/sarama@v1.19.0...v1.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/Shopify/sarama-1.23.0 branch from cd1905c to 34f0e6a Compare July 3, 2019 10:57
@racevedoo
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 8e387be into master Jul 3, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/Shopify/sarama-1.23.0 branch July 3, 2019 11:08
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