Skip to content

Commit b8dfb63

Browse files
authored
Merge pull request #926 from redboltz/update_version_12.1.0
Update the version to 12.1.0.
2 parents cb20440 + de9aff7 commit b8dfb63

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 12.1.0
2+
* Improved CI (#930)
3+
* Improved MQTT_STD_XXX support (#929)
4+
* Removed boost.log include when MQTT_USE_LOG is off (#927)
5+
* Removed async_force_disconnect() call from session_state (#925)
6+
* Added authentication/authorization support (#896, #921, #923)
7+
* Added running_in_this_thread() wrapper (#918)
8+
* Fixed client_id setting bug (#917)
9+
* Fixed resend_pubrel_ registration logic (#914)
10+
* Fixed example code topic comparison (#913)
11+
* Added a CLI(Command Line Interface) mqtt client tool (#911, #920)
12+
* Added setup_socket() on client constructor (#909)
13+
* Added defer wrapper (#908)
14+
* Added dispatch wrapper (#907)
15+
* Added comparison operators for properties (#906)
16+
* Added missing dependencies in Package Configuration File (#903)
17+
* Separated connect_handler functions (#895)
18+
* Refine response_topic life management (#894)
19+
* Made uuid gen to thread_local (#893)
20+
* Supported request_response_information and response_topic (#892)
21+
* Implemented client_id assignment when client send empty one (#891)
22+
* Refined binary buffer operation (#890)
23+
* Fixed correlation_data property (#889)
24+
* Moved start_session() call after all handlers se. (#881)
25+
* Added set options print for broker (#880)
26+
* Added mutex for `retains_` (#879)
27+
* Added a performance meajure tool `bench` (#878, #882, #883, #884, #885, #886, #887, #898, #899, #900, #905)
28+
* Fixed broker side qos2 exactly once logic (#874)
29+
* Added publish handled QoS2 packet id getter and restore (#873)
130
## 12.0.0
231
* Improved exampless (#870)
332
* Fixed example broker's invalid sync connack call (#869)

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 12.0.0 [![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 12.1.0 [![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
Important note https://github.com/redboltz/mqtt_cpp/wiki/News.
66

0 commit comments

Comments
 (0)