Update Log
2026-06-06
- Documented the completed plugin policy hook loop for
OnMessagePublishandOnMessageSubscribe. - Clarified that publish policy hooks can reject or rewrite messages before retain storage, QoS persistence, and routing.
- Clarified that subscribe policy hooks can reject topic filters or downgrade the granted QoS before subscription storage and retained delivery.
- Added observability documentation for node-local
$SYStopics and the protected/metricsendpoint. - Updated the feature list and roadmap to distinguish node-local observability from future global cluster metrics aggregation.
2026-04-01
- Aligned the website with the secure-by-default first-run behavior in the main YedMQ repository.
- Updated
get-started,security,mqtt-configuration,plugin-configuration, andlistener-configurationto reflect localhost-only API binding, an empty default API user list, and deny-by-default MQTT fallback behavior. - Added guidance for local smoke tests and the bundled
acl_fileexample plugin.
2026-03-31
- Clarified that WSS certificates are configured under
[listener.wss]. - Updated plugin and API examples so they match the current process-based plugin runtime and plugin list response shape.