Skip to content

Update module github.com/Shopify/sarama to v1.50.1#12

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-shopify-sarama-1.x
Open

Update module github.com/Shopify/sarama to v1.50.1#12
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-shopify-sarama-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 28, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/Shopify/sarama v1.36.0v1.50.1 age confidence

Release Notes

Shopify/sarama (github.com/Shopify/sarama)

v1.50.1: Version 1.50.1 (2026-05-27)

Compare Source

What's Changed

🐛 Fixes
  • fix: correct requiredVersion for V8 JoinGroup and add protocol version placeholders by @​dnwe in IBM#3585

Full Changelog: IBM/sarama@v1.50.0...v1.50.1

v1.50.0: Version 1.50.0 (2026-05-27)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
  • fix(client): don't log ErrNoTopicsToUpdateMetadata every tick by @​dnwe in IBM#3566
  • fix(broker): snapshot fetch meters before deferred Mark by @​dnwe in IBM#3563
  • fix: prevent len out of range panic on 32bit architectures by @​gibmat in IBM#3579
  • fix(offset): retry fetchInitialOffset on top-level coordinator errors by @​dnwe in IBM#3574
📦 Dependency updates
🔧 Maintenance
  • refactor: replace eapache/queue with generic ring buffer by @​dnwe in IBM#3560
  • test(fvt): use a per-message timeout in follower failover test by @​dnwe in IBM#3562

New Contributors

Full Changelog: IBM/sarama@v1.49.0...v1.50.0

v1.49.0: Version 1.49.0 (2026-05-18)

Compare Source

What's Changed

🚨 Breaking Changes
  • fix(consumer): decouple FetchRequest.MaxBytes from MaxResponseSize by @​dnwe in IBM#3538
🎉 New Features / Improvements
🐛 Fixes
🔧 Maintenance

Full Changelog: IBM/sarama@v1.48.2...v1.49.0

v1.48.2: Version 1.48.2 (2026-05-13)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
🔧 Maintenance

Full Changelog: IBM/sarama@v1.48.1...v1.48.2

v1.48.1: Version 1.48.1 (2026-05-10)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.48.0...v1.48.1

v1.48.0: Version 1.48.0 (2026-04-24)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.47.0...v1.48.0

v1.47.0: Version 1.47.0 (2026-02-27)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
🔧 Maintenance
📦 Dependency updates

New Contributors

Full Changelog: IBM/sarama@v1.46.3...v1.47.0

v1.46.3: Version 1.46.3 (2025-10-26)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
  • chore(ci): extract tool versions and add renovate customManagers by @​dnwe in IBM#3346

Full Changelog: IBM/sarama@v1.46.2...v1.46.3

v1.46.2: Version 1.46.2 (2025-10-10)

Compare Source

What's Changed

A big focus on improving our support for newer protocol versions in this release, particularly supporting a wider range of flexible versions

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
➕ Other Changes

Full Changelog: IBM/sarama@v1.46.1...v1.46.2

v1.46.1: Version 1.46.1 (2025-09-18)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.24.0 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.46.0...v1.46.1

v1.46.0: Version 1.46.0 (2025-08-25)

Compare Source

[!NOTE]
This release contains significant changes. Notably Sarama will now use the ApiVersionRequest response from each broker to aid in selecting the protocol version to use. The existing Version field in sarama.Config will continue to provide a "pinning" mechanism, but can safely be set to a maximum or higher value than the remote cluster and sarama will sensibly pick compatible versions. There is also a performance improvement relating to MetadataRequests whereby Sarama will avoid having more than a single request to each broker in-flight at any given time. These new (optimal) behaviour is on by default can be opt-ed out via the Metadata.SingleFlight field in Config.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.2...v1.46.0

v1.45.2: Version 1.45.2 (2025-05-28)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.45.1...v1.45.2

v1.45.1: Version 1.45.1 (2025-03-02)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.0...v1.45.1

v1.45.0: Version 1.45.0 (2025-01-07)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance

Full Changelog: IBM/sarama@v1.44.0...v1.45.0

v1.44.0: Version 1.44.0 (2024-12-27)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.20 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
  • chore(deps): bump the golang-org-x group across 1 directory with 2 updates by @​dependabot in IBM#3010
  • chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by @​dependabot in IBM#3041
  • chore(deps): bump the golang-org-x group across 1 directory with 2 updates by @​dependabot in IBM#3040
  • chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.21 to 4.1.22 by @​dependabot in IBM#3038
  • chore(deps): bump the go_modules group across 2 directories with 1 update by @​dependabot in IBM#3035
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.37.0 Update module github.com/Shopify/sarama to v1.37.1 Oct 4, 2022
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 061b578 to 899a378 Compare October 4, 2022 09:22
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.37.1 Update module github.com/Shopify/sarama to v1.37.2 Oct 4, 2022
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 899a378 to 704adda Compare October 4, 2022 21:38
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.37.2 Update module github.com/Shopify/sarama to v1.38.1 Mar 11, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 704adda to 834d624 Compare March 11, 2023 20:33
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.38.1 Update module github.com/Shopify/sarama to v1.40.0 Jul 17, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 834d624 to 6fa22dc Compare July 17, 2023 15:31
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/Shopify/sarama@v1.43.2: parsing go.mod:
	module declares its path as: github.com/IBM/sarama
	        but was required as: github.com/Shopify/sarama

@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.40.0 Update module github.com/Shopify/sarama to v1.40.1 Jul 27, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 6fa22dc to 87bb373 Compare July 27, 2023 00:14
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.40.1 Update module github.com/Shopify/sarama to v1.41.0 Aug 21, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 87bb373 to 638fefc Compare August 21, 2023 22:29
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 638fefc to 466ac0c Compare August 30, 2023 14:14
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.41.0 Update module github.com/Shopify/sarama to v1.41.1 Aug 30, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 466ac0c to 0ed6a66 Compare September 12, 2023 19:56
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.41.1 Update module github.com/Shopify/sarama to v1.41.2 Sep 12, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 0ed6a66 to b0b3161 Compare October 18, 2023 01:29
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.41.2 Update module github.com/Shopify/sarama to v1.41.3 Oct 18, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from b0b3161 to dd08749 Compare November 2, 2023 19:33
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.41.3 Update module github.com/Shopify/sarama to v1.42.0 Nov 2, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from dd08749 to f954154 Compare November 7, 2023 15:53
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.42.0 Update module github.com/Shopify/sarama to v1.42.1 Nov 7, 2023
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from f954154 to 1672607 Compare February 10, 2024 01:39
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.42.1 Update module github.com/Shopify/sarama to v1.42.2 Feb 10, 2024
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 1672607 to fb039c1 Compare February 23, 2024 01:46
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.42.2 Update module github.com/Shopify/sarama to v1.43.0 Feb 23, 2024
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from fb039c1 to a31b823 Compare March 27, 2024 12:24
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.43.0 Update module github.com/Shopify/sarama to v1.43.1 Mar 27, 2024
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from a31b823 to dd4a324 Compare April 25, 2024 19:43
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.45.1 - autoclosed Update module github.com/Shopify/sarama to v1.45.1 Apr 3, 2025
@renovate renovate Bot reopened this Apr 3, 2025
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 6798998 to f29b377 Compare May 29, 2025 00:05
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.45.1 Update module github.com/Shopify/sarama to v1.45.2 May 29, 2025
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from f29b377 to 6b8f354 Compare August 25, 2025 13:12
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.45.2 Update module github.com/Shopify/sarama to v1.46.0 Aug 25, 2025
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 6b8f354 to a8f3788 Compare September 19, 2025 01:34
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.0 Update module github.com/Shopify/sarama to v1.46.1 Sep 19, 2025
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from a8f3788 to fc11a57 Compare October 10, 2025 21:04
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.1 Update module github.com/Shopify/sarama to v1.46.2 Oct 10, 2025
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from fc11a57 to 44e87ff Compare October 26, 2025 13:52
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.2 Update module github.com/Shopify/sarama to v1.46.3 Oct 26, 2025
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.3 Update module github.com/Shopify/sarama to v1.46.3 - autoclosed Nov 14, 2025
@renovate renovate Bot closed this Nov 14, 2025
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.3 - autoclosed Update module github.com/Shopify/sarama to v1.46.3 Nov 15, 2025
@renovate renovate Bot reopened this Nov 15, 2025
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch 2 times, most recently from 44e87ff to bfa20e5 Compare November 15, 2025 00:40
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.3 Update module github.com/Shopify/sarama to v1.46.3 - autoclosed Nov 22, 2025
@renovate renovate Bot closed this Nov 22, 2025
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.3 - autoclosed Update module github.com/Shopify/sarama to v1.46.3 Nov 22, 2025
@renovate renovate Bot reopened this Nov 22, 2025
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch 2 times, most recently from bfa20e5 to e0510ee Compare November 22, 2025 21:51
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.3 Update module github.com/Shopify/sarama to v1.46.3 - autoclosed Jan 6, 2026
@renovate renovate Bot closed this Jan 6, 2026
@renovate renovate Bot changed the title Update module github.com/Shopify/sarama to v1.46.3 - autoclosed Update module github.com/Shopify/sarama to v1.46.3 Jan 7, 2026
@renovate renovate Bot reopened this Jan 7, 2026
@renovate renovate Bot force-pushed the renovate/github.com-shopify-sarama-1.x branch from 0667dcf to e0510ee Compare January 7, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants