File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414 <ItemGroup >
1515 <PackageReference Include =" AdysTech.InfluxDB.Client.Net.Core" Version =" 0.25.0" />
16- <PackageReference Include =" Cognite.ExtractorUtils" Version =" 1.39.0 " />
16+ <PackageReference Include =" Cognite.ExtractorUtils" Version =" 1.39.1 " />
1717 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
1818 <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Client" Version =" 1.5.375.457" />
1919 <PackageReference Include =" OPCFoundation.NetStandard.Opc.Ua.Configuration" Version =" 1.5.375.457" />
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class StreamRecordsWriter
2626 private readonly RecordsConfig logAnalyticsConfig ;
2727 private readonly LogContainerCache containerCache ;
2828 private readonly string stream ;
29- public const string RecordsStreamName = "ImmutableDataStaging " ;
29+ public const string RecordsStreamName = "BasicArchive " ;
3030
3131 private DMSValueConverter ? converter ;
3232 private INodeIdConverter ? context ;
Original file line number Diff line number Diff line change @@ -67,6 +67,11 @@ schema:
6767 - " https://raw.githubusercontent.com/"
6868
6969versions :
70+ " 2.40.7 " :
71+ description : Fix issue causing error handling to fail when encountering mismatched timeseries against data modelling.
72+ changelog :
73+ fixed :
74+ - Fix issue causing error handling to fail when encountering mismatched timeseries against data modelling.
7075 " 2.40.6 " :
7176 description : Fix creation of containers in unstable records support.
7277 changelog :
You can’t perform that action at this time.
0 commit comments