| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| EMQX v5.0.13.tar.gz | 2022-12-27 | 3.1 MB | |
| EMQX v5.0.13.zip | 2022-12-27 | 3.9 MB | |
| README.md | 2022-12-27 | 1.6 kB | |
| Totals: 3 Items | 7.0 MB | 0 | |
Enhancements
-
Add
limiterupdate API #9133. -
Avoid creating temporary zip files when syncing data directory during cluster startup #9429.
-
Refactor: move
/mqtt/sys_topicsto generic/configs/sys_topics#9511. -
Refactor: use
POSTnotPUTfor/users/{name}/change_pwd#9533. -
Add compression functions
zip,gzip,zip_compressin Rule-Engine and corresponding decompression functions #9573. -
Return
204instead of200forPUT /authenticator/:id#9434. -
Added the option to customize the clientid prefix of egress MQTT bridges. #9609
-
Ensure the default expiration time of
bannedis large enough #9599.
Bug fixes
-
Trigger
message.droppedhook when QoS2 message is resend by client with a same packet id, or 'awaiting_rel' queue is full #9487. -
Fix shared subscription 'sticky' strategy #9578. Prior to this change, a 'sticky' subscriber may continue to receive messages after unsubscribing.
-
Add check to ensure that a given key is among the prepared statements on query in the mysql connector #9571.
-
Fix password leak to logs for connectors #9608.