Releases: Traeger-GmbH/codabix-docker
Releases · Traeger-GmbH/codabix-docker
Codabix Docker v1.5.39
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
andMax History Age
not to be copied when duplicating a node.
- Fixed an issue that caused the node properties
Codabix Docker v1.5.38
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.
- Fixed an issue which could cause clients receiving a
Codabix Docker v1.5.37
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 Host:
Codabix Docker v1.5.36
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 theData
folder, and by only specifying theOfType
filter operand if the TypeId is noti=2041
(BaseEventType).
- Improve event subscription handling by only including the special
- 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 of1
instead of2
. - Added support for raising events of type
BaseEventType
, by creating a folder node in theEvents
folder of the channel that contains at least the following nodes:IsActive
(ValueType:Boolean
): When the value of this node is changed fromFalse
toTrue
, 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
)
- Added the setting
- OPC UA Client Device Plugin:
Codabix Docker v1.5.35
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
orAfterSyncMoveTo
nodes to not correctly be recognized when using a forward slash (/
) as last character on Windows.
- Fixed an issue which could cause a directory path specified in the
- 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 Host:
Codabix Docker v1.5.34
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 anUInt32-Array
from a device.
- Fixed an issue which could cause an error message on start-up in special circumstances, e.g. after creating a variable of type
- S7 Device Plugin:
- Fixed an issue when importing STEP7 projects, which could result in wrong addresses being calculated for
DATE_AND_TIME
(DT
) variables.
- Fixed an issue when importing STEP7 projects, which could result in wrong addresses being calculated for
Codabix Docker v1.5.33
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 likeint32
in the path property, which could cause aBad
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.
- Fixed an issue where a value would be interpreted as unsigned value (e.g.
- 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 theUpdateNode[s]Request
andLinkNode[s]Request
.
- When calling
- Codabix Host:
Codabix Docker v1.5.32
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
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.
- Bugfixes:
Codabix Docker v1.5.30
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 actualcodabix.Node
instance object was erroneously passed asthis
value.
- Fixed an issue with node event handlers (like
- Codabix Engine: