Skip to content

v6.0.0

Compare
Choose a tag to compare
@redboltz redboltz released this 28 Aug 07:03
· 896 commits to master since this release
b47567d
  • Supressed warnings. (#367, #368, #369, #370, #371)
  • Set [[deprecated]] attribute to derecated APIs. They will be removed on verion 7.0.0. (#364, #372)
  • Added mqtt::buffer based APIs. (#364)
  • Added user defined namespace support. User can define MQTT_NS (default mqtt). (#360)
  • Improved test. (#357)
  • Improved test broker. (#353)
  • Added allocation fuction for mqtt::buffer. (#349)
  • Supported old version of boost type_erasure. (#347)
  • <<<< breaking change >>>> Adde zero copy receiving functionality. Callback handlers take mqtt::buffer parameter instead of mqtt::string_view. It can hold the lifetime. (#339, #358, #359, )
  • Improved CI. (#333, #346)