Skip to content

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

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

Oct 28, 2024 · @dominiklohmann · #4704

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

Oct 28, 2024 · @dominiklohmann · #4701

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

Enable google-cloud-pubsub connector in the Docker Image

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

Oct 28, 2024 · @IyeOnline · #4690

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

Oct 28, 2024 · @dominiklohmann · #4701

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

Explicitly close ending TCP connection sockets

Section titled “Explicitly close ending TCP connection sockets”

Oct 28, 2024 · @tobim · #4674

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

Oct 25, 2024 · @dominiklohmann · #4702

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.