Skip to content

Releases: mochi-mqtt/server

v1.0.1

05 Jan 21:16
Compare
Choose a tag to compare
  • Adds direct Publishing from embedded services using new func (s *Server) Publish(topic string, payload []byte, retain bool) error method.
  • Adds Event Hook onMessage for embedded services to intercept and optionally modify incoming publish packets.
  • Updates Readme to this effect.
  • Various small comment and code cleanups.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Feb 20:28
Compare
Choose a tag to compare

Full Changelog: 1.0.0...v1.0.0