Skip to content

chore(deps): update module github.com/shopify/sarama to v1.50.3 (master) - autoclosed#12

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-github.com-shopify-sarama-1.x
Closed

chore(deps): update module github.com/shopify/sarama to v1.50.3 (master) - autoclosed#12
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-github.com-shopify-sarama-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown

ℹ️ 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.23.1v1.50.3 age confidence

Release Notes

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

v1.50.3: Version 1.50.3 (2026-06-15)

Compare Source

What's Changed

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

Full Changelog: IBM/sarama@v1.50.2...v1.50.3

v1.50.2: Version 1.50.2 (2026-06-05)

Compare Source

What's Changed

🎉 New Features / Improvements
  • feat(consumer): add support for SyncGroupRequest/Response v5 (KIP-559) by @​dnwe in IBM#3591
  • feat(txn): add protocol support for TxnOffsetCommit v3 by @​dnwe in IBM#3592
  • feat(txn): support consumer group metadata in TxnOffsetCommit v3 by @​dnwe in IBM#3593
  • feat(admin): add protocol support for DeleteRecords v2 (KIP-482) by @​dnwe in IBM#3594
  • feat(protocol): add support for DescribeConfigs v3 and v4 by @​dnwe in IBM#3596
  • feat(admin): add DescribeConfigs for multiple resources by @​dnwe in IBM#3600
  • feat(consumer): option to cap decompressed batch size by @​dnwe in IBM#3604
🐛 Fixes
  • fix(admin): retry ACL and SCRAM ops on stale controller by @​dnwe in IBM#3598
📦 Dependency updates

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

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Taipei)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 commented Jun 22, 2026

Copy link
Copy Markdown
Author

⚠️ 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 -t ./...
go: github.com/Shopify/sarama@v1.50.3: parsing go.mod:
	module declares its path as: github.com/IBM/sarama
	        but was required as: github.com/Shopify/sarama

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/master-github.com-shopify-sarama-1.x branch from 06b95cc to d9ed38e Compare June 22, 2026 09:45
@renovate renovate Bot added the master label Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update module github.com/shopify/sarama to v1.50.3 (master) chore(deps): update module github.com/shopify/sarama to v1.50.3 (master) - autoclosed Jun 24, 2026
@renovate renovate Bot closed this Jun 24, 2026
@renovate renovate Bot deleted the renovate/master-github.com-shopify-sarama-1.x branch June 24, 2026 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants