|
| 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) |
1 | 30 | ## 12.0.0
|
2 | 31 | * Improved exampless (#870)
|
3 | 32 | * Fixed example broker's invalid sync connack call (#869)
|
|
0 commit comments