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.1 #122

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

Version 1.30.1 (2021-12-04)

What's Changed

:tada: New Features / Improvements

:bug: Fixes

:wrench: Maintenance

Notes

  • ℹ️ from Sarama 1.30.x onward the minimum version of Go toolchain required is 1.16.x

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.30.0...v1.30.1

Version 1.30.0 (2021-09-29)

⚠️ This release has been superseded by v1.30.1 and should not be used.

regression: enabling rackawareness causes severe throughput drops (#2071) — fixed in v1.30.1 via #2076


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


New Features / Improvements

... (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
  • 635bcf3 Merge pull request #2076 from Shopify/dnwe/fix-fetch-from-follower
  • cbcd734 fix: only update preferredReadReplica if valid
  • 556ddf7 Merge pull request #2070 from lizthegrey/patch-1
  • f345558 Update functional_test.go
  • f1fd3bc Update docker-compose.yml
  • 765c2f6 chore: confluent platform version bump
  • 99c86c9 Merge pull request #2057 from pachmu/fix-empty-batch-consume
  • 3a200f6 Merge pull request #2054 from utrack/fix-debuglog-format
  • a8a9228 fix: stuck on the batch with zero records length
  • 8d55a30 logger: fix debug logs' formatting directives
  • 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)