Skip to content

JSON Printer Fix

This release fixes a bug within the JSON printer that could lead to invalid JSON being produced, and also led to response timeouts when using the Tenzir Platform.

Download the release on GitHub.

The charting operators did not update aggregations correctly, which resulted in out-of-sync or null values.

By @raxyte in #5281.

Operators such as write_json previously emitted invalid JSON for small numbers. This also affected the Tenzir Platform as it invalidated some responses, which could lead to no data showing up in the Explorer.

By @jachris in #5282.

Last updated: