🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Relax transform_columns
Section titled “Relax transform_columns”May 13, 2024 · @dominiklohmann · #4215
The enrich, drop, extend, replace, and deduplicate operators failed
for empty input events. This no longer happens.
Remove stream managers when decommissioning partitions
Section titled “Remove stream managers when decommissioning partitions”May 13, 2024 · @dominiklohmann · #4214
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.
Improve slice with positive begin and negative end
Section titled “Improve slice with positive begin and negative end”May 13, 2024 · @dominiklohmann · #4210
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.
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.