Skip to content

Releases: SeppPenner/SparkplugNet

1.3.10

02 Jul 16:19
Compare
Choose a tag to compare
  • Version 1.3.10.0 (2024-07-02): Fixed negative values conversion issues, fixes #96.

1.3.9

02 Jul 13:36
Compare
Choose a tag to compare
  • Version 1.3.9.0 (2024-07-02): Updated NuGet packages, fixes #99.

1.3.8

15 Apr 16:34
Compare
Choose a tag to compare

Version 1.3.8.0 (2024-04-15):

  • Removed invalid setting of TLS options, fixes #94.

1.3.7

27 Mar 10:56
Compare
Choose a tag to compare

Version 1.3.7.0 (2024-03-27):

  • Fixed logic to get sesssion number metric, fixes #91.
  • Changed order of the test code to have event handlers defined BEFORE anything else happens.
  • Reworked MQTT options for TLS, proxy and WebSocket connections, fixes #83 (BREAKING).
  • Added option to do a node rebirth from code, fixes #44.

1.3.6

24 Mar 20:24
Compare
Choose a tag to compare

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 class NodeDeathEventArgs.
  • Adjusted serialization / deserialization of the property set value, fixes #80 (thanks go to https://github.com/shouidar).

1.3.5

21 Mar 21:38
Compare
Choose a tag to compare

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

03 Mar 18:46
Compare
Choose a tag to compare

Version 1.3.4.0 (2024-03-03):

  • Removed Serilog from library, fixes #74
  • Renamed events to not use "Async" as postfix andymore, reworked events to handle mutiple metrics at once (Fixes #73), (BREAKING).
  • Reworked Models for Metrics to not expose IntValue, LongValue, ... anymore. Just use Value instead. (BREAKING).

1.3.3

03 Mar 17:11
Compare
Choose a tag to compare

Version 1.3.3.0 (2024-03-03):