github tenzir/tenzir v5.1.3
Tenzir Node v5.1.3

latest releases: v5.13.2, v5.13.1, v5.13.0...
4 months ago

This patch release features the following improvements and bug fixes over Tenzir Node v5.1.2:

  • User-defined operators still required the // tql2 comment at the start or the tenzir.tql2 option to be set, despite TQL2 being the default since Tenzir Node v5.0. They now work as expected.
  • The table option of the to_azure_log_analytics has been renamed to stream to better reflect the expected value. Additionally, a new option batch_timeout has been added to configure the max duration to wait before finishing a batch.
  • The encode_url and decode_url functions encode and decode URLs. For example, "Hello%20World".decode_url() returns b"Hello World".
  • We added a new strict operator that takes a pipeline and treats all warnings emitted by that pipeline as errors, i.e., effectively stopping the pipeline at the first diagnostic. This is useful when you to ensure want a critical piece of your pipeline does not continue in unexpected scenarios.

Don't miss a new tenzir release

NewReleases is sending notifications on new releases.