Skip to content

v1.0.4

Compare
Choose a tag to compare
@redboltz redboltz released this 26 Feb 03:30
· 1385 commits to master since this release
  • Added offline publish (Clean Session: false, qos: at_least_once, exactly_once). (#69)
  • Prepared for OpenSSL 1.1.0 support. (#68)
  • Added explicit packet_id acquieing operation. (#67)
  • Used C++14 depended code conditionally. (#62, #63)
  • Added WebSocket support. (#61, #66)
  • Fixed strand. (#60)
  • Added strand to shutdown. (#59)
  • Fixed the type of qos on async_send_publish. (#58)
  • Added async_disconnect function. (#57)
  • Fixed async subscribe/unsubscribe. (#56)
  • Improved async operations. (#55)
  • Fixed SSL_R_SHORT_READ as normal close, not error. (#54)
  • Replaced pair with tuple. (#53)
  • Fixed endpoint memory management. (#52)