Download the release on GitHub.
Bug Fixes
Section titled “Bug Fixes”Remove restriction for unflattening into empty field names
Section titled “Remove restriction for unflattening into empty field names”The unflatten
operator no longer ignores fields that begin or end with the
separator.
By @dominiklohmann in #3814.
Schedule idle operators less aggressively
Section titled “Schedule idle operators less aggressively”Some idle source operators and loaders, e.g., from tcp://localhost:3000
where
no data arrives via TCP, consumed excessive amounts of CPU. This no longer
happens.
By @dominiklohmann in #3865.