All Versions
236
Latest Version
Avg Release Cycle
8 days
Latest Release
90 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v0.40.0
December 10, 2018โ Added
- ๐ New
subprocess
processor.
๐ Changed
- API: The
types.Processor
interface has been changed in order to add lifetime cleanup methods (addedCloseAsync
andWaitForClose
). For the overwhelming majority of processors these functions will be no-ops. - More consistent
condition
metrics.
- ๐ New
-
v0.39.2
December 07, 2018โ Added
- ๐ New
try
andcatch
processors for improved processor error handling.
- ๐ New
-
v0.39.1
December 07, 2018โ Added
- All processors now attach error flags.
- S3 input is now more flexible with SNS triggered SQS events.
๐ Changed
- ๐จ Processor metrics have been made more consistent.
-
v0.39.0
December 05, 2018โ Added
- ๐ New endpoint
/ready
that returns 200 when both the input and output components are connected, otherwise 503. This is intended to be used as a readiness probe.
๐ Changed
- Large simplifications to all metrics paths.
- ๐ Fully removed the previously deprecated
combine
processor. - โก๏ธ Input and output plugins updated to support new connection health checks.
- ๐ New endpoint
-
v0.38.10
December 04, 2018โ Added
- Field
role_external_id
added to all S3 credential configs. - ๐ New
processor_failed
condition and improved processor error handling which can be read about [here](./docs/error_handling.md)
- Field
-
v0.38.8
November 29, 2018โ Added
- ๐ New
content_type
field for thes3
output.
- ๐ New
-
v0.38.6
November 28, 2018โ Added
- New
group_by_value
processor.
- New
-
v0.38.5
November 27, 2018โ Added
- ๐ Lint errors are logged (level INFO) during normal Benthos operation.
- ๐ New
--strict
command flag which causes Benthos to abort when linting errors are found in a config file.
-
v0.38.4
November 26, 2018โ Added
- ๐ New
--lint
command flag for linting config files.
- ๐ New
-
v0.38.1
November 23, 2018๐ Changed
- The
s3
output now attempts to batch uploads. - The
s3
input now exposes errors in deleting SQS messages during acks.
- The