Skip to content

fix(deps): update module github.com/ibm/sarama to v1.60.1 - #157

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

fix(deps): update module github.com/ibm/sarama to v1.60.1#157
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-ibm-sarama-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/IBM/sarama v1.46.3v1.60.1 age confidence

Release Notes

IBM/sarama (github.com/IBM/sarama)

v1.60.1: Version 1.60.1 (2026-07-29)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
  • fix(consumer): preserve pauses across reassignment by @​dnwe in #​3681
  • fix(producer): wake stranded brokerProducer when partition unmutes by @​dnwe in #​3692
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.60.0...v1.60.1

v1.60.0: Version 1.60.0 (2026-07-13)

Compare Source

What's Changed

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

New Contributors

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

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 #​3591
  • feat(txn): add protocol support for TxnOffsetCommit v3 by @​dnwe in #​3592
  • feat(txn): support consumer group metadata in TxnOffsetCommit v3 by @​dnwe in #​3593
  • feat(admin): add protocol support for DeleteRecords v2 (KIP-482) by @​dnwe in #​3594
  • feat(protocol): add support for DescribeConfigs v3 and v4 by @​dnwe in #​3596
  • feat(admin): add DescribeConfigs for multiple resources by @​dnwe in #​3600
  • feat(consumer): option to cap decompressed batch size by @​dnwe in #​3604
🐛 Fixes
  • fix(admin): retry ACL and SCRAM ops on stale controller by @​dnwe in #​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 #​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 #​3566
  • fix(broker): snapshot fetch meters before deferred Mark by @​dnwe in #​3563
  • fix: prevent len out of range panic on 32bit architectures by @​gibmat in #​3579
  • fix(offset): retry fetchInitialOffset on top-level coordinator errors by @​dnwe in #​3574
📦 Dependency updates
🔧 Maintenance
  • refactor: replace eapache/queue with generic ring buffer by @​dnwe in #​3560
  • test(fvt): use a per-message timeout in follower failover test by @​dnwe in #​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 #​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


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

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
github.com/klauspost/compress v1.18.1 -> v1.19.1
github.com/pierrec/lz4/v4 v4.1.22 -> v4.1.27
golang.org/x/crypto v0.43.0 -> v0.54.0
golang.org/x/net v0.46.0 -> v0.57.0
golang.org/x/sys v0.37.0 -> v0.47.0
golang.org/x/text v0.30.0 -> v0.40.0

@renovate
renovate Bot force-pushed the renovate/github.com-ibm-sarama-1.x branch from 40486ef to cdc5279 Compare July 13, 2026 23:07
@renovate renovate Bot changed the title fix(deps): update module github.com/ibm/sarama to v1.50.3 fix(deps): update module github.com/ibm/sarama to v1.60.0 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-ibm-sarama-1.x branch from cdc5279 to 1af17b0 Compare July 29, 2026 22:10
@renovate renovate Bot changed the title fix(deps): update module github.com/ibm/sarama to v1.60.0 fix(deps): update module github.com/ibm/sarama to v1.60.1 Jul 29, 2026
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