Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@rmqtt rmqtt released this 13 Apr 15:01
· 16 commits to master since this release
  1. Optimize plugins.
    • Simplify plug-in implementation. a0bd46d 2fca0fe
    • Add Plugin:: authors (&self), Plugin:: homepage (&self), Plugin:: license (&self), and Plugin:: repository (&self). a0bd46d
  2. Optimize Retainer Plugin.
    • Remove Retainer from "rmqtt-cluster-raft". 635d748
    • Remove Retainer from "rmqtt-cluster-broadcast" 82f33b8
    • Modify the configuration and turn off "retain_available" configuration and "rmqtt-retainer" plug-in. a0703b3
    • "Retain Message" is only supported through the "rmqtt-retainer" plugin. c3418eb
    • Retain messages support 'ram', 'sled' or 'redis' storage. 3ef6e6f 2e8263e 59e2bb9
    • Add Document: retainer.md.
    • Add statistical mode, which can be specified by specific statistical items. 4b71993
    • Optimize the codes. 3b8e3ff da08d5e 2a9bb6a d765c91 330fed9 5439cc6
  3. Create workflows/CI.yaml. https://github.com/rmqtt/rmqtt/actions/workflows/CI.yaml
  4. Bump up deps, tokio-tungstenite = "0.21", toml = '0.8'
  5. Fixed: "Max QOS in Connect ACK Protocol Question" f0ba628 #54

New Contributors

@gongzhengyang made their first contribution in @see