Skip to content

chore(deps): bump github.com/redpanda-data/connect/public/bundle/free/v4 from 4.93.0 to 4.94.0 in /collector in the benthos group across 1 directory#4483

Merged
chrisgacsal merged 1 commit into
mainfrom
dependabot/go_modules/collector/benthos-fda4cc2c63
Jun 8, 2026
Merged

chore(deps): bump github.com/redpanda-data/connect/public/bundle/free/v4 from 4.93.0 to 4.94.0 in /collector in the benthos group across 1 directory#4483
chrisgacsal merged 1 commit into
mainfrom
dependabot/go_modules/collector/benthos-fda4cc2c63

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Updates github.com/redpanda-data/connect/public/bundle/free/v4 from 4.93.0 to 4.94.0

Release notes

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

v4.94.0

For installation instructions check out the getting started guide.

Added

  • iceberg: Iceberg connector now auto-creates correctly-typed columns for temporal and UUID fields from Avro schemas and includes schema-aware numeric scaling for time-typed columns. (@​Jeffail, #4427)
  • iceberg: Added require_schema_metadata strict temporal mode option to reject numeric inputs into time-typed columns when schema metadata is absent, preventing silent corruption on schema drift. (@​Jeffail, #4427)
  • oracledb_cdc: Added optional external cache-backed transaction buffer to reduce in-process memory pressure for large long-running LogMiner transactions. (@​josephwoodward, #4409)

Fixed

  • confluent: Fixed decimal value serialization in Avro to match spec-compliant form when using default mode. (@​Jeffail, #4427)
  • general: Bumped golang.org/x/net dependency to address CVE-2024-79571. (@​josephwoodward, #4452)
  • avro: resolve named-type references in nullable unions (@​Jeffail, #4429)

Changed

  • confluent: Schema registry Avro decoder now honors all Avro logical types (timestamp, date, time, UUID) end-to-end and maps them correctly in Iceberg columns, with configurable preservation via preserve_logical_types flag. (@​Jeffail, #4427)
  • confluent: Schema registry decoder now honors Kafka Connect and Debezium temporal annotations in schema metadata, enabling correct column type selection in downstream sinks like Iceberg. (@​Jeffail, #4427)
  • general: Updated README example to showcase CDC to Iceberg-on-S3 lakehouse pipeline with AWS Glue catalog and dynamic routing instead of generic pubsub example. (@​prakhargarg105, #4445)
  • parquet: Parquet encoder now handles Date, TimeOfDay, and UUID types from schema metadata and coerces temporal values to numeric columns for rolling upgrades against existing tables. (@​Jeffail, #4427)

The full change log can be found here.

Changelog

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

4.94.0 - 2026-05-28

Added

  • iceberg: Iceberg connector now auto-creates correctly-typed columns for temporal and UUID fields from Avro schemas and includes schema-aware numeric scaling for time-typed columns. (@​Jeffail, #4427)
  • iceberg: Added require_schema_metadata strict temporal mode option to reject numeric inputs into time-typed columns when schema metadata is absent, preventing silent corruption on schema drift. (@​Jeffail, #4427)
  • oracledb_cdc: Added optional external cache-backed transaction buffer to reduce in-process memory pressure for large long-running LogMiner transactions. (@​josephwoodward, #4409)

Fixed

  • confluent: Fixed decimal value serialization in Avro to match spec-compliant form when using default mode. (@​Jeffail, #4427)
  • general: Bumped golang.org/x/net dependency to address CVE-2024-79571. (@​josephwoodward, #4452)

Changed

  • confluent: Schema registry Avro decoder now honors all Avro logical types (timestamp, date, time, UUID) end-to-end and maps them correctly in Iceberg columns, with configurable preservation via preserve_logical_types flag. (@​Jeffail, #4427)
  • confluent: Schema registry decoder now honors Kafka Connect and Debezium temporal annotations in schema metadata, enabling correct column type selection in downstream sinks like Iceberg. (@​Jeffail, #4427)
  • general: Updated README example to showcase CDC to Iceberg-on-S3 lakehouse pipeline with AWS Glue catalog and dynamic routing instead of generic pubsub example. (@​prakhargarg105, #4445)
  • parquet: Parquet encoder now handles Date, TimeOfDay, and UUID types from schema metadata and coerces temporal values to numeric columns for rolling upgrades against existing tables. (@​Jeffail, #4427)
Commits
  • c7e4f3c Update changelog for v4.94.0 (#4461)
  • 5d2a90a confluent: arbitrate Avro short-name collisions across namespaces
  • 618ced9 iceberg: address PR #4427 follow-up review
  • 603ec27 confluent: regression test for annotated inline-primitive nullable unions
  • cd6411f parquet: floor pre-epoch DATE strings instead of truncating
  • ab1b59c confluent: harden Avro name resolution and union error wrapping
  • 3ba6c3e confluent: resolve named-type references in lame Avro unions too
  • 02a3ad2 confluent: resolve named-type references in nullable Avro unions
  • 894020a bigquery: add pending streams, auto-create tables, partitioning and clusterin...
  • cbe5d09 deps: bump thrifft and slack packages to address CVEs (#4459)
  • Additional commits viewable in compare view

@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 5, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 5, 2026 11:55
Bumps the benthos group with 1 update in the /collector directory: [github.com/redpanda-data/connect/public/bundle/free/v4](https://github.com/redpanda-data/connect).


Updates `github.com/redpanda-data/connect/public/bundle/free/v4` from 4.93.0 to 4.94.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.93.0...v4.94.0)

---
updated-dependencies:
- dependency-name: github.com/redpanda-data/connect/public/bundle/free/v4
  dependency-version: 4.94.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 force-pushed the dependabot/go_modules/collector/benthos-fda4cc2c63 branch from 99e7d75 to 83cdd4d Compare June 5, 2026 12:51
@chrisgacsal
chrisgacsal merged commit ba15f6b into main Jun 8, 2026
24 checks passed
@chrisgacsal
chrisgacsal deleted the dependabot/go_modules/collector/benthos-fda4cc2c63 branch June 8, 2026 11:23
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