Skip to content

Commit

Permalink
Merge pull request #356 from redboltz/fix_docker_broker_auth_file
Browse files Browse the repository at this point in the history
Fixed auth.json for docker broker.
  • Loading branch information
redboltz authored Oct 1, 2024
2 parents 64793b8 + d7492e5 commit 5b029eb
Show file tree
Hide file tree
Showing 395 changed files with 409 additions and 394 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

= History

== 9.0.2
* Fixed broker auth file for docker. #356

== 9.0.1
* Fixed TLS plug out timeout logic. #355
* Refined client_cli tool. #354
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# http://www.boost.org/LICENSE_1_0.txt)

cmake_minimum_required (VERSION 3.13.0)
project(async_mqtt_iface VERSION 9.0.1)
project(async_mqtt_iface VERSION 9.0.2)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down Expand Up @@ -156,7 +156,7 @@ if(DOXYGEN_FOUND)
COMMAND ${CMAKE_COMMAND} -E echo "FILE_PATTERNS = *.hpp" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
COMMAND ${CMAKE_COMMAND} -E echo "OUTPUT_DIRECTORY = doc" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
COMMAND ${CMAKE_COMMAND} -E echo "PROJECT_NAME = async_mqtt" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
COMMAND ${CMAKE_COMMAND} -E echo "PROJECT_NUMBER = 9.0.1" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
COMMAND ${CMAKE_COMMAND} -E echo "PROJECT_NUMBER = 9.0.2" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
COMMAND ${CMAKE_COMMAND} -E echo "RECURSIVE = YES" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
COMMAND ${CMAKE_COMMAND} -E echo "PREDEFINED = GENERATING_DOCUMENTATION ASYNC_MQTT_USE_TLS ASYNC_MQTT_USE_WS ASYNC_MQTT_USE_LOG" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
COMMAND ${CMAKE_COMMAND} -E echo "INPUT = ${CMAKE_CURRENT_SOURCE_DIR}/include/async_mqtt" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Asynchronous MQTT communication library.

Version 9.0.1 [![Actions Status](https://github.com/redboltz/async_mqtt/workflows/CI/badge.svg)](https://github.com/redboltz/async_mqtt/actions)[![codecov](https://codecov.io/gh/redboltz/async_mqtt/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/async_mqtt)
Version 9.0.2 [![Actions Status](https://github.com/redboltz/async_mqtt/workflows/CI/badge.svg)](https://github.com/redboltz/async_mqtt/actions)[![codecov](https://codecov.io/gh/redboltz/async_mqtt/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/async_mqtt)

This is Boost.Asio oriented asynchronous MQTT communication library. You can use async_mqtt to develop not only your MQTT client application but also your server (e.g. broker).
Based on https://github.com/redboltz/mqtt_cpp experience, there are many improvements. See overview.
Expand Down
12 changes: 12 additions & 0 deletions doc/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ <h1>History</h1>
</div>
<div id="content">
<div class="sect1">
<h2 id="_9_0_2">9.0.2</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>Fixed broker auth file for docker. #356</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_9_0_1">9.0.1</h2>
<div class="sectionbody">
<div class="ulist">
Expand Down
2 changes: 1 addition & 1 deletion doc/api/all_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/buffer_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/buffer__to__packet__variant_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1basic__endpoint-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1basic__endpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1basic__packet__variant.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1buffer-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1buffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1client-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1client.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1property_1_1content__type.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/classasync__mqtt_1_1property_1_1maximum__qos.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.1</span>
<div id="projectname">async_mqtt<span id="projectnumber">&#160;9.0.2</span>
</div>
</td>
</tr>
Expand Down
Loading

0 comments on commit 5b029eb

Please sign in to comment.