Skip to content

Releases: Traeger-GmbH/codabix-docker

Codabix Docker v1.5.39

22 Apr 09:33
c95b204
Compare
Choose a tag to compare

Release notes

  • Release date: 2025-04-11
  • Changes:
    • Updated the .NET Runtime to v8.0.15 (includes security fixes).
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v135.0.7049.52 (includes security fixes).
    • Codabix Web Configuration:
      • Fixed an issue that caused the node properties Max History Values and Max History Age not to be copied when duplicating a node.

Codabix Docker v1.5.38

13 Mar 15:15
6e907b6
Compare
Choose a tag to compare

Release notes

  • Release date: 2025-03-13
  • Changes:
    • Updated the .NET Runtime to v8.0.14 (includes security fixes).
    • Codabix Engine:
      • Updated SQLite to v3.49.1.
      • Improved performance when deleting old/excessive history values if a lot of nodes have set the MaxHistoryValues property.
    • OPC UA Client Device Plugin:
      • Fixed an issue with decoding structured data types when a null value occured for an array field.
    • OPC UA Server Interface Plugin:
      • Fixed an issue which could cause clients receiving a BadNotSupported error when trying to connect to the server after any client subscribed to audit events.

Codabix Docker v1.5.37

03 Mar 08:25
3716014
Compare
Choose a tag to compare

Release notes

  • Release date: 2025-02-28
  • Changes:
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v133.0.6943.127 (includes security fixes).
    • EUROMAP Device Plugin:
      • When an Event log response file can't be found after starting an Event job (for Alarms or Changes), the message is now logged as Info rather than as Warning, because it's common that the file is only created some time after starting the job.

Codabix Docker v1.5.36

07 Feb 12:13
3ba7441
Compare
Choose a tag to compare

Release notes

  • Release date: 2025-02-07
  • Changes:
    • OPC UA Client Device Plugin:
      • Improve event subscription handling by only including the special ConditionId operand if a corresponding node is present in the Data folder, and by only specifying the OfType filter operand if the TypeId is not i=2041 (BaseEventType).
    • OPC UA Server Interface Plugin:
      • Added the setting Use Application Namespace which allows to configure whether to use the Application URI as namespace URI, so that Codabix-provided nodes will have a NamespaceIndex of 1 instead of 2.
      • Added support for raising events of type BaseEventType, by creating a folder node in the Events folder of the channel that contains at least the following nodes:
        • IsActive (ValueType: Boolean): When the value of this node is changed from False to True, the event will be raised. (Note: Every user that can log in to the OPC UA Server will be able to receive the events.)
        • Message (ValueType: String)
        • Severity (ValueType: Int32)

Codabix Docker v1.5.35

16 Dec 12:36
50d0701
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-12-12
  • Changes:
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v131.0.6778.109 (includes security fixes).
    • CSV Exchange Plugin:
      • Fixed an issue which could cause a directory path specified in the BeforeSyncMoveTo or AfterSyncMoveTo nodes to not correctly be recognized when using a forward slash (/) as last character on Windows.
    • Extension XML Plugin:
      • Fixed an issue which could cause an incorrect error message about missing access rights to be raised when updating linked nodes.
    • Script Interface:
      • Fixed an issue which could cause binary operators to produce the wrong result when running on an Arm64 system.

Codabix Docker v1.5.34

15 Nov 07:36
7a7f9d8
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-11-14
  • Changes:
    • Updated the .NET Runtime to v8.0.11.
    • Codabix Engine:
      • Fixed an issue which could cause an error message on start-up in special circumstances, e.g. after creating a variable of type Int32-Array and reading an UInt32-Array from a device.
    • S7 Device Plugin:
      • Fixed an issue when importing STEP7 projects, which could result in wrong addresses being calculated for DATE_AND_TIME (DT) variables.

Codabix Docker v1.5.33

31 Oct 11:09
3babff7
Compare
Choose a tag to compare

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.

Codabix Docker v1.5.32

11 Oct 07:31
a73ca8f
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-10-10
  • Changes:
    • Updated the .NET Runtime to v8.0.10 (includes security fixes).
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v129.0.6668.90 (includes security fixes).
    • Codabix Engine:
      • Updated SQLite to v3.46.1.

Codabix Docker v1.5.31

20 Aug 13:56
c1e2c4b
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-08-20
  • Changes:
    • Updated the .NET Runtime to v8.0.8 (includes security fixes).
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v127.0.6533.100 (includes security fixes).
    • Codabix Engine:
      • Updated SQLite to v3.46.0.
    • Codabix Dashboards:
      • Bugfixes:
        • The minutes were not read out correctly in the line chart widget when using the "Until now" setting option.

Codabix Docker v1.5.30

24 Jul 11:41
b48f4c6
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-07-23
  • Changes:
    • Codabix Engine:
      • Fixed an issue which could lead to a hang when using SQLite (Embedded) as back-end database mode and using an OPC UA Client to read history values for multiple nodes in Codabix via the OPC UA Server Interface.
    • Script Interface:
      • Fixed an issue with node event handlers (like ValueChanged), where the prototype object instead of the actual codabix.Node instance object was erroneously passed as this value.