github benthosdev/benthos v3.16.0

latest releases: v4.27.0, v4.26.0, v4.25.1...
3 years ago

Added

  • New bloblang methods type, join, unique, escape_html, unescape_html,
    re_find_all and re_find_all_submatch.
  • Bloblang sort method now allows custom sorting functions.
  • Bloblang now supports if expressions.
  • Bloblang now allows joining strings with the + operator.
  • Bloblang now supports multiline strings with triple quotes.

Changed

  • The xml processor is now less strict with XML parsing, allowing unrecognised
    escape sequences to be passed through unchanged.

Fixed

  • The bloblang method map_each now respects Nothing mapping by copying the
    underlying value unchanged.
  • It's now possible to reference resource inputs and outputs in streams mode.
  • Fixed a problem with compiling old interpolation functions with arguments
    containing colons (i.e. ${!timestamp_utc:2006-01-02T15:04:05.000Z})

Don't miss a new benthos release

NewReleases is sending notifications on new releases.