v0.1.0 First Release
- Full support MQTT v3.1/v3.1.1/v5.0
- Support TLS (include two-way authentication)
- Support WebSocket (include TLS support)
- Support Proxy Protocol V2
- Use
io_uring
(glommio) for high performance low latency IO (can use tokio on non-Linux OS) - Use a Hook trait to extend the server
- Simple password file based authentication