From d887ba5e8d12232357c87e12f5884af897930c4a Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Tue, 5 Sep 2023 13:36:26 +0200 Subject: [PATCH] docs: add change log entry for jq upgrade --- changes/ce/fix-11565.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-11565.en.md diff --git a/changes/ce/fix-11565.en.md b/changes/ce/fix-11565.en.md new file mode 100644 index 000000000..ab5ad31b0 --- /dev/null +++ b/changes/ce/fix-11565.en.md @@ -0,0 +1 @@ +Upgraded jq library from v0.3.10 to v0.3.11. In this version, jq_port programs are initiated on-demand and will not appear in users' processes unless the jq function in EMQX is used. Additionally, idle jq_port programs will auto-terminate after a set period. Note: Most EMQX users, running jq in NIF mode, will be unaffected by this update.