Przeglądaj źródła

docs: add missing changes

Zaiming (Stone) Shi 2 lat temu
rodzic
commit
467a2acdb8
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      changes/e5.0.4.en.md

+ 10 - 0
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`.