Skip to content

Tenzir Node v4.22.2

Download the release on GitHub.

Implement <list>.sort() and <record>.sort()

Section titled “Implement <list>.sort() and <record>.sort()”

The new sort method sorts fields in records by name and lists by values.

By @dominiklohmann in #4704.

The new value_counts aggregation function returns a list of values and their frequency.

By @dominiklohmann in #4701.

Enable google-cloud-pubsub connector in the Docker Image

Section titled “Enable google-cloud-pubsub connector in the Docker Image”

The google-cloud-pubsub connector and TQL2 operators load_google_cloud_pubsub save_google_cloud_pubsub operators are now available in the Docker image.

By @IyeOnline in #4690.

We fixed a bug that caused the mode aggregation function to sometimes ignore some input values.

By @dominiklohmann in #4701.

We fixed a bug in the buffer operator that caused it to break when restarting a pipeline or using multiple buffers in a “parallel” context, such as in load_tcp’s pipeline argument.

By @dominiklohmann in #4702.

Explicitly close ending TCP connection sockets

Section titled “Explicitly close ending TCP connection sockets”

We fixed a bug that sometimes prevented incoming connections from load_tcp from closing properly.

By @tobim in #4674.

Last updated: