Skip to content

Commit

Permalink
Merge branch 'release/3.1.6' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-normandin committed Apr 4, 2021
2 parents b19b183 + 153cef6 commit 7c03e5b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MQTT Client.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2020-12-12 18:44:54" Creator="normandinf" Comments="" ID="0179b309365f2aa1cae17b2644ffa42c">
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2021-04-04 11:37:17" Creator="normandinf" Comments="" ID="7c21d52023b2d63a0b3ea0d6e761df5d">
<Library_General_Settings>
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_Client</Package_File_Name>
<Library_Version>3.1.5.13</Library_Version>
<Library_Version>3.1.6.14</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>source</Library_Source_Folder>
<Library_Output_Folder>.</Library_Output_Folder>
Expand All @@ -17,11 +17,11 @@
</Library_General_Settings>
<Advanced_Settings>
<Package_Dependencies>
<External_Dependencies>labview_open_source_lib_data_manipulation &gt;= 1.3.0.12</External_Dependencies>
<External_Dependencies>labview_open_source_lib_data_manipulation &gt;= 1.4.0.13</External_Dependencies>
<External_Dependencies>labview_open_source_lib_serializer &gt;= 1.1.1.14</External_Dependencies>
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 3.1.3.21</External_Dependencies>
<External_Dependencies>labview_open_source_project_lib_mqtt_control_packets &gt;= 3.1.3.9</External_Dependencies>
<Direct_Dependencies>labview_open_source_lib_data_manipulation-1.3.0.12</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_lib_data_manipulation-1.4.0.13</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_lib_serializer-1.1.1.14</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-3.1.3.21</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_project_lib_mqtt_control_packets-3.1.3.9</Direct_Dependencies>
Expand All @@ -42,8 +42,8 @@ https://github.com/LabVIEW-Open-Source/MQTT-Client</Description>
<Copyright/>
<Packager/>
<URL>https://github.com/LabVIEW-Open-Source/MQTT-Client</URL>
<Release_Notes>[Fix: 161] Client acknowledges the PUBLISH message when QoS &gt; 0, which prevents broker from retrying to send packet multiple times. (reported in MQTT Broker issue tracker)
[Fix: 4] Fixed a memory leak where packet ID were stored and never removed from memory when QoS = 0
<Release_Notes>[Feature: 5] Exposed the RETAIN flag on the Publish message public methods
[Fix: 6] Wired the Decode message in the simple subscriber drop VI
</Release_Notes>
</Description>
<Destinations>
Expand Down Expand Up @@ -488,7 +488,7 @@ https://github.com/LabVIEW-Open-Source/MQTT-Client</Description>
<Path>source\DropVI_SimpleClientPublisher.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>2541534014CB48BCD209655FEAFEEB51</GUID>
<GUID>DF4816652FDC8CE5905176C292B5F578</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>
Binary file modified MQTT Client.vipc
Binary file not shown.
Binary file modified source/Client class/Acknowledge ID.vi
Binary file not shown.
Binary file modified source/Client class/List Reserved IDs.vi
Binary file not shown.
Binary file modified source/Client class/Publish (Control Packet).vi
Binary file not shown.
Binary file modified source/Client class/Publish (Raw Payload).vi
Binary file not shown.
Binary file modified source/Client class/Publish.vi
Binary file not shown.
Binary file modified source/Client class/Read Public Events.vi
Binary file not shown.
Binary file modified source/DropVI_SimpleClientSubscriber.vi
Binary file not shown.

0 comments on commit 7c03e5b

Please sign in to comment.