Skip to content

v0.14.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@codepr codepr released this 13 Jan 13:48
· 95 commits to master since this release

Features:

  • Configuration file on disk
  • Support for QoS messages 0, 1 and 2
  • Retained messages per topic
  • Periodic stats publishing
  • Support multiple topics subscriptions through wildcard (#)
  • Authentication through username and password
  • SSL/TLS connections, configuration accepts minimum protocols to be used
  • Logging on disk
  • Daemon mode
  • Multiplexing IO with abstraction over backend, currently supports select/poll/epoll choosing the better implementation.