Skip to content

v1.19.0

Latest

Choose a tag to compare

@jem-davies jem-davies released this 10 Jul 14:30
3bbb3b6

1.19.0 - 2026-07-10

Added

  • grpc_client input component @jem-davies
  • sync_response added to nats input NATS @henrikschristensen
  • endpoint config option added to gcp_bigquery output @Shareed2k
  • RLE_DICTIONARY support to parquet default encoding @georgeTobia
  • elasticsearch processor @Omar1H1
  • json_number_type config option added to aws_dynamodb output enables JSON numbers to be either stored as dynamoDB Strings / Numbers @cthorner
  • negotiate config options added to http components to enable SPNEGO auth @lublak
  • timestamp field added to gcp_bigtable enabling setting timestamps @gregfurman
  • restart_backoff fields added to read_until input enable setting a backoff policy for when the child input restarts @aramperes

Fixed

  • aws_dynamodb output no longer drops successfully-built messages when another message in the batch fails request construction @cthorner
  • aws_kinesis assign msgChan after succesful connection @richardartoul
  • aws_kinesis input fixed a nil pointer panic when ListShards returned an error @richardartoul
  • aws_kinesis input fixed ListShards pagination error @gregfurman
  • omit_if_empty config option added to aws_dynamodb enabling the correction of previously documented behaviour that missing paths are omitted rather than written as null @cthorner
  • aws_kinesis input fixed shard consumer busy-loop and excess timer allocations noticible at high shard counts @richardartoul
  • schema_registry_decode & schema_registry_encode fixed for schema's whose subject contained a / @PitchBlack07

Changed

  • aws_kinesis input simplified EFO architecture to align with Amazon's Kinesis Client @matus-tomlein

New Contributors

Full Changelog: v1.18.1...v1.19.0