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.