1.1 KiB
1.1 KiB
v5.0.11
Enhancements
-
Security enhancement for retained messages #9326. The retained messages will not be published if the publisher client is banned.
-
Security enhancement for the
subscribe
API #9355. -
Enhance the
banned
feature #9367. Now the corresponding session will be kicked when client is banned byclientid
. -
Redesign
/gateways
API 9364. UsePUT /gateways/{name}
instead ofPOST /gateways
, gateway gets 'loaded' automatically if needed. UsePUT /gateways/{name}/enable/{true|false}
to enable or disable gateway. No moreDELETE /gateways/{name}
. -
Improve node name generation rules to avoid potential atom table overflow risk #9387.