Skip to content

Tenzir v4.13.1

Compare
Choose a tag to compare
@dominiklohmann dominiklohmann released this 14 May 05:37
· 187 commits to main since this release
v4.13.1
ca11f5c

This patch release contains the following bug fixes and improvements over Tenzir v4.13:

  • 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.
  • 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.
  • 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.
  • The enrich, drop, extend, replace, and deduplicate operators failed for empty input events. This no longer happens.