Skip to content

Releases: akasamq/akasa

v0.1.1 Improve performance and stability

17 Dec 11:45
db83c04
Compare
Choose a tag to compare
  • 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

28 Sep 11:48
9528307
Compare
Choose a tag to compare
  • 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