Skip to content

Releases: Traeger-GmbH/codabix-docker

Codabix Docker v1.5.29

12 Jul 08:30
4648522
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-07-10
  • Changes:
    • Updated the .NET Runtime to v8.0.7 (includes security fixes).
    • Codabix Engine:
      • Synchronous read operations for the same variable nodes that are started within the same node lock are now always combined, if supported by the plugin module.
        This improves predictability in certain cases, for example when using the transfer script with multiple transfers using the same trigger and source nodes.
    • Allen-Bradley Device Plugin:
      • Fixed an issue with the "Check Connection" mechanism (introduced with v1.4.16) which could cause the connection status to show "Connected." even when the connection actually couldn't be established.

Codabix Docker v1.5.28

19 Jun 13:03
4e0a00b
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-06-12
  • Changes:
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v125.0.6422.142 (includes security fixes).
    • OPC UA Client Device Plugin:
      • Added setting "Ignore Read During Subscription" which specifies whether the channel worker should ignore read commands for a node (and just return the current node value as result) when a subscription for that node is currently active.
    • SignalR Interface Plugin:
      • Fixed the exception Microsoft.AspNetCore.SignalR.HubException: 'Failed to invoke 'FindNodes' due to an error on the server. HubException: Method does not exist.' which could occur when a client called CodabixClient.ReadNodesAsync().

Codabix Docker v1.5.27

19 Jun 12:51
5bd3ca7
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-05-21
  • Changes:
    • Updated the .NET Runtime to v8.0.5 (includes security fixes).
    • OPC UA Client Device Plugin:
      • Added setting "Preload Node Cache" (in section "Classic") that allows to disable the initial preloading of the node cache, if the server has a huge number of nodes.
      • Implemented a workaround for some OPC Classic servers that don't support reading certain properties.

Codabix Docker v1.5.26

19 Jun 08:25
ac176df
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-05-06
  • Changes:
    • Updated the .NET Runtime to v8.0.4.
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v124.0.6367.119 (includes security fixes).
    • Codabix Engine:
      • Fixed an issue when creating a backup that includes history values, which could cause error messages about history values (but no data loss) after restoring the backup.
    • S7 Device Plugin:
      • Fixed an issue that caused some variables to be missing when importing STEP7 projects.
    • EUROMAP Device Plugin:
      • Added a workaround for a syntax issue in the Time field in alarm files that may be produced by certain machines.
    • REST Interface Plugin/SignalR Interface Plugin:
      • Fixed an issue that prevented to read history values when specifying both the start and end timestamps, and end is less than start.
        This can be used to read the newest values in descending order, instead of reading the oldest values in ascending order.

Codabix Docker v1.5.23

16 Apr 06:28
98d1300
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-04-15
  • Changes:
    • EUROMAP Device Plugin:
      • Added new nodes UserName and UserID in the Data folder of Change events, which contain the user_name and user_id values.
      • Fixed a regression (introduced in v1.5.21) that could result in the error "Invalid job name" when executing an Euromap operation.

Codabix Docker v1.5.22

12 Apr 10:54
cb5319b
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-04-12
  • Changes:
    • Updated the .NET Runtime to v7.0.18 (includes security fixes).
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v123.0.6312.46 (includes security fixes).
    • REST Interface Plugin:
      • Fixed an issue that could cause the CreateNode endpoint to return a node ID format that is not parsable when passing it back to the interface.
      • Properties globalIdentifier and token have been added when reading a node.
    • SignalR Interface Plugin:
      • Fixed an issue that could cause the CreateNode endpoint to return a node ID format that is not parsable when passing it back to the interface.
      • Properties globalIdentifier and token have been added when reading a node.

Codabix Docker v1.5.21

22 Mar 08:42
939b0a2
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-03-21
  • Changes:
    • Updated the .NET Runtime to v7.0.17 (includes security fixes).
    • Extension XML Plugin:
      • Fixed an issue that could cause the XML export to fail when one of the nodes contained string values with control characters that are not allowed by the XML 1.0 specification. In this case, such control characters are now replaced with the U+FFFD replacement character.
    • SQL Exchange Plugin:
      • When browsing a table, nodes in the ColumnsSet folder whose Value Type has been set to Variant-Array (introduced in v1.5.20) will now keep using that type, instead of being changed back to the original Value Type that doesn't allow to read NULL values.
    • REST Interface Plugin:
      • When reading history values, the property receiveTimestamp is now included that returns the receive timestamp of the value.
    • SignalR Interface Plugin:
      • When reading history values, the property receiveTimestamp is now included that returns the receive timestamp of the value.
        Note: When using the Codabix.Web.SignalR NuGet package in a .NET application, this change will require at least version 1.0.0-preview9-240322 in order to be able to read history values.

Codabix Docker v1.5.20

05 Mar 15:58
ed22595
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-03-05
  • Changes:
    • Updated the .NET Runtime to v7.0.16 (includes security fixes).
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v121.0.6167.184 (includes security fixes).
    • Codabix Engine:
      • Added new value types Variant and Variant-Array, where the former allows to write any primitive (non-array) value except for CodabixObject, and the latter allows to write an array where each element can be any of the supported primitive (non-array) types except for CodabixObject, including null values.
    • SQL Exchange Plugin:
      • You can now change the value type of the ColumnsSet nodes to the new Variant-Array value type, so that it's possible to read columns where one of the rows has a NULL value.
    • REST Interface Plugin:
      • The UserGroups entries returned by the /api/rest/Users/authenticate endpoint now contain the group's name via the name property.
    • Script Interface:
      • Fixed an issue that caused the FtpStorage constructor (added in v1.5.19) not to check whether outbound connections are allowed in the Access Security settings of the Codabix Project Settings.

Codabix Docker v1.5.19

07 Feb 15:50
ab774f7
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-02-07
  • Changes:
    • Codabix Engine:
      • Updated SQLite to v3.45.1.
      • Fixed a issue (introduced in v1.5.18 by the subscription fix), that could cause a crash in certain circumstances when creating a subscription on a device variable after changing its path.
    • Script Interface:
      • Added the io.storagemodel namespace that contains types for accessing FTP servers.

Codabix Docker v1.5.18

02 Feb 12:08
0cfdba5
Compare
Choose a tag to compare

Release notes

  • Release date: 2024-02-02
  • Changes:
    • Codabix Host:
      • [Windows] Updated the embedded web browser in the Codabix application to Chromium v120.0.6099.234 (includes security fixes).
    • Codabix Engine:
      • Fixed an issue that could cause active subscriptions on device variables to continue reading values from an old addresses after changing the node's Path property.
    • Socket Device Plugin:
      • A new setting Auto Reconnect (enabled by default) has been added that allows to specifiy whether to automatically reconnect after the connection was closed or couldn't be established.
      • It is now possible to shutdown the send channel of the connection (sending a FIN flag, instead of resetting the connection) by writing a null value (instead of a string) into the transmit buffer.
      • TCP Keep-Alive is now enabled to detect a broken connection after a maximum of 30 seconds.