Skip to content

Codabix Docker v1.5.33

Compare
Choose a tag to compare
@kpreisser kpreisser released this 31 Oct 11:09
· 5 commits to master since this release
3babff7

Release notes

  • Release date: 2024-10-31
  • Changes:
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v130.0.6723.70 (includes security fixes).
    • Modbus Device Plugin:
      • Fixed an issue where a value would be interpreted as unsigned value (e.g. UInt32) even when specifying a signed value type like int32 in the path property, which could cause a Bad status with a status text like "Value was either too large or too small" when reading the variable.
      • Fixed an issue where, when reading multiple variables at once, all read variables got a Bad status with a status text like "The given key ... was not present in the dictionary" when actually only one of the variables failed to read.
    • SignalR Interface Plugin:
      • When calling SubscribeValueChanges to create a subscription for value changes, the current node value (as stored in the Codabix node instance) of each subscribed node is now sent immediately to the client, so that the client can retrieve the current node value without having to do an additional read via ''ReadNode''.
      • When updating/linking nodes and the nodes are set to be read-only, it's now possible to override this setting by specifying IgnoreReadOnly = True in the UpdateNode[s]Request and LinkNode[s]Request.