Skip to content

Releases: warpstreamlabs/bento

v1.5.2

12 Mar 18:44
Compare
Choose a tag to compare

Patch release for CVEs

  • upgrade to go 1.23
  • upgrade golang.org/x/crypto
  • upgrade golang.org/x/oauth2
  • upgrade golang.org/x/net

v1.5.1

14 Feb 14:45
661abc9
Compare
Choose a tag to compare

What's Changed

  • fix: Check for shutdown before using fallback output component by @jem-davies in #234
  • fix: only load aws cred if using postgres + secretName in sql components by @jem-davies in #240

Full Changelog: v1.5.0...v1.5.1

v1.5.0

07 Feb 19:10
40f5dd0
Compare
Choose a tag to compare

1.5.0 - 2025-02-07

Changed

Added

Fixed

  • replace directive for github.com/AthenZ/athenz depenency @gregfurman
  • change default encoding from DELTA_LENGTH_BYTE_ARRAY to PLAIN for string fields for parquet encodings @gregfurman

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.1

04 Jan 14:01
Compare
Choose a tag to compare

Changed

  • updated various dependencies to address CVEs @jbeemster

Full Changelog: v1.4.0...v1.4.1

v1.4.0

08 Dec 19:23
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

04 Nov 19:07
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

21 Aug 07:18
Compare
Choose a tag to compare

1.2.0 - 2024-08-21

Added

  • Support for nested Avro schema with the avro_schema_nested field to the registry_schema_decode and registry_schema_decode processors. @jem-davies
  • New etcd input component for watching an etcd key or prefix. @gregfurman
  • Compare And Swap (CAS) support to Couchbase with cas_enabled flag. @sapk
  • init_verify_conn field to SQL components, allowing Bento to ping a target database on initialisation. @gregfurman

Upstream Changes

v1.1.0

12 Jul 15:52
1c715d9
Compare
Choose a tag to compare

For installation instructions check out the getting started guide.

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

The full change log can be found here.

v1.0.2

07 Jun 13:18
0abcfc8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Jun 16:46
32b1e21
Compare
Choose a tag to compare

For installation instructions check out the getting started guide.

Changed

Using github's container registry instead of AWS ECR.

The full change log can be found here.