Download the release on GitHub.
Bug Fixes
Section titled “Bug Fixes”PRs 4212-satta
Section titled “PRs 4212-satta”The amqp
connector now properly signals more errors caused, for example, by
networking issues. This enables pipelines using this connector to trigger their
retry behavior.
Improve slice
with positive begin and negative end
Section titled “Improve slice with positive begin and negative end”The slice
operator no longer waits for all input to arrive when used with a
positive begin and a negative (or missing) end value, which rendered it unusable
with infinite inputs. Instead, the operator now yields results earlier.
By @dominiklohmann in #4210.
Relax transform_columns
Section titled “Relax transform_columns”The enrich
, drop
, extend
, replace
, and deduplicate
operators failed
for empty input events. This no longer happens.
By @dominiklohmann in #4215.
Remove stream managers when decommissioning partitions
Section titled “Remove stream managers when decommissioning partitions”The node’s CPU usage increased ever so slightly with every persisted partition, eventually causing imports and exports to get stuck. This no longer happens.
By @dominiklohmann in #4214.