Skip to content

Releases: redpanda-data/connect

v4.75.0

15 Dec 20:25
f282307

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

  • Field batching added to the redpanda output. (@Jeffail)

Fixed

  • Fixed a regression in MCP servers to properly propagate traceparent headers in requests. (@rockwotj)

The full change log can be found here.

v4.74.0

15 Dec 10:11
253076b

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

  • redpanda/tracer: add oauth2 support for schema registry (@rockwotj)

Fixed

  • microsoft_sql_server_cdc: Fix tuple comparison when using composite keys (@josephwoodward)

The full change log can be found here.

v4.73.0

12 Dec 14:31
9a63445

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

  • The mcp-server command exposes MCP metrics.
  • Couchbase: Add TTL (expiry) support. @sapk
  • 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)

Fixed

  • The mcp-server lint subcommand now exits with status 1 when linting errors are detected.
  • CLI: Fix data race in blobl command where program exits before printing output. (@mmatczuk)
  • sequence: Fix input hanging when input fails. (@eduardodbr)

The full change log can be found here.

v4.72.0-rc1

11 Dec 21:52
e72ca5f

Choose a tag to compare

v4.72.0-rc1 Pre-release
Pre-release

For installation instructions check out the getting started guide.

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

Fixed

  • The mcp-server lint subcommand now exits with status 1 when linting errors are detected.

The full change log can be found here.

v4.72.0

28 Nov 13:08
571d30b

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

  • Added Redpanda Cloud service account authentication to all redpanda/kafka based components (@rockwotj)
  • mysql_cdc: Support for chained or unchained IAM authentication (@josephwoodward)
  • postgresql_cdc: Support for chained IAM authentication (@josephwoodward)
  • redpanda_migrator: Add client timeout config for schema registry client (@josephwoodward)

Fixed

  • schema_registry_decode: Fix serde protobuf race condition in processor (@rockwotj)

The full change log can be found here.

v4.71.0

21 Nov 11:59

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

  • Introduce a new redpanda tracing component that sends spans directly to a Redpanda Broker topic (@rockwotj)
  • sql_select, sql_raw, sql_insert: Support databricks driver for all SQL components (@rohan-darji)
  • postgres_cdc: Added support for IAM authenticated users (@josephwoodward)
  • redpanda_migrator: Added max_in_flight config parameter (@mmatczuk)

Fixed

  • redpanda_migrator: Exact migration of empty consumer groups (@mmatczuk)
  • redpanda_migrator: Fix record reading in consumer group migraton for some multi-node setups (@mmatczuk)
  • protobuf_processor: Fix decode Hyperpb fallback (@Jeffail)

The full change log can be found here.

v4.70.0

13 Nov 13:01
fa08e03

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

  • (PostgreSQL CDC) Support inlining SSL certificates in config (@alextreichler)
  • (AMQP Output) Added support for additional fields (@timo102)

The full change log can be found here.

v4.69.0

07 Nov 11:12

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

  • (Benthos) New string.repeat(int) method to repeat a string or byte array N times. (@rockwotj)
  • (Benthos) New bytes method to create a 0 initialized byte array. (@rockwotj)
  • Added regexp_topics_include and regexp_topics_exclude fields to redpanda, redpanda_migrator, ockam inputs. (@mmatczuk)
  • New ffi processor in CGO builds. (@rockwotj)
  • Add tcp connection options to redpanda, redpanda_migrator inputs and outputs as well as all AWS components. (@mmatczuk, @alextreichler)

Deprecated

  • The regexp_topics boolean field is now deprecated in favor of regexp_topics_include. (@mmatczuk)

Changed

  • redpanda_migrator output now supports two-way syncing using provenance headers (@mmatczuk)
  • schema_registry_encode gains a new protobuf.serialize_to_json option that is by default true. If disabled, then messages are decoded into a structured format which preserves types better and is faster. (@rockwotj)
  • Add decode option to field operator in protobuf processor that decodes messages into a structured format (as opposed to serializing to JSON) that perserves types better and is faster. (@rockwotj)
  • redpanda_migrator output schema_registry.interval default value changed to 5m enabling continuous schema migration by default. (@mmatczuk)
  • The redpanda and redpanda_migrator input and output metadata_max_age default value changed to 1m. (@mmatczuk)

The full change log can be found here.

v4.69.0-rc1

03 Nov 14:34
f533e90

Choose a tag to compare

For installation instructions check out the getting started guide.

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

Added

  • (Benthos) New string.repeat(int) method to repeat a string or byte array N times. (@rockwotj)
  • (Benthos) New bytes method to create a 0 initialized byte array. (@rockwotj)

Changed

  • redpanda_migrator output now supports two-way syncing using provenance headers (@mmatczuk)
  • New ffi processor. (@rockwotj)
  • schema_registry_encode gains a new protobuf.serialize_to_json option that is by default true. If disabled, then messages are decoded into a structured format which preserves types better and is faster. (@rockwotj)
  • Add decode option to field operator in protobuf processor that decodes messages into a structured format (as opposed to serializing to JSON) that perserves types better and is faster. (@rockwotj)

The full change log can be found here.

v4.68.0

24 Oct 10:02
5cccd70

Choose a tag to compare

For installation instructions check out the getting started guide.

Added

Changed

  • The kafka, kafka_franz and redpanda_common inputs and outputs are now deprecated as their respective functionality has been rolled into the redpanda input and output. (@Jeffail)

The full change log can be found here.