Releases: longkerdandy/mithqtt
Releases · longkerdandy/mithqtt
1.1.0.Alpha1
This is the first release of Mithqtt
- Fully compatible with MQTT v3.1.1 specification.
- Support QoS 0, QoS 1, QoS 2.
- Support session state and clean session.
- Support session keepalive.
- Support message delivery retry (when connect).
- Support retain message.
- Support topic name and topic filter (with wildcards).
- Strong message ordering for each session.
- Authentication and Authorization on Connect Publish Subscribe.
- Distributed, decentralized, high availability. Eventually consistent on node state.
- Redis based storage (support 2.8 and 3.x).
- NATS based cluster implementation.
RESTful HTTP interface.
1.0.0.Beta1
Finished major tasks for current architecture.
1.0.0.Alpha1
- MQTT broker compatible with MQTT protocol 3.1.1
- Redis storage
- Dummy authenticator
- Hazelcast based communicator
- Kafka based communicator (not stable)
- InfluxDB based metrics collection