github tenzir/tenzir v5.1.6
Tenzir Node v5.1.6

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

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

  • We now gracefully handle a panic in write_syslog, when structured_data does not have the expected shape.
  • We fixed a regression in the if statement that caused it to indefinitely withhold the last batch of events when its input stalled.
  • We removed the deprecated <duration>.as_secs() function which has been superseded by <duration>.count_seconds() quite some time ago. The count_seconds() function provides the same functionality with a more consistent naming convention that aligns with other duration-related functions like count_minutes(), count_hours(), etc.
  • We implemented under-the-hood support for workspace tokens, which will become available with the next release of the Tenzir Platform.
  • The hour, minute, and second functions extract the respective components of a time value, and compliment the existing year, month, and day functions. The second function includes subsecond precision.

Don't miss a new tenzir release

NewReleases is sending notifications on new releases.