Skip to content

chore(deps): bump the benthos group across 1 directory with 2 updates#4628

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/collector/benthos-5c1ee27eb5
Open

chore(deps): bump the benthos group across 1 directory with 2 updates#4628
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/collector/benthos-5c1ee27eb5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the benthos group with 2 updates in the /collector directory: github.com/redpanda-data/benthos/v4 and github.com/redpanda-data/connect/public/bundle/free/v4.

Updates github.com/redpanda-data/benthos/v4 from 4.73.0 to 4.75.0

Changelog

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

4.75.0 - 2026-06-18

Fixed

  • workflow: Build skipList before exclude enrichment in apply section (@​tifennlegoff)

4.74.0 - 2026-06-11

Changed

  • Updated various packages and dependencies
Commits
  • 1138739 chore: update changelog (#450)
  • 33ee549 Build skipList before exclude enrichment in apply section (#437)
  • eef387b chore: update changelog (#448)
  • 62eba29 chore: bump to Go 1.26.4 (#445)
  • 1771b71 deps: update OTEL package to address CVE in baggage package (#442)
  • 36a877a deps: bump golang.org vulnerable packages (#440)
  • 0da9b6f deps: bump golang.org vulnerable packages (#439)
  • 8ebfa4c build(deps): bump the production-dependencies group across 1 directory with 4...
  • 4e5ca0c Bump Go toolchain to 1.26.3 to address Snyk findings (#433)
  • See full diff in compare view

Updates github.com/redpanda-data/connect/public/bundle/free/v4 from 4.94.1 to 4.97.0

Release notes

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

v4.97.0

For installation instructions check out the getting started guide.

Added

  • elasticsearch: Added support for using Elasticsearch API keys for authentication. (@​dbason, #4492)
  • oracledb_cdc: Oracle CDC connector now publishes an oracledb_cdc_publish_lag_ns metric tracking latency between database commits and event publication. (@​josephwoodward, #4520)
  • oracledb_cdc: Oracle CDC connector now supports a configurable min_scn_window_size parameter to skip mining cycles when the SCN gap is too small. (@​josephwoodward, #4530)
  • aws_bedrock_embeddings: Support Cohere input_type and v4 response. (@​squiidz, #4473)

Fixed

  • bigquery: BigQuery CDC now rejects writes to pre-existing tables that lack a PRIMARY KEY, with a clear error message guiding users to add one. (@​squiidz, #4503)
  • bigquery: Fix CDC row-error indexing and metric consistency. (@​squiidz, #4504)
  • doris: Corrected the Doris Stream Load connector release version from 4.86.0 to 4.96.0. (@​josephwoodward, #4523)
  • oracledb_cdc: Oracle CDC connector now gracefully handles log recycle errors (ORA-01368) by logging a warning and retrying. (@​josephwoodward, #4516)
  • postgresql_cdc: PostgreSQL CDC connector now correctly passes sslmode=require in the DSN instead of having it overwritten by TLS configuration. (@​josephwoodward, #4518)
  • protobuf: Disabled hyperpb profile-guided recompilation in protobuf and schema_registry_decode processors to prevent unbounded heap growth from profile-retention memory leaks. (@​squiidz, #4527)
  • aws_dynamodb_cdc: Only checkpoint contiguously acked positions. (@​squiidz, #4510)

Changed

  • oracledb_cdc: Oracle CDC connector now begins at the current SCN upon connector start, with SCN fetching moved into the Connect function. (@​josephwoodward, #4509)
  • oracledb_cdc: Oracle CDC connector implements adaptive SCN windowing and improves LogMiner session reuse. (@​josephwoodward, #4531)
  • oracledb_cdc: Reduce allocations of parsing redo log queries to increase throughput. (@​josephwoodward, #4533)

The full change log can be found here.

v4.96.3

For installation instructions check out the getting started guide.

Added

Fixed

  • postgresql_cdc: Fix issue where defaults tls block would overwrite DSN configured params. (@​josephwoodward, #4518)
  • protobuf: Disable hyperpb PGO to stop profile-retention memory leak (@​squiidz, #4527)

The full change log can be found here.

v4.96.2

For installation instructions check out the getting started guide.

Added

... (truncated)

Changelog

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

4.97.0 - 2026-06-18

Added

  • elasticsearch: Added support for using Elasticsearch API keys for authentication. (@​dbason, #4492)
  • oracledb_cdc: Oracle CDC connector now publishes an oracledb_cdc_publish_lag_ns metric tracking latency between database commits and event publication. (@​josephwoodward, #4520)
  • oracledb_cdc: Oracle CDC connector now supports a configurable min_scn_window_size parameter to skip mining cycles when the SCN gap is too small. (@​josephwoodward, #4530)
  • aws_bedrock_embeddings: Support Cohere input_type and v4 response. (@​squiidz, #4473)
  • aws_dynamodb_cdc: The auto-created checkpoint table can now be provisioned as a DynamoDB Global Table via global_table / global_table_replicas, enabling low-RPO multi-region failover. (@​squiidz, #4529)

Fixed

  • bigquery: BigQuery CDC now rejects writes to pre-existing tables that lack a PRIMARY KEY, with a clear error message guiding users to add one. (@​squiidz, #4503)
  • bigquery: Fix CDC row-error indexing and metric consistency. (@​squiidz, #4504)
  • doris: Corrected the Doris Stream Load connector release version from 4.86.0 to 4.96.0. (@​josephwoodward, #4523)
  • oracledb_cdc: Oracle CDC connector now gracefully handles log recycle errors (ORA-01368) by logging a warning and retrying. (@​josephwoodward, #4516)
  • postgresql_cdc: PostgreSQL CDC connector now correctly passes sslmode=require in the DSN instead of having it overwritten by TLS configuration. (@​josephwoodward, #4518)
  • protobuf: Disabled hyperpb profile-guided recompilation in protobuf and schema_registry_decode processors to prevent unbounded heap growth from profile-retention memory leaks. (@​squiidz, #4527)
  • aws_dynamodb_cdc: Only checkpoint contiguously acked positions. (@​squiidz, #4510)

Changed

  • oracledb_cdc: Oracle CDC connector now begins at the current SCN upon connector start, with SCN fetching moved into the Connect function. (@​josephwoodward, #4509)
  • oracledb_cdc: Oracle CDC connector implements adaptive SCN windowing and improves LogMiner session reuse. (@​josephwoodward, #4531)
  • oracledb_cdc: Reduce allocations of parsing redo log queries to increase throughput. (@​josephwoodward, #4533)

4.96.2 - 2026-06-16

Added

  • oracledb_cdc: oracledb_cdc: Add oracledb_cdc_publish_lag_ns metric to track publish latency. (@​josephwoodward, #4520)

Fixed

  • postgresql_cdc: Fix issue where defaults tls block would overwrite DSN configured params. (@​josephwoodward, #4518)

4.96.1 - 2026-06-12

Changed

4.96.0 - 2026-06-11

Added

  • bigquery: Added CDC upsert and upsert_delete write modes to BigQuery connector with automatic _CHANGE_TYPE and _CHANGE_SEQUENCE_NUMBER injection for Change Data Capture workflows. (@​squiidz, #4453)
  • Doris: Added new stream load output. (@​xylaaaaa, #4218)

... (truncated)

Commits
  • 216b3fd Update changelog for v4.97.0 (#4532)
  • d63fcce aws_dynamodb_cdc: only checkpoint contiguously acked positions (#4510)
  • 62806da bigquery: fix CDC row-error indexing and metric consistency (#4504)
  • c1f0d0b aws_bedrock_embeddings: support Cohere input_type and v4 response (#4473)
  • c43328e deps: bump benthos to v4.75.0 (#4534)
  • edebf59 oracledb_cdc: remove allocaton heavy SQL parser for custom memory efficient s...
  • c5fc73d schema_registry_decode: add coerce_data for JSON Schema type fidelity
  • 9c3e2ed oracledb_cdc: LogMiner session handling improvements and SCN windowing (#4531)
  • 106ab25 chore: update bundle dependencies for v4.96.3 (#4528)
  • 7698246 oracledb_cdc: make the minimum SCN window size configurable (#4530)
  • 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 benthos group with 2 updates in the /collector directory: [github.com/redpanda-data/benthos/v4](https://github.com/redpanda-data/benthos) and [github.com/redpanda-data/connect/public/bundle/free/v4](https://github.com/redpanda-data/connect).


Updates `github.com/redpanda-data/benthos/v4` from 4.73.0 to 4.75.0
- [Changelog](https://github.com/redpanda-data/benthos/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/benthos@v4.73.0...v4.75.0)

Updates `github.com/redpanda-data/connect/public/bundle/free/v4` from 4.94.1 to 4.97.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.94.1...v4.97.0)

---
updated-dependencies:
- dependency-name: github.com/redpanda-data/benthos/v4
  dependency-version: 4.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: benthos
- dependency-name: github.com/redpanda-data/connect/public/bundle/free/v4
  dependency-version: 4.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: benthos
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 Jul 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2026 11:56
@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 Jul 1, 2026
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.

0 participants