Releases: redpanda-data/connect
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.
v4.68.0-rc5
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.
v4.68.0-rc4
For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- New
a2a_messageprocessor. (@birdayz)
The full change log can be found here.
v4.68.0-rc3
For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- New
a2a_messageprocessor. (@birdayz)
The full change log can be found here.
v4.68.0-rc2
For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- New
a2a_messageprocessor. (@birdayz)
The full change log can be found here.
v4.67.5
For installation instructions check out the getting started guide.
Changed
- Unified migrator: Introduced a single
redpanda_migratorinput/output pair replacing legacyredpanda_migrator_bundle,redpanda_migrator_offsets, and the standaloneschema_registryoutput; pair components by matchinglabel; all migration logic is centralised in the output. (@mmatczuk) - (MS SQL Server CDC): Updated to use data source SQL Server as default checkpoint cache if none is configured. (@josephwoodward)
Fixed
- (MongoDB CDC) Fixed an issue with connecting to sharded databases. (@rockwotj)
The full change log can be found here.