Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppPenner committed Mar 21, 2024
1 parent 4530ee6 commit 6929ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Change history
--------------

* **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.
* **Version 1.3.4.0 (2024-03-03)**: Removed Serilog from library, fixes https://github.com/SeppPenner/SparkplugNet/issues/74, Renamed events to not use "Async" as postfix andymore, reworked events to handle mutiple metrics at once (Fixes https://github.com/SeppPenner/SparkplugNet/issues/73).
* **Version 1.3.3.0 (2024-03-03)**: Fixed conversion issues. Fixes https://github.com/SeppPenner/SparkplugNet/issues/64, https://github.com/SeppPenner/SparkplugNet/issues/70, https://github.com/SeppPenner/SparkplugNet/issues/71, https://github.com/SeppPenner/SparkplugNet/issues/72. Special thanks go to https://github.com/shouidar, who really helped me with the conversion of all the array types.
* **Version 1.3.2.0 (2024-02-10)**: Fixed conversion for data types (Hopefully): https://github.com/SeppPenner/SparkplugNet/issues/63, https://github.com/SeppPenner/SparkplugNet/issues/64, https://github.com/SeppPenner/SparkplugNet/issues/66. Updated some NuGet packages.
Expand Down

0 comments on commit 6929ea4

Please sign in to comment.