Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
EMQX v4.4.18.tar.gz | 2023-04-27 | 1.8 MB | |
EMQX v4.4.18.zip | 2023-04-27 | 2.4 MB | |
README.md | 2023-04-27 | 463 Bytes | |
Totals: 3 Items | 4.2 MB | 0 |
Enhancements
- Improved the placeholder syntax of the rule engine #10470.
The parameters of certain actions support using placeholder syntax to dynamically fill in the content of strings. The format of the placeholder syntax is ${key}
.\
Prior to the improvement, the key
in ${key}
could only contain letters, numbers, and underscores. Now the key
supports any UTF8 character after the improvement.