Skip to content

Latest commit

 

History

History
100 lines (65 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

100 lines (65 loc) · 3.2 KB

Changelog

All notable changes to this project will be documented in this file.

1.4.0 - 2024-12-08

Added

  • Rate limiting functionality to rate-limit based on bytes @gregfurman
  • error_handling.strategy config field to override Bento's default error handling @gregfurman
  • Experimental aws_s3 processor @jem-davies
  • Experimental log_all_errors field to logger config that promotes any log containing an error type to the ERROR level @gregfurman
  • batch_policy.jitter field to add a random delay to batch flush intervals @gregfurman
  • strategy field to dedupe processor @gregfurman
  • Experimental cypher output component @jem-davies

Changed

  • updated opensearch-go to v4 @arnitolog
  • updated the go.mod file to specify Go version 1.22

Fixed

  • Doc site search indexing @gregfurman
  • Removed unused benthos studio package @gregfurman
  • Error handling issue with opensearch output @arnitolog
  • incorrect reference to restart_on_close in subprocess processor docs @dacalabrese
  • "zombie" http output websocket connections @buger
  • correctly set Bento binary information at build-time in CI @jem-davies

1.3.0 - 2024-11-04

Added

  • Exposed option to enable event flushing for processor events & input events @sananguliyev
  • Added QuestDB output component @sklarsa
  • Added spanner driver to SQL components @rvilim
  • Added more config fields to kafka_franz input component @gregfurman
  • Added gcp_bigquery_write_api output component @gregfurman
  • Added AWS config fields to SQL Components to enable storing user/password in AWS Secret Manager @jem-davies
  • Added more types to parquet_encode processor @ryanworl
  • Altered default value for field cas_enabled to true in couchbase processor @sapk

Changed

  • Improved parquet handling of optional decimals and float <> float conversions @richardartoul
  • Altered gcp_bigquery config field table to allow interpolation @jem-davies

1.2.0 - 2024-08-21

Added

  • avro_schema_nested field to registry_schema_decode/encode @jem-davies
  • etcd-component input for watching an etcd key or prefix @gregfurman
  • Couchbase: add CAS support and disable by default @sapk
  • sql: Add optional verification ping on database client initialisation @gregfurman

Upstream Changes

1.1.0 - 2024-07-12

Added

  • Bento mascot as a favicon.ico to docusaurus site and back into the README.
  • New cookbook for Kafka topic mirroring.
  • New local testing guide for bento-lambda.

Changed

  • Removed more references to upstream in documentation.

Upstream Changes Synced

1.0.2 - 2024-06-07

Changed

  • Updated repository documentation.

Fixed

  • Removed referenced to upstream v4 in favour of Bento v1.
  • Fixed flag in Docker streams_mode resource.

1.0.1 - 2024-06-03

Changed

Using github's container registry instead of AWS ECR.

1.0.0 - 2024-06-03

First release after the fork, pushing binaries to the new github repo and docker images to an AWS ECR.