github redpanda-data/connect v4.69.0

one day ago

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.

Don't miss a new connect release

NewReleases is sending notifications on new releases.