Skip to content

Releases: tapioone/CloudConnector

7.0.24191.5

10 Jul 06:43
Compare
Choose a tag to compare
  • Migration to .NET 8

6.0.24086.4

02 Apr 13:26
Compare
Choose a tag to compare
  • feat: add os and version information to update token request

6.0.24064.3

06 Mar 07:20
Compare
Choose a tag to compare

Changes since version 2.0.24052.1:

  • feat: allow to configure the OPC-UA keep alive interval for the diagnostic channel in appsettings.json ("Diagnostic:KeepAliveIntervalMs", default is 500 ms)
  • fix: high cpu load on cc and cc-ui
  • fix: support lowest log level 'Trace'
  • fix: memory leak of browser in OpcUaSession

6.0.24064.4

04 Mar 15:30
Compare
Choose a tag to compare
6.0.24064.4 Pre-release
Pre-release
  • feat(cc-ui): configuer keep alive interval in appsettings.json ("Diagnostic:KeepAliveIntervalMs")

6.0.24059.1

28 Feb 11:54
Compare
Choose a tag to compare
6.0.24059.1 Pre-release
Pre-release
  • cc-ui: removed recreation of diagnostic tree where result was not used

6.0.24057.2

26 Feb 07:47
Compare
Choose a tag to compare
6.0.24057.2 Pre-release
Pre-release
  • cc-ui fixed memory leak created when recreating the diagnostic tree
  • cc-ui improved some log messages around recreating the diagnostic tree

6.0.24052.1

21 Feb 16:39
Compare
Choose a tag to compare
  • chore: bump Tapio.CloudConnector (SDK) to v9.1.24039.14186
  • fix: use new XmlSerializer(typeof(T)) instead of XmlSerializer.FromTypes(new[] { typeof(T) })[0] to avoid memory leak

6.0.24052.3

21 Feb 16:16
Compare
Choose a tag to compare
6.0.24052.3 Pre-release
Pre-release
  • changed log level of "UpdateDiagnosticTree" with duration from verbose to debug

6.0.24051.2

20 Feb 16:04
Compare
Choose a tag to compare
6.0.24051.2 Pre-release
Pre-release
  • fix: change keep alive interval from 500 to 5000

6.0.24039.2

08 Feb 15:34
Compare
Choose a tag to compare
6.0.24039.2 Pre-release
Pre-release
  • fix: fix XmlSerializer memory leak