Skip to content

Comments

fix(deps): Update module github.com/IBM/sarama to v1.46.3#21915

Merged
kodiakhq[bot] merged 3 commits intomainfrom
renovate/github.com-ibm-sarama-1.x
Feb 2, 2026
Merged

fix(deps): Update module github.com/IBM/sarama to v1.46.3#21915
kodiakhq[bot] merged 3 commits intomainfrom
renovate/github.com-ibm-sarama-1.x

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 1, 2026

This PR contains the following updates:

Package Type Update Change
github.com/IBM/sarama require minor v1.44.0 -> v1.46.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Automatically merge once required checks pass label Feb 1, 2026
@cq-bot
Copy link
Contributor Author

cq-bot commented Feb 1, 2026

ℹ Artifact update notice

File name: plugins/destination/kafka/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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 -> v0.0.0-20250401214520-65e299d6c5c9

@cq-bot
Copy link
Contributor Author

cq-bot commented Feb 1, 2026

/gen sha=938f6d423d8cb7bb87fe3a6176336d9d34ceb1a4 dir=plugins/destination/kafka

@cq-bot cq-bot force-pushed the renovate/github.com-ibm-sarama-1.x branch from 938f6d4 to 3f7fd55 Compare February 2, 2026 11:32
@erezrokah erezrokah requested a review from a team as a code owner February 2, 2026 13:18
}

func (c *Client) createTopics(_ context.Context, tables schema.Tables) error {
c.conf.Version = sarama.V2_0_0_0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other place conf is used is during read so I think it's safe to use v2 everywhere.

The reason this is causing a race condition now is because of this check https://github.com/IBM/sarama/pull/3088/changes#diff-28d6f584d9dcc06067f3b9f629bca0c64ba6fa60c25b37724a0a126cb5836fb7R1235

@cq-bot
Copy link
Contributor Author

cq-bot commented Feb 2, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kodiakhq kodiakhq bot merged commit 1963f50 into main Feb 2, 2026
15 checks passed
@kodiakhq kodiakhq bot deleted the renovate/github.com-ibm-sarama-1.x branch February 2, 2026 13:46
kodiakhq bot pushed a commit that referenced this pull request Feb 12, 2026
🤖 I have created a release *beep* *boop*
---


## [5.7.1](plugins-destination-kafka-v5.7.0...plugins-destination-kafka-v5.7.1) (2026-02-12)


### Bug Fixes

* **deps:** Update module github.com/apache/arrow-go/v18 to v18.5.1 ([#21993](#21993)) ([33229b7](33229b7))
* **deps:** Update module github.com/cloudquery/codegen to v0.3.36 ([#22012](#22012)) ([d69d54f](d69d54f))
* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.6.13 ([#22013](#22013)) ([addb1da](addb1da))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.1 ([#22011](#22011)) ([eae949e](eae949e))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.2 ([#22016](#22016)) ([1b5c4b1](1b5c4b1))
* **deps:** Update module github.com/IBM/sarama to v1.46.3 ([#21915](#21915)) ([1963f50](1963f50))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/plugin/destination/kafka automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants