Skip to content

chore(deps): bump github.com/confluentinc/confluent-kafka-go/v2 from 2.14.1 to 2.14.2#4495

Merged
chrisgacsal merged 1 commit into
mainfrom
dependabot/go_modules/github.com/confluentinc/confluent-kafka-go/v2-2.14.2
Jun 11, 2026
Merged

chore(deps): bump github.com/confluentinc/confluent-kafka-go/v2 from 2.14.1 to 2.14.2#4495
chrisgacsal merged 1 commit into
mainfrom
dependabot/go_modules/github.com/confluentinc/confluent-kafka-go/v2-2.14.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/confluentinc/confluent-kafka-go/v2 from 2.14.1 to 2.14.2.

Release notes

Sourced from github.com/confluentinc/confluent-kafka-go/v2's releases.

v2.14.2

This is a maintenance release:

Enhancements

  • Add a new Avro package "avrov3" which uses confluent-avro-go, Confluent's fork of the now-archived hamba/avro library. avrov3 picks up the upstream little-endian decoding fix for floats and doubles (per the Avro spec) and hamba bug fixes accumulated since v2.24.1, including correct unwrapping of union-typed fields when decoding into map[string]interface{}. The existing "avrov2" package remains supported on hamba/avro for backwards compatibility; new code should prefer avrov3.
  • Note: adopting avrov3 bumps this module's go directive from 1.24.3 to 1.25.0, since confluent-avro-go/v2 v2.32.0 requires Go 1.25.0+. Users on Go 1.24.x with GOTOOLCHAIN=auto (the default since Go 1.21) will fetch a 1.25 toolchain transparently; users with GOTOOLCHAIN=local must upgrade to Go 1.25.0 or later.
  • Note: confluent-avro-go/v2 v2.32.0 transitively raises the minimum versions of several dependencies: github.com/go-viper/mapstructure/v2 (v2.0.0 → v2.5.0), github.com/klauspost/compress (v1.17.9 → v1.18.5), github.com/stretchr/testify (v1.9.0 → v1.11.1), and golang.org/x/sync (v0.8.0 → v0.20.0).
  • Removed integration test dependencies from the kafka module (#1555).
  • Bump golang.org/x/net to v0.55.0 to fix: GO-2026-5026 in idna, GO-2026-4918 in HTTP/2 transport (#1555).

Fixes

  • Handle anyOf/allOf in JSON transforms #1539

confluent-kafka-go is based on librdkafka v2.14.2, see the librdkafka v2.14.2 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Changelog

Sourced from github.com/confluentinc/confluent-kafka-go/v2's changelog.

v2.14.2

This is a maintenance release:

Enhancements

  • Add a new Avro package "avrov3" which uses confluent-avro-go, Confluent's fork of the now-archived hamba/avro library. avrov3 picks up the upstream little-endian decoding fix for floats and doubles (per the Avro spec) and hamba bug fixes accumulated since v2.24.1, including correct unwrapping of union-typed fields when decoding into map[string]interface{}. The existing "avrov2" package remains supported on hamba/avro for backwards compatibility; new code should prefer avrov3.
  • Note: adopting avrov3 bumps this module's go directive from 1.24.3 to 1.25.0, since confluent-avro-go/v2 v2.32.0 requires Go 1.25.0+. Users on Go 1.24.x with GOTOOLCHAIN=auto (the default since Go 1.21) will fetch a 1.25 toolchain transparently; users with GOTOOLCHAIN=local must upgrade to Go 1.25.0 or later.
  • Note: confluent-avro-go/v2 v2.32.0 transitively raises the minimum versions of several dependencies: github.com/go-viper/mapstructure/v2 (v2.0.0 → v2.5.0), github.com/klauspost/compress (v1.17.9 → v1.18.5), github.com/stretchr/testify (v1.9.0 → v1.11.1), and golang.org/x/sync (v0.8.0 → v0.20.0).
  • Removed integration test dependencies from the kafka module (#1555).
  • Bump golang.org/x/net to v0.55.0 to fix: GO-2026-5026 in idna, GO-2026-4918 in HTTP/2 transport (#1555).

Fixes

  • Handle anyOf/allOf in JSON transforms #1539

confluent-kafka-go is based on librdkafka v2.14.2, see the librdkafka v2.14.2 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Commits
  • 1994b47 Import v2.14.2 (#1557)
  • 2b4ece2 Revert docker_aws_lambda_example go.sum
  • 176b902 Documentation and error code update for librdkafka v2.14.2
  • f58b861 librdkafka static bundle v2.14.2
  • 5b8ffa9 librdkafka and confluent-kafka-go version v2.14.2
  • cac1bbe Import v2.14.2-RC3 (#1556)
  • d625ab9 Documentation and error code update for librdkafka v2.14.2-RC3
  • 26868a3 librdkafka static bundle v2.14.2-RC3
  • 71a5aee librdkafka and confluent-kafka-go version v2.14.2-RC3
  • 5671e42 Move kafka integration tests to a sub-module and bump golang.org/x/net (#1555)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file dependency/go Pull requests that update Go code release-note/dependency-update Release note: Dependency Updates labels Jun 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 9, 2026 11:54
@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file dependency/go Pull requests that update Go code release-note/dependency-update Release note: Dependency Updates labels Jun 9, 2026
Bumps [github.com/confluentinc/confluent-kafka-go/v2](https://github.com/confluentinc/confluent-kafka-go) from 2.14.1 to 2.14.2.
- [Release notes](https://github.com/confluentinc/confluent-kafka-go/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-go/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-go@v2.14.1...v2.14.2)

---
updated-dependencies:
- dependency-name: github.com/confluentinc/confluent-kafka-go/v2
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@chrisgacsal chrisgacsal force-pushed the dependabot/go_modules/github.com/confluentinc/confluent-kafka-go/v2-2.14.2 branch from 5107fc9 to adf40e1 Compare June 11, 2026 08:34
@chrisgacsal chrisgacsal enabled auto-merge (squash) June 11, 2026 08:36
@chrisgacsal chrisgacsal merged commit 9385901 into main Jun 11, 2026
25 of 26 checks passed
@chrisgacsal chrisgacsal deleted the dependabot/go_modules/github.com/confluentinc/confluent-kafka-go/v2-2.14.2 branch June 11, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file dependency/go Pull requests that update Go code release-note/dependency-update Release note: Dependency Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant