Releases: akasamq/akasa
Releases · akasamq/akasa
v0.1.1 Improve performance and stability
- Remove glommio
- Remove hook service
- Fix WebSocket header
- Improve route table performance by use fine-grained locks
- Use tikv-jemallocator by default
- Support port reuse
- Add docker image for platform: x86_64/aarch64
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