Skip to content

Releases: longkerdandy/mithqtt

1.1.0.Alpha1

05 Sep 05:02
Compare
Choose a tag to compare

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

11 May 01:36
Compare
Choose a tag to compare
1.0.0.Beta1 Pre-release
Pre-release

Finished major tasks for current architecture.

1.0.0.Alpha1

01 Dec 13:30
Compare
Choose a tag to compare
1.0.0.Alpha1 Pre-release
Pre-release
  1. MQTT broker compatible with MQTT protocol 3.1.1
  2. Redis storage
  3. Dummy authenticator
  4. Hazelcast based communicator
  5. Kafka based communicator (not stable)
  6. InfluxDB based metrics collection