Skip to content

Commit d23c001

Browse files
committed
Updated changelog.
1 parent 2bd08bf commit d23c001

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Change history
22
--------------
33

4+
* **Version 1.3.8.0 (2024-04-15)**: Removed invalid setting of TLS options, fixes https://github.com/SeppPenner/SparkplugNet/issues/94.
45
* **Version 1.3.7.0 (2024-03-27)**: Fixed logic to get sesssion number metric, fixes https://github.com/SeppPenner/SparkplugNet/issues/91; Changed order of the test code to have event handlers defined BEFORE anything else happens; Reworked MQTT options, fixes https://github.com/SeppPenner/SparkplugNet/issues/83; Added option to do a node rebirth from code, fixes https://github.com/SeppPenner/SparkplugNet/issues/44.
56
* **Version 1.3.6.0 (2024-03-24)**: Added session number metric to node death received event, fixes https://github.com/SeppPenner/SparkplugNet/issues/60; Adjusted serialization / deserialization of the property set value, fixes https://github.com/SeppPenner/SparkplugNet/issues/80 (thanks go to https://github.com/shouidar).
67
* **Version 1.3.5.0 (2024-03-21)**: Added SparkplugGlobals.UseStrictIdentifierChecking to readme; Updated DateTime handling in metric and corresponding unit tests (thanks go to https://github.com/shouidar); Now store device states with the key {topic.EdgeNodeIdentifier}/{topic.DeviceIdentifier}; Reworked metric storage to allow metrics with alias only (no name); Adjusted stopping logic for nodes and applications to unregister event handlers properly and to send proper death / offline state messages; Adjusted filtering of messages; Fixes https://github.com/SeppPenner/SparkplugNet/issues/43, https://github.com/SeppPenner/SparkplugNet/issues/37, https://github.com/SeppPenner/SparkplugNet/issues/75 and https://github.com/SeppPenner/SparkplugNet/issues/48.

src/SparkplugNet/SparkplugNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryUrl>https://github.com/SeppPenner/SparkplugNet</RepositoryUrl>
1717
<PackageIcon>Icon.png</PackageIcon>
1818
<RepositoryType>Github</RepositoryType>
19-
<PackageReleaseNotes>Version 1.3.7.0 (2024-03-27): Fixed logic to get sesssion number metric, fixes https://github.com/SeppPenner/SparkplugNet/issues/91; Changed order of the test code to have event handlers defined BEFORE anything else happens; Reworked MQTT options, fixes https://github.com/SeppPenner/SparkplugNet/issues/83; Added option to do a node rebirth from code, fixes https://github.com/SeppPenner/SparkplugNet/issues/44.</PackageReleaseNotes>
19+
<PackageReleaseNotes>Version 1.3.8.0 (2024-04-15): Removed invalid setting of TLS options, fixes https://github.com/SeppPenner/SparkplugNet/issues/94.</PackageReleaseNotes>
2020
<PackageLicenseFile>License.txt</PackageLicenseFile>
2121
<LangVersion>latest</LangVersion>
2222
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)