aedes

Barebone MQTT broker that can run on any stream server, the node way

MIT License

Downloads
132.5K
Stars
1.7K
Committers
63

Bot releases are hidden (Show)

aedes - v0.34.0

Published by mcollina over 6 years ago

  • Added typings #196
aedes - v0.33.0

Published by mcollina over 6 years ago

aedes - v0.32.1

Published by mcollina almost 7 years ago

  • delete will message after publishing #181 by @emilianobonassi
  • listen for errors doring the first sync read operation #179 by @GavinDmello
aedes - v0.32.0

Published by mcollina almost 7 years ago

  • Emit 'unsubscribe' event if client.clean is true for abruptly interrupted connections #171
aedes - v0.31.0

Published by mcollina almost 7 years ago

aedes - v0.30.1

Published by mcollina about 7 years ago

aedes - v0.30.0

Published by mcollina about 7 years ago

  • Retain false to connected subscribes #130 by @GavinDmello
  • Use the new enqueueOutgoingCombi #152 by @behrad
aedes - v0.29.1

Published by mcollina about 7 years ago

  • Guarantee granted always come in the same order #140
aedes - v0.29.0

Published by mcollina about 7 years ago

  • Do not forward $SYS topics for +/# subscriptions #136 by @mcollina
  • Validate topics #134 by @mcollina
aedes - v0.28.0

Published by mcollina over 7 years ago

aedes - v0.27.1

Published by mcollina over 7 years ago

  • Don't emit unsubscribe on client close #124 by @behrad
aedes - v0.27.0

Published by mcollina over 7 years ago

  • Refactor subscription handling to send the retained messages in a more efficient way #121 by @behrad
  • Parallelize topic sub/unsub handlers #120 by @behrad
  • Fix minor errors in readme #113 by @jyotman
aedes - v0.26.1

Published by mcollina over 7 years ago

  • Do not emit will if calling close()  twice #112 by @mcollina
aedes - v0.26.0

Published by mcollina over 7 years ago

  • Passing brokerId to delete will #105 by @GavinDmello
  • Updated dependencies
aedes - v0.25.3

Published by mcollina over 7 years ago

  • reverting #98
aedes - v0.25.2

Published by mcollina over 7 years ago

  • broker id should be updated when streaming will messages #98 by @GavinDmello
aedes - v0.25.1

Published by mcollina over 7 years ago

  • Do not exhaust the concurrency on overlapping subscriptions #91
aedes - v0.25.0

Published by mcollina over 7 years ago

  • Do no try to update a stored packet if clean=true #84
  • Added 'close' event on server close #86 @debjeet-sarkar
aedes - v0.24.0

Published by mcollina almost 8 years ago

  • Support ping  event #75 by @renatoc
aedes - v0.23.1

Published by mcollina almost 8 years ago

  • Correct compute the keepAliveInterval #73 by @wuhkuh