Dominik Lohmann
Dominik Lohmann
This announces the release of Tenzir v4.10. The date may still shift to Monday depending on when we land the remaining PRs that need to get in.
While investigating the spurious connection failure from tenzir/issues#1529 I noticed that we do the version check twice: once in the `connector` actor with the proper configured timeout, and then once...
The new `tenzir.token` option has the format `:[:]`, and has a higher precedence than the existing variables.
This is a small change that makes `FLATBUFFERS_MIN_BUFFER_SIZE` usable outside of the `flatbuffers` namespace.
The Homebrew package for its http parser dependency was disabled quite a while ago because the library is unmaintained and no longer compiled from source against our current compiler toolchain,...
This is pretty helpful to get started with writing schemas, as it allows one to go from inferred events over to having a manually specified schema without needing to write...
At long last, it's time to remove the matcher plugin. It has been superseded by the `lookup` plugin, which is superior in many ways.
I recently introduced this alongside the component lifetime logging. For some old components, we do still use the labels that I thought we didn't use anymore. Ignoring them led to...
> [!NOTE] > I did not spend much time thinking about the naming of these two options. This is bound to change with TQL2 in the Tenzir v5 release anyways,...
This changes the `slice` operator to use a more familiar syntax for slicing events: `:`, `:`, or `:`. This makes room for adding strides to the operator in the famililar...