Skip to content

Bump the go-mod group across 1 directory with 3 updates#54

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-ecd6556cd7
Open

Bump the go-mod group across 1 directory with 3 updates#54
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-ecd6556cd7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps the go-mod group with 3 updates in the / directory: github.com/ClickHouse/clickhouse-go/v2, github.com/redpanda-data/benthos/v4 and github.com/redpanda-data/connect/v4.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.40.1 to 2.43.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.43.0

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

v2.42.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

... (truncated)

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.43.0, 2026-01-29

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

v2.42.0, 2025-12-12

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

... (truncated)

Commits
  • 807d28f Update release notes
  • eea760b Merge pull request #1761 from ClickHouse/kavirajk/qbit-support
  • 103749c Merge branch 'main' into kavirajk/qbit-support
  • 86979ca Merge pull request #1758 from ClickHouse/kavirajk/fix-scantype-time-type
  • 8bf170b chore: upgrade ch-go
  • 7f5cf4c chore: upgrade ch-go
  • 4020c0a chore: fix the duration precision bug on test
  • ded8b36 fix: add test to lock the behavior of how time64 sent to server
  • 427aa07 fix: fix ColTime64 AppendRow api for precision correctness
  • a9857aa chore: removed commented tests
  • Additional commits viewable in compare view

Updates github.com/redpanda-data/benthos/v4 from 4.55.0 to 4.64.1

Changelog

Sourced from github.com/redpanda-data/benthos/v4's changelog.

Changelog

All notable changes to this project will be documented in this file.

4.65.0 - TBD

Added

  • Go API: Schema caching and fingerprinting support added to avoid redundant format conversions. (@​Jeffail)

4.64.0 - 2026-01-30

Added

  • Go API: New ConfigQuerier API added for extracting parsed configs. (@​Jeffail)
  • Go API: The Resources type now supports executing connection tests across all resources. (@​Jeffail)

4.63.1 - 2026-01-16

Fixed

  • http_server: Use SO_REUSEADDR to avoid being blocked by TIME_WAIT upon connector restart. (@​vuldin)

4.63.0 - 2025-12-18

Added

  • New connectivity testing APIs added to the resources builder and stream builder APIs. (@​Jeffail)

4.62.0 - 2025-12-09

Added

  • CLI: Add support for listing bloblang functions and methods with jsonschema. (@​mmatczuk)
  • CLI: Add input field to blobl command. (@​mmatczuk)
  • socket_server: Add new listener options. (@​alextreichler)

Changed

  • Bloblang: Create category general and register functions without category under a proper category. (@​mmatczuk)
  • Bloblang: Function and method descriptions and examples overhaul. (@​mmatczuk)
  • OpenTelemetry: Update tracer name. (@​rockwotj)

Fixed

  • CLI: Fix data race in blobl command where program exits before printing output. (@​mmatczuk)
  • OpenTelemetry: Fix missed instance of benthos reference. (@​rockwotj)
  • Service: Fix race condition in TestForceTimelyNacksBatchedNoAck. (@​mmatczuk)
  • sequence: Fix input hanging when input fails. (@​eduardodbr)

... (truncated)

Commits
  • c3be912 tracing: set status of HTTP requests
  • ef0eac6 tracing: add support for SetStatus
  • 6fd8d9e Add config query API (#354)
  • c17a056 build(deps): bump the production-dependencies group across 1 directory with 1...
  • c7eed62 tracing(httpclient): add span attributes fot http requests
  • 32bf0e2 tracing/tracingtest: record attributes
  • 4a583a7 tracing: support int attributes
  • 5346c1d processor: fix AutoObserved and AutoObservedBatched
  • bc4e8f5 io(http): fix span hierarchy test using new harness
  • 0fb6d44 tracing/tracingtest: preserve information about parent spans
  • Additional commits viewable in compare view

Updates github.com/redpanda-data/connect/v4 from 4.62.0 to 4.80.1

Release notes

Sourced from github.com/redpanda-data/connect/v4's releases.

v4.80.1

For installation instructions check out the getting started guide.

Changed

  • chroot: existing directories are now allowed. (@​birdayz)

The full change log can be found here.

v4.80.0

For installation instructions check out the getting started guide.

Added

  • otlp_grpc: add authorization support with JWT validation. (@​mmatczuk)
  • redpanda/migrator: add max_parallel_http_requests field for concurrent schema migration. (@​mmatczuk)
  • redpanda/migrator: implement DFS traversal for schema dependencies. (@​mmatczuk)
  • redpanda/migrator: stream schemas instead of loading all into memory. (@​mmatczuk)
  • redpanda/migrator: add progress logs to schema migration worker. (@​mmatczuk)

Fixed

  • protobuf: remove hyperpb to fix memory leak. (@​rockwotj)

The full change log can be found here.

v4.79.0

For installation instructions check out the getting started guide.

Added

  • redis_pubsub: redis_pubsub_channel and redis_pubsub_pattern metadata fields added to input component. (@​g-hurst)
  • snowflake_streaming: new message_format and timestamp_format advanced properties introduced. (@​rockwotj)
  • New dry-run subcommand for testing the connections of provided configs. (@​Jeffail)

Fixed

  • Setting the logging level to TRACE, ALL, OFF and NONE no longer emits an error. (@​mihaitodor)

The full change log can be found here.

v4.79.0-rc2

For installation instructions check out the getting started guide.

NOTE: This is a release candidate, you can download a binary from this page.

Added

  • redis_pubsub: redis_pubsub_channel and redis_pubsub_pattern metadata fields added to input component. (@​g-hurst)
  • snowflake_streaming: new message_format and timestamp_format advanced properties introduced. (@​rockwotj)

... (truncated)

Changelog

Sourced from github.com/redpanda-data/connect/v4's changelog.

4.80.1 - 2026-02-05

Changed

  • chroot: existing directories are now allowed. (@​birdayz)

4.80.0 - 2026-02-04

Added

  • otlp_grpc: add authorization support with JWT validation. (@​mmatczuk)
  • redpanda/migrator: add max_parallel_http_requests field for concurrent schema migration. (@​mmatczuk)
  • redpanda/migrator: implement DFS traversal for schema dependencies. (@​mmatczuk)
  • redpanda/migrator: stream schemas instead of loading all into memory. (@​mmatczuk)
  • redpanda/migrator: add progress logs to schema migration worker. (@​mmatczuk)

Fixed

  • protobuf: remove hyperpb to fix memory leak. (@​rockwotj)

4.79.0 - 2026-01-30

Added

  • redis_pubsub: redis_pubsub_channel and redis_pubsub_pattern metadata fields added to input component. (@​g-hurst)
  • snowflake_streaming: new message_format and timestamp_format advanced properties introduced. (@​rockwotj)
  • New dry-run subcommand for testing the connections of provided configs. (@​Jeffail)

Fixed

  • Setting the logging level to TRACE, ALL, OFF and NONE no longer emits an error. (@​mihaitodor)

4.78.0 - 2026-01-16

Added

  • add more ConnectionTest implementations (@​Jeffail)
  • otel: add input and output components for OpenTelemetry OTEL protocol (@​mmatczuk)
  • license: add support for Redpanda v1 licenses (@​Jeffail)
  • aws: add nack_visibility_timeout field to sqs input (@​squiidz)

Fixed

  • mcp: fix parsing of tool names for metrics (@​alenkacz)
  • mcp: update permission names (@​rockwotj)
  • (Benthos) http_server: Use SO_REUSEADDR to avoid being blocked by TIME_WAIT upon connector restart. (@​vuldin)

4.77.0 - 2026-01-06

Fixed

... (truncated)

Commits
  • 7155d04 Allow chroot directory to pre-exist for volume mount support (#3967)
  • 0980e4d Enable Google Drive processors to use Shared Drives (#3964)
  • c0b4f3b chore: bump go.opentelemetry.io/otel/sdk/resource to address CVE-2026-24051 (...
  • 16e72cc chore: update bundle dependencies for v4.80.0
  • c3159a6 Update CHANGELOG.md
  • 0e32f14 Ignore test builds
  • 4410665 protobuf: remove hyperpb
  • cba4dc7 otlp: add authz tests for gRPC and HTTP inputs
  • 7daa892 chore(otlp): split input_test.go to separate files for gRPCC and HTTP
  • 5ddd959 otlp: add authz support for otel_grpc
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-mod group with 3 updates in the / directory: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go), [github.com/redpanda-data/benthos/v4](https://github.com/redpanda-data/benthos) and [github.com/redpanda-data/connect/v4](https://github.com/redpanda-data/connect).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.40.1 to 2.43.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.40.1...v2.43.0)

Updates `github.com/redpanda-data/benthos/v4` from 4.55.0 to 4.64.1
- [Changelog](https://github.com/redpanda-data/benthos/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/benthos@v4.55.0...v4.64.1)

Updates `github.com/redpanda-data/connect/v4` from 4.62.0 to 4.80.1
- [Release notes](https://github.com/redpanda-data/connect/releases)
- [Changelog](https://github.com/redpanda-data/connect/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/connect@v4.62.0...v4.80.1)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/benthos/v4
  dependency-version: 4.64.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/connect/v4
  dependency-version: 4.80.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants