Releases: redpanda-data/connect
v4.75.0
For installation instructions check out the getting started guide.
Added
- Field
batchingadded to theredpandaoutput. (@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
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
For installation instructions check out the getting started guide.
Added
- The
mcp-servercommand 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
bloblcommand. (@mmatczuk) - socket_server: Add new listener options. (@alextreichler)
Fixed
- The
mcp-server lintsubcommand now exits with status 1 when linting errors are detected. - CLI: Fix data race in
bloblcommand 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
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 lintsubcommand now exits with status 1 when linting errors are detected.
The full change log can be found here.
v4.72.0
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
For installation instructions check out the getting started guide.
Added
- Introduce a new
redpandatracing component that sends spans directly to a Redpanda Broker topic (@rockwotj) sql_select,sql_raw,sql_insert: Supportdatabricksdriver for all SQL components (@rohan-darji)postgres_cdc: Added support for IAM authenticated users (@josephwoodward)redpanda_migrator: Addedmax_in_flightconfig 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
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
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
bytesmethod to create a 0 initialized byte array. (@rockwotj) - Added
regexp_topics_includeandregexp_topics_excludefields toredpanda,redpanda_migrator,ockaminputs. (@mmatczuk) - New
ffiprocessor in CGO builds. (@rockwotj) - Add
tcpconnection options toredpanda,redpanda_migratorinputs and outputs as well as all AWS components. (@mmatczuk, @alextreichler)
Deprecated
- The
regexp_topicsboolean field is now deprecated in favor ofregexp_topics_include. (@mmatczuk)
Changed
redpanda_migratoroutput now supports two-way syncing using provenance headers (@mmatczuk)schema_registry_encodegains a newprotobuf.serialize_to_jsonoption that is by default true. If disabled, then messages are decoded into a structured format which preserves types better and is faster. (@rockwotj)- Add
decodeoption to fieldoperatorinprotobufprocessor that decodes messages into a structured format (as opposed to serializing to JSON) that perserves types better and is faster. (@rockwotj) redpanda_migratoroutputschema_registry.intervaldefault value changed to5menabling continuous schema migration by default. (@mmatczuk)- The
redpandaandredpanda_migratorinput and outputmetadata_max_agedefault value changed to1m. (@mmatczuk)
The full change log can be found here.
v4.69.0-rc1
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
bytesmethod to create a 0 initialized byte array. (@rockwotj)
Changed
redpanda_migratoroutput now supports two-way syncing using provenance headers (@mmatczuk)- New
ffiprocessor. (@rockwotj) schema_registry_encodegains a newprotobuf.serialize_to_jsonoption that is by default true. If disabled, then messages are decoded into a structured format which preserves types better and is faster. (@rockwotj)- Add
decodeoption to fieldoperatorinprotobufprocessor 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
For installation instructions check out the getting started guide.
Added
- New
a2a_messageprocessor. (@birdayz) - New
jiraprocessor. (@zoltancsontosness, @atudose-ness) - (Benthos) Exporting a schema with the format
jsonschemanow includesis_advanced,is_deprecated,is_optional,is_secretextra fields. (@tomasz-sadura)
Changed
- The
kafka,kafka_franzandredpanda_commoninputs and outputs are now deprecated as their respective functionality has been rolled into theredpandainput and output. (@Jeffail)
The full change log can be found here.