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 thehttp
processor. - Method
format_timestamp
added to Bloblang. - Methods
re_find_object
andre_find_all_object
added to Bloblang. - Field
connection_string
added to the Azureblob_storage
andtable_storage
outputs. - Field
public_access_level
added to the Azureblob_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.