Skip to content

Tenzir Node v4.22.1

Compare
Choose a tag to compare
@dominiklohmann dominiklohmann released this 23 Oct 11:20
· 115 commits to main since this release
v4.22.1
324214e

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

Tenzir Node v4.22.1

  • The /serve endpoint now returns instantly when its pipeline fails before the endpoint is used for the first time. In the Tenzir Platform this causes the load more button in the Explorer to correctly stop showing for pipelines that fail shortly after starting.
  • The boolean operators and/or now work correctly for the type null. Previously, null and false evaluated to null, and a warning was emitted. Now, it evaluates to false without a warning.
  • Using the tenzir process from multiple users on the same host sometimes failed because the cache directory was not writable for all users. This no longer happens.
  • We added three new, TQL2-exclusive aggregation functions: first, last, and mode. The functions return the first, last, and most common non-null value per group, respectively.