Skip to content

Commit

Permalink
Merge pull request #366 from redboltz/update_to_v6.0.0
Browse files Browse the repository at this point in the history
Added CHANGELOG.md for version 6.0.0.
  • Loading branch information
redboltz authored Aug 28, 2019
2 parents b0ae8fb + a841af6 commit b47567d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 6.0.0
* 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)

## 5.0.1
* Improved CI. (#330)
* Fixed invalid std::any inclusion on mqtt::any. (#328)
Expand Down

0 comments on commit b47567d

Please sign in to comment.