1.4 KiB
1.4 KiB
v5.0.12
Enhancements
-
Disable global garbage collection by
node.global_gc_interval = disabled#9418。 -
Improve the CLI to avoid waste atom table when typing erros #9416.
-
Start building MacOS packages for Apple Silicon hadrdware #9423.
-
Remove support for setting shared subscriptions using the non-standard
$queuefeature #9412. Shared subscriptions are now part of the MQTT spec. Use$shareinstead. -
Refactor authn API by replacing
POST /authentication/{id}/movewithPUT /authentication/{id}/position/{position}. #9419. Same is done for/listeners/{listener_id}/authentication/id/.... -
Redesign
/rulesAPI to makemetricsa dedicated resources rather than being included with every response #9461.