Benthos v3.30.0 Release Notes

Release Date: 2020-10-06 // over 3 years ago
  • 📄 For installation instructions check out the getting started guide.

    ➕ Added

    • 👍 OAuth 2.0 using the client credentials token flow is now supported by the http_client input and output, and the http processor.
    • Method format_timestamp added to Bloblang.
    • Methods re_find_object and re_find_all_object added to Bloblang.
    • Field connection_string added to the Azure blob_storage and table_storage outputs.
    • Field public_access_level added to the Azure blob_storage output.
    • 👍 Bloblang now supports trailing commas in object and array literals and function and method parameters.

    🛠 Fixed

    • The amqp_1 input and output now re-establish connections to brokers on any unknown error.
    • Batching components now more efficiently attempt a final flush of data during graceful shutdown.
    • The dynamic output is now more flexible with removing outputs, and should no longer block the API as aggressively.

    🌲 The full change log can be found here.