🚀 Features
Section titled “🚀 Features”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.
Add fill option to chart operators
Section titled “Add fill option to chart operators”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.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”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.