From 841e4092fc4a0b7fc14ec3cc9cb45cbb2a4bb62d Mon Sep 17 00:00:00 2001 From: Andrew Mirsky Date: Fri, 8 Aug 2025 21:16:40 -0400 Subject: [PATCH] updating docs for release 0.11.3 --- README.md | 15 +++++++++++++-- docs_web/index.md | 14 ++++++++++++-- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99b7639..f4ca4fe 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,21 @@ ## Features - Full set of [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) protocol specifications -- Communication over TCP and/or websocket, including support for SSL/TLS +- Communication over multiple TCP and/or websocket ports, including support for SSL/TLS - Support QoS 0, QoS 1 and QoS 2 messages flow - Client auto-reconnection on network lost -- Functionality expansion; plugins included: authentication and `$SYS` topic publishing +- Functionality expansion; optional plugins included: + - `$SYS` topic publishing + - AWS IOT-style shadow states + - x509 certificate authentication (including cli cert creation) + - Secure file-based password authentication + - Configuration-based topic authorization + - MySQL, Postgres & SQLite user and/or topic auth (including cli manager) + - External server (HTTP) user and/or topic auth + - LDAP user and/or topic auth + - JWT user and/or topic auth + - Fail over session persistence + ## Installation diff --git a/docs_web/index.md b/docs_web/index.md index 8d4110d..137d69c 100644 --- a/docs_web/index.md +++ b/docs_web/index.md @@ -7,10 +7,20 @@ ## Features - Full set of [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) protocol specifications -- Communication over TCP and/or websocket, including support for SSL/TLS +- Communication over multiple TCP and/or websocket ports, including support for SSL/TLS - Support QoS 0, QoS 1 and QoS 2 messages flow - Client auto-reconnection on network lost -- Functionality expansion; plugins included: authentication and `$SYS` topic publishing +- Functionality expansion; optional plugins included: + - `$SYS` topic publishing + - AWS IOT-style shadow states + - x509 certificate authentication (including cli cert creation) + - Secure file-based password authentication + - Configuration-based topic authorization + - MySQL, Postgres & SQLite user and/or topic auth (including cli manager) + - External server (HTTP) user and/or topic auth + - LDAP user and/or topic auth + - JWT user and/or topic auth + - Fail over session persistence ## Installation