From 467a2acdb870e28e9dfd272b3944fb5d6d551d07 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 26 May 2023 12:59:46 +0200 Subject: [PATCH] docs: add missing changes --- changes/e5.0.4.en.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changes/e5.0.4.en.md b/changes/e5.0.4.en.md index 8f699bc11..40b77da1b 100644 --- a/changes/e5.0.4.en.md +++ b/changes/e5.0.4.en.md @@ -165,3 +165,13 @@ - [#10738](https://github.com/emqx/emqx/pull/10738) TDEngine data bridge now supports "Supertable" and "Create Tables Automatically". Before this fix, an insert with a supertable in the template will fail, like this: - `insert into ${clientid} using msg TAGS (${clientid}) values (${ts},${msg})`. + +- [#10746](https://github.com/emqx/emqx/pull/10746) Add missing support of the event `$events/delivery_dropped` into the rule engine test API `rule_test`. + +- [#10747](https://github.com/emqx/emqx/pull/10747) Ported some time formating fixes in Rule-Engine functions from version 4.4. + +- [#10760](https://github.com/emqx/emqx/pull/10760) Fix "internal error 500" when getting bridge statistics page while a node is joining the cluster. + +- [#10801](https://github.com/emqx/emqx/pull/10801) Avoid double percent-decode for topic name in API `/topics/{topic}` and `/topics`. + +- [#10817](https://github.com/emqx/emqx/pull/10817) Fix a config value handling for bridge resource option `auto_restart_interval`, now it can be set to `infinity`.