schema-registry-statistics icon indicating copy to clipboard operation
schema-registry-statistics copied to clipboard

fix(deps): update module github.com/ibm/sarama to v1.46.3

Open renovate[bot] opened this issue 6 months ago • 1 comments

This PR contains the following updates:

Package Change Age Confidence
github.com/IBM/sarama v1.45.1 -> v1.46.3 age confidence

Release Notes

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

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

Compare Source

What's Changed

:bug: Fixes
:package: Dependency updates
:wrench: Maintenance
  • chore(ci): extract tool versions and add renovate customManagers by @​dnwe in #​3346

Full Changelog: https://github.com/IBM/sarama/compare/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

:tada: New Features / Improvements
:bug: Fixes
:package: Dependency updates
:wrench: Maintenance
:heavy_plus_sign: Other Changes

Full Changelog: https://github.com/IBM/sarama/compare/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

:tada: New Features / Improvements
:bug: Fixes
:package: Dependency updates
:wrench: Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/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

:tada: New Features / Improvements
:bug: Fixes
:package: Dependency updates
:wrench: Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.45.2...v1.46.0

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

Compare Source

What's Changed
:bug: Fixes
:package: Dependency updates
:heavy_plus_sign: Other Changes
New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.45.1...v1.45.2


Configuration

📅 Schedule: 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[bot] avatar May 28 '25 22:05 renovate[bot]

ℹ 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):

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

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/klauspost/compress v1.18.0 -> v1.18.1
golang.org/x/crypto v0.37.0 -> v0.43.0
golang.org/x/net v0.39.0 -> v0.46.0
golang.org/x/sys v0.33.0 -> v0.37.0

renovate[bot] avatar May 28 '25 22:05 renovate[bot]