Mongey / terraform-provider-confluentcloud

A Terraform provider for managing resource in confluent.cloud
MIT License
110 stars 47 forks source link

Bump github.com/Shopify/sarama from 1.27.1 to 1.30.0 #114

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/Shopify/sarama from 1.27.1 to 1.30.0.

Release notes

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

Version 1.30.0 (2021-09-29)

ℹ️ Note: from Sarama 1.30.0 the minimum version of Go toolchain required is 1.16.x


New Features / Improvements

Fixes

New Contributors

... (truncated)

Changelog

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

Changelog

Unreleased

Improvements

Fixes

Version 1.28.0 (2021-02-15)

Note that with this release we change RoundRobinBalancer strategy to match Java client behavior. See #1788 for details.

  • #1870 - @​kvch - Update Kerberos library to latest major
  • #1876 - @​bai - Update docs, reference pkg.go.dev
  • #1846 - @​wclaeys - Do not ignore Consumer.Offsets.AutoCommit.Enable config on Close
  • #1747 - @​XSAM - fix: mock sync producer does not handle the offset while sending messages
  • #1863 - @​bai - Add support for Kafka 2.7.0 + update lz4 and klauspost/compress dependencies
  • #1788 - @​kzinglzy - feat[balance_strategy]: announcing a new round robin balance strategy
  • #1862 - @​bai - Fix CI setenv permissions issues
  • #1832 - @​ilyakaznacheev - Update Godoc link to pkg.go.dev
  • #1822 - @​danp - KIP-392: Allow consumers to fetch from closest replica

Version 1.27.2 (2020-10-21)

Improvements

#1750 - @​krantideep95 Adds missing mock responses for mocking consumer group

Fixes

#1817 - reverts #1785 - Add private method to Client interface to prevent implementation

Commits
  • 712b6bb Merge pull request #2038 from Shopify/dnwe/github-actions
  • 2524b44 fix(ci): local branches dont need pull_request
  • dc9a568 feat: add a fuzzing workflow to github actions
  • 461b931 Merge pull request #2035 from Shopify/dnwe/add-missing-version-constants
  • 8a2c8ba fix(test): use copy in mockbroker SetHandlersByMap
  • 01c7c43 chore: bump up the test timeout to 10m
  • aa7ce85 fix: prevent data race on conf.Version
  • 1cdea0a chore: populate the missing kafka versions
  • 94c8136 Merge pull request #2034 from Shopify/kafka-3
  • 1b6f0b3 Add support for kafka 3.0.0
  • 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[bot] commented 2 years ago

Superseded by #122.