All Versions
287
Latest Version
Avg Release Cycle
16 days
Latest Release
341 days ago
Changelog History
Page 15
Changelog History
Page 15
-
v1.20.3 Changes
May 11, 2019โ Added
- New
for_each
processor with the same behaviour asprocess_batch
,process_batch
is now considered an alias forfor_each
.
- New
-
v1.20.2 Changes
May 10, 2019๐ Changed
- ๐ The
sql
processor now executes across the batch, documentation updated to clarify.
- ๐ The
-
v1.20.1 Changes
May 10, 2019๐ Fixed
- Corrected
result_codec
field insql
processor config.
- Corrected
-
v1.20.0 Changes
May 10, 2019โ Added
- ๐ New
sql
processor.
๐ Fixed
- Using
json_map_columns
with thedynamodb
output should now correctly storenull
and array values within the target JSON structure.
- ๐ New
-
v1.19.2 Changes
May 09, 2019โ Added
- ๐ New
encode
anddecode
schemehex
.
๐ Fixed
- ๐ Fixed potential panic when attempting an invalid HTTP client configuration.
- ๐ New
-
v1.19.1 Changes
May 08, 2019๐ Fixed
- Benthos in streams mode no longer tries to load directory
/benthos/streams
by default.
- Benthos in streams mode no longer tries to load directory
-
v1.19.0 Changes
May 07, 2019โ Added
- Field
json_map_columns
added todynamodb
output.
- Field
-
v1.18.0 Changes
May 06, 2019โ Added
- ๐ง JSON references are now supported in configuration files.
-
v1.17.0 Changes
May 04, 2019โ Added
- ๐ The
hash
processor now supportssha1
. - Field
force_path_style_urls
added tos3
components. - Field
content_type
of thes3
output is now interpolated. - Field
content_encoding
added tos3
output.
๐ Fixed
- The
benthos-lambda
distribution now correctly returns all message parts in synchronous execution.
๐ Changed
- ๐ Docker builds now use a locally cached
vendor
for dependencies. - ๐
All
s3
components no longer default to enforcing path style URLs.
- ๐ The
-
v1.16.0 Changes
April 30, 2019โ Added
- New output
drop_on_error
. - Field
retry_until_success
added toswitch
output.
๐ Fixed
- ๐ Improved error and output logging for
subprocess
processor when the process exits unexpectedly.
- New output