Releases: tapioone/CloudConnector
Releases · tapioone/CloudConnector
7.0.24191.5
- Migration to .NET 8
6.0.24086.4
- feat: add os and version information to update token request
6.0.24064.3
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
- feat(cc-ui): configuer keep alive interval in appsettings.json ("Diagnostic:KeepAliveIntervalMs")
6.0.24059.1
- cc-ui: removed recreation of diagnostic tree where result was not used
6.0.24057.2
- 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
- chore: bump Tapio.CloudConnector (SDK) to v9.1.24039.14186
- fix: use
new XmlSerializer(typeof(T))
instead ofXmlSerializer.FromTypes(new[] { typeof(T) })[0]
to avoid memory leak
6.0.24052.3
- changed log level of "UpdateDiagnosticTree" with duration from verbose to debug
6.0.24051.2
- fix: change keep alive interval from 500 to 5000
6.0.24039.2
- fix: fix XmlSerializer memory leak