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.35.0 to 1.37.2 #194

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/Shopify/sarama from 1.35.0 to 1.37.2.

Release notes

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

Version 1.37.2 (2022-10-04)

What's Changed

:bug: Fixes

:heavy_plus_sign: Other Changes

Full Changelog: https://github.com/Shopify/sarama/compare/v1.37.1...v1.37.2

Version 1.37.1 (2022-10-04)

What's Changed

:bug: Fixes

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.37.0...v1.37.1

Version 1.37.0 (2022-09-28)

What's Changed

:rotating_light: Breaking Changes

  • Due to a change in github.com/klauspost/compress v1.15.10, Sarama v1.37.0 requires Go 1.17 going forward, unfortunately due to an oversight this wasn't reflected in the go.mod declaration at time of release.

:tada: New Features / Improvements

:bug: Fixes

:package: Dependency updates

... (truncated)

Commits
  • 610514e fix: bump go.mod specification to go 1.17 (#2357)
  • fb9a931 fix: ensure updateMetaDataMs is 64-bit aligned (#2356)
  • 0162486 fix(producer): replace time.After with time.Timer to avoid high memory usage ...
  • 50ceb93 fix(test): consumer group rebalance strategy compatibility (#2353)
  • eaf1def fix: support existing deprecated Rebalance.Strategy field usage (#2352)
  • 619d4ef Merge pull request #2327 from joewreschnig/mock-config-validate
  • 9a14762 Validate the Config when creating a mock producer/consumer
  • b923960 Merge pull request #2350 from Shopify/deps/github.com-pierrec-lz4-v4-4.1.x
  • fcc0267 Merge pull request #2349 from Shopify/deps/github.com-klauspost-compress-1.15.x
  • c9db08b Merge pull request #2336 from Shopify/deps/github.com-shopify-toxiproxy-v2-2.x
  • 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)