Skip to content

Bump the go-mod group across 1 directory with 5 updates#71

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

Bump the go-mod group across 1 directory with 5 updates#71
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mod-13b5b5866d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the go-mod group with 5 updates in the / directory:

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.43.0 2.44.0
github.com/DIMO-Network/cloudevent 0.2.2 1.0.4
github.com/DIMO-Network/model-garage 0.9.0 1.0.9
github.com/redpanda-data/benthos/v4 4.55.0 4.69.0
github.com/redpanda-data/connect/v4 4.62.0 4.85.0

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

Release notes

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

v2.44.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

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

Changelog

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

v2.44.0, 2026-03-31

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

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

Commits
  • b24794b Update release notes
  • d6c6a95 Merge pull request #1816 from ClickHouse/kavirajk/agent-review-id-token-fix
  • 9ca8018 chore: remove the todos
  • 5e30f1d chore: fix the code-review CI error with enough rights.
  • fcfc8b8 Merge pull request #1811 from ClickHouse/kavirajk/integrate-claude-code-gh-ac...
  • bbccf8c chore: add a premble about allowed tools
  • 1da17c1 chore: add basic permissions needed for code review
  • 208ead9 chore: update few agent notes on code review
  • 0c97e2c workflow: add github workflow for claude based code review
  • b8d1fe8 Merge pull request #1809 from ClickHouse/kavirajk/agent-init
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/cloudevent from 0.2.2 to 1.0.4

Release notes

Sourced from github.com/DIMO-Network/cloudevent's releases.

v0.2.6

Full Changelog: DIMO-Network/cloudevent@v0.2.5...v0.2.6

v0.2.5

Changes

  • Adding types

v0.2.4

Changes

  • Modifying name a little bit

v0.2.3

Changes

  • new types added
Commits

Updates github.com/DIMO-Network/model-garage from 0.9.0 to 1.0.9

Release notes

Sourced from github.com/DIMO-Network/model-garage's releases.

v1.0.9

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.8...v1.0.9

v1.0.7

No release notes provided.

v1.0.6

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.5...v1.0.6

v1.0.5

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.4...v1.0.5

v1.0.4

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.3...v1.0.4

v1.0.3

What's Changed

Full Changelog: DIMO-Network/model-garage@v1.0.2...v1.0.3

v1.0.2

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.9.1...v1.0.2

v0.9.1

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.9.0...v0.9.1

Commits
  • ecb5856 Merge pull request #254 from DIMO-Network/pr-4882-model-garage-tire-pressure-...
  • 20d67d1 IgnoreZero function implementation; TirePressure(960-963, 965-968)
  • b39ccdd Reusing eventId (#252)
  • 9dbf1e7 Getting rid of duplicate tags (#251)
  • 505c47a Merge pull request #250 from DIMO-Network/standard-12-pids
  • eb67105 lint fix
  • 7b7da9d 12 Standard PIDs; R1
  • 27ee6fb fix: use TypeEvents for CmdEventDS cloud event type (#249)
  • bf57326 Feature/rollback driver (#247)
  • 6931660 feat: add engine block/unblock event support via CmdEventDS (#244)
  • Additional commits viewable in compare view

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

Changelog

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

4.69.0 - 2026-03-19

Added

  • Bloblang: The hash method now supports sha3_256 and sha3_512 algorithms. (@​prakhargarg105)
  • Bloblang: Added parse_logfmt method. (@​twmb)
  • Bloblang: Added escape_url_path and unescape_url_path methods. (@​twmb)
  • Processor/switch: Added continue option for conditional case chaining. (@​twmb)
  • API: Added custom resource type registration. (@​mmatczuk)
  • CLI: Added --verbose flag to list test case names. (@​twmb)

Changed

  • Codec: Default to all-bytes reader for decompression codecs. (@​twmb)

Fixed

  • Stdin: Fix watcher mode swallowing first message after reload. (@​twmb)
  • Env: Handle Windows line terminators in dotenv parser. (@​twmb)
  • Pipeline: Defer processor close in pool until all workers exit. (@​twmb)

4.68.0 - 2026-03-13

Added

  • Go API: Add NewMessageWithContext to service package for constructing messages with an associated context. (@​prakhargarg105)

4.67.0 - 2026-03-05

Added

  • Profiling: allow specifying mutex profiling rate (@​rockwotj)
  • Go API: Add Resources.StreamID() in service package (@​mmatczuk)

4.66.0 - 2026-02-27

Added

  • The command processor now emits the exit_code metadata field. (@​mihaitodor)
  • Go API: Message now exposes MetaGetImmut and MetaSetImmut methods for reading and writing metadata values of any type with immutable semantics. (@​Jeffail)

Fixed

  • Fixed a regression where input and output resources imported but unused were being initialized. (@​Jeffail)

4.65.1 - 2026-02-20

Added

  • Go API: Common schemas now support Any field types. (@​Jeffail)

... (truncated)

Commits
  • d597696 chore: changlog formatting (#407)
  • c471d15 chore: bump changelog (#406)
  • 6011633 processor/switch: add continue option for conditional case chaining
  • a4bdfbb codec: default to all-bytes reader for decompression codecs
  • 6cb9c0a env: handle Windows line terminators in dotenv parser
  • e575a36 pipeline: defer processor close in pool until all workers exit
  • 298d708 stdin: fix watcher mode swallowing first message after reload
  • 0afdf72 bloblang: add escape_url_path and unescape_url_path methods (#395)
  • d96d78c bloblang: add parse_logfmt method (#398)
  • 1e65930 cli(test): add --verbose flag to list test case names (#400)
  • Additional commits viewable in compare view

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

Release notes

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

v4.85.0

For installation instructions check out the getting started guide.

Added

  • iceberg: Added three-stage type resolution pipeline for Iceberg schema evolution with optional schema metadata override and Bloblang type mapping. (@​rockwotj, #4167)
  • redpanda: Added tracing span mapping support to redpanda input and output for trace context propagation across Kafka-connected pipelines. (@​mmatczuk, #4146)
  • salesforce: Added Salesforce processor implementation with REST client, GraphQL support, real-time streaming, and bulk operations for reading and writing data. (@​ness-david-dedu, #4151)

Fixed

  • aws: Fixed send-on-closed-channel panic in dynamodb_cdc by ensuring shard reader goroutines complete before closing message channel. (@​squiidz, #4168)
  • redpanda: Fixed error handling in redpanda output when unable to create franz writer to prevent nil pointer dereference. (@​josephwoodward, #4149)

The full change log can be found here.

v4.85.0-rc1

For installation instructions check out the getting started guide.

Added

Changed

  • schema_registry_encode: Avro encoding now handles timestamps from CDC sources (RFC3339 strings and time.Time values) automatically, nullable union fields are auto-wrapped regardless of avro.raw_json, and extra fields not in the schema are silently dropped rather than producing an error. (@​Jeffail)

Fix

  • dynamodb_cdc: Fix shard readers polling too slowly. (@​squiidz)

The full change log can be found here.

v4.84.1

For installation instructions check out the getting started guide.

Added

Changed

  • schema_registry_encode: Avro encoding now handles timestamps from CDC sources (RFC3339 strings and time.Time values) automatically, nullable union fields are auto-wrapped regardless of avro.raw_json, and extra fields not in the schema are silently dropped rather than producing an error. (@​Jeffail)

Fix

  • dynamodb_cdc: Fix shard readers polling too slowly. (@​squiidz)

The full change log can be found here.

... (truncated)

Changelog

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

4.85.0 - 2026-03-26

Added

  • iceberg: Added three-stage type resolution pipeline for Iceberg schema evolution with optional schema metadata override and Bloblang type mapping. (@​rockwotj, #4167)
  • redpanda: Added tracing span mapping support to redpanda input and output for trace context propagation across Kafka-connected pipelines. (@​mmatczuk, #4146)
  • salesforce: Added Salesforce processor implementation with REST client, GraphQL support, real-time streaming, and bulk operations for reading and writing data. (@​ness-david-dedu, #4151)

Fixed

  • aws: Fixed send-on-closed-channel panic in dynamodb_cdc by ensuring shard reader goroutines complete before closing message channel. (@​squiidz, #4168)
  • redpanda: Fixed error handling in redpanda output when unable to create franz writer to prevent nil pointer dereference. (@​josephwoodward, #4149)

4.84.1 - 2026-03-20

Added

Changed

  • schema_registry_encode: Avro encoding now handles timestamps from CDC sources (RFC3339 strings and time.Time values) automatically, nullable union fields are auto-wrapped regardless of avro.raw_json, and extra fields not in the schema are silently dropped rather than producing an error. (@​Jeffail)

Fix

  • dynamodb_cdc: Fix shard readers polling too slowly. (@​squiidz)

4.84.0 - 2026-03-19

Added

  • oracledb_cdc: Input now adds schema metadata to consumed messages. Schema is fetched from Oracle's ALL_TAB_COLUMNS catalog with precision-aware NUMBER mapping. Column additions are detected automatically via addition-only drift detection; dropped columns are reflected after a connector restart. This can be used for automatic schema registration in processors such as schema_registry_encode. (@​Jeffail)
  • iceberg: Allow specifying aws credentials explicitly for sigv4 auth with glue. (@​rockwotj)
  • redis_streams: Add interpolation support for entry ID. (@​twmb)
  • nats: Add user/password and token authentication. (@​ghstahl)

Fixed

  • oracledb_cdc: Fixed snapshot/streaming value type inconsistency where NUMBER columns produced json.Number during snapshot but plain strings during streaming. Bare numeric literals in SQL_REDO are now converted to int64 (for integers that fit) or json.Number (for decimals), matching the snapshot path. Quoted string values from VARCHAR columns are no longer incorrectly converted. (@​Jeffail)
  • oracledb_cdc: Reduce the number of log files loaded into LogMiner to those only containing SCN range. (@​josephwoodward)
  • iceberg: Fix credential renewal for vendored credentials as well as oauth2 authentication with the catalog. (@​rockwotj)
  • iceberg: Remove usage of a disallowed table property for Databricks Unity Catalog. (@​rockwotj)

Changed

  • aws_sqs: Enforce 256 KB message and batch size limits. (@​twmb)
  • nats: Use JetStream package. (@​nickchomey)

4.83.0 - 2026-03-13

... (truncated)

Commits
  • 8951919 Update changelog for v4.85.0 (#4171)
  • 91d38e4 chore: Update changelog (#4141)
  • 0be6d26 Salesforce: Adds CDC processor and output
  • e1696c4 oracledb_cdc: fix CI test (#4169)
  • fa029c1 aws: dynamodb_cdc send to close channel bug fix (#4168)
  • 7b610c8 iceberg: add schema_metadata and new_column_type_mapping for schema evolution...
  • 7058e3f gh: rename Auto Tag tag to Release Auto Tag
  • e276f62 gh: use vbotbuildovich in release-notes
  • e9871d6 iceberg: working example with databricks unity catalog (#4165)
  • 8f6baa5 oracledb_cdc: add ability to launch local Debezium (#4163)
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 1, 2026
Bumps the go-mod group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.43.0` | `2.44.0` |
| [github.com/DIMO-Network/cloudevent](https://github.com/DIMO-Network/cloudevent) | `0.2.2` | `1.0.4` |
| [github.com/DIMO-Network/model-garage](https://github.com/DIMO-Network/model-garage) | `0.9.0` | `1.0.9` |
| [github.com/redpanda-data/benthos/v4](https://github.com/redpanda-data/benthos) | `4.55.0` | `4.69.0` |
| [github.com/redpanda-data/connect/v4](https://github.com/redpanda-data/connect) | `4.62.0` | `4.85.0` |



Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.43.0 to 2.44.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.43.0...v2.44.0)

Updates `github.com/DIMO-Network/cloudevent` from 0.2.2 to 1.0.4
- [Release notes](https://github.com/DIMO-Network/cloudevent/releases)
- [Commits](https://github.com/DIMO-Network/cloudevent/commits)

Updates `github.com/DIMO-Network/model-garage` from 0.9.0 to 1.0.9
- [Release notes](https://github.com/DIMO-Network/model-garage/releases)
- [Commits](DIMO-Network/model-garage@v0.9.0...v1.0.9)

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

Updates `github.com/redpanda-data/connect/v4` from 4.62.0 to 4.85.0
- [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.85.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/cloudevent
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/model-garage
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/benthos/v4
  dependency-version: 4.69.0
  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.85.0
  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 force-pushed the dependabot/go_modules/go-mod-13b5b5866d branch from aee4ea3 to 9ed1da0 Compare April 8, 2026 16:10
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