Skip to content

Commit 4d0f08c

Browse files
authored
Merge pull request #1001 from redboltz/update_to_13.2.2
Updated the version to 13.2.2
2 parents bc8fe85 + 981e2ba commit 4d0f08c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 13.2.2
2+
* Fix tls socket can block while doing clean shutdown on a forced disconnect (#1000)
3+
* Wrapped connection_error_called by socket's strand. (#993)
4+
* Fixed CMake error on INSTALL(EXPORT ...) when adding the mqtt_cpp package with CPM.cmake (#990)
5+
* Fixed store_ management. (#988)
6+
* Fixed qos2_publish_handled_ insertion timing. (#987)
7+
* Fixed qos2_publish_handled_ invalidly remains issue. (#986)
8+
* Fixed client certificate treatment. (#983)
9+
* Fixed client cert verify setting timing. (#982)
10+
* Refined documents. (#979)
11+
112
## 13.2.1
213
* Fixed async socket close blocking problem. (#977)
314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MQTT client/server for C++14 based on Boost.Asio
22

3-
Version 13.2.1 [![Actions Status](https://github.com/redboltz/mqtt_cpp/workflows/CI/badge.svg)](https://github.com/redboltz/mqtt_cpp/actions)[![Build Status](https://dev.azure.com/redboltz/redboltz/_apis/build/status/redboltz.mqtt_cpp?branchName=master)](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[![codecov](https://codecov.io/gh/redboltz/mqtt_cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/mqtt_cpp)
3+
Version 13.2.2 [![Actions Status](https://github.com/redboltz/mqtt_cpp/workflows/CI/badge.svg)](https://github.com/redboltz/mqtt_cpp/actions)[![Build Status](https://dev.azure.com/redboltz/redboltz/_apis/build/status/redboltz.mqtt_cpp?branchName=master)](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[![codecov](https://codecov.io/gh/redboltz/mqtt_cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/mqtt_cpp)
44

55
**mqtt_cpp has been serious bugfix only status. The new project [async_mqtt](https://github.com/redboltz/async_mqtt) has been started based on mqtt_cpp's experience. New featureas would be added on async_mqtt.**
66

0 commit comments

Comments
 (0)