Benthos v4.7.0 Release Notes

Release Date: 2022-09-27 // over 1 year ago
  • โž• Added

    • Field avro_raw_json added to the schema_registry_decode processor.
    • Field priority added to the gcp_bigquery_select input.
    • ๐Ÿ‘ The hash bloblang method now supports crc32.
    • ๐Ÿ†• New tracing_span bloblang function.
    • ๐Ÿ‘ All sql components now support SQLite.
    • ๐Ÿ†• New beanstalkd input and output.
    • Field json_marshal_mode added to the mongodb input.
    • The schema_registry_encode and schema_registry_decode processors now support Basic, OAuth and JWT authentication.

    ๐Ÿ›  Fixed

    • The streams mode /ready endpoint no longer returns status 503 for streams that gracefully finished.
    • ๐ŸŽ The performance of the bloblang .explode method now scales linearly with the target size.
    • The influxdb and logger metrics outputs should no longer mix up tag names.
    • ๐Ÿ›  Fix a potential race condition in the read_until connect check on terminated input.
    • The parse_parquet bloblang method and parquet_decode processor now automatically parse BYTE_ARRAY values as strings when the logical type is UTF8.
    • The gcp_cloud_storage output now correctly cleans up temporary files on error conditions when the collision mode is set to append.