Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Fix crash in AMQP and add JSON arrays_of_objects option

Section titled “Fix crash in AMQP and add JSON arrays_of_objects option”

Feb 13, 2025 · @IyeOnline · #4994

The write_json and write_ndjson operators now have a arrays_of_objects option.

Fix from/to not respecting default formats

Section titled “Fix from/to not respecting default formats”

Feb 12, 2025 · @IyeOnline · #4990

The from and to operators now assume http and https URLs to produce or accept JSON, unless the filename in the URL contains a known file extension.

Feb 11, 2025 · @raxyte · #4967

The new fill option on chart_area, chart_bar and chart_line allows you to specify a value to replace nulls with and fill gaps.

Fix crash in AMQP and add JSON arrays_of_objects option

Section titled “Fix crash in AMQP and add JSON arrays_of_objects option”

Feb 13, 2025 · @IyeOnline · #4994

We fixed a bug in load_amqp and save_amqp that prevented the node from starting if they were used in a pipeline configured as code and failed to connect.