Releases: SeppPenner/SparkplugNet
Releases · SeppPenner/SparkplugNet
1.3.10
1.3.9
1.3.8
1.3.7
Version 1.3.7.0 (2024-03-27):
1.3.6
Version 1.3.6.0 (2024-03-24):
- Added session number metric to node death received event, fixes #60. The event was adjusted from
NodeEventArgs
to classNodeDeathEventArgs
. - Adjusted serialization / deserialization of the property set value, fixes #80 (thanks go to https://github.com/shouidar).
1.3.5
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}
, fixes #43. - Reworked metric storage to allow metrics with alias only (no name), fixes #37.
- Adjusted stopping logic for nodes and applications to unregister event handlers properly and to send proper death / offline state messages, fixes #75.
- Adjusted filtering of messages, fixes #48.
- Implicitely fixed #59 within 9cb2deb by adding the BdSeq metric back again.
1.3.4
Version 1.3.4.0 (2024-03-03):