From d6e0bb9b6b3568727189eb1a3e11042ba7b9554a Mon Sep 17 00:00:00 2001 From: "Palewar, Nitin" Date: Fri, 26 Jun 2026 18:23:04 +0530 Subject: [PATCH 1/4] IH-1300: Added InstrumentDiagnosticSummary --- CHANGELOG.md | 11 +++++++++++ src/ONE.Interfaces.ProtocolBuffers | 2 +- src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7e2c2..9044c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## Version 7.29.0 - 2026-06-26 + +### Added + +- InstrumentDiagnosticSummary + +### Updated + +- InstrumentDataSummary + + ## Version 7.27.0 - 2026-06-15 ### Added diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index 16257f0..97cb861 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit 16257f0a2f2cf73d1f38fb8049d254db91376dfb +Subproject commit 97cb8618d5930f1d1523b051a5168cb05404e28a diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index ec198fe..43c4df7 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -3,9 +3,9 @@ - 7.27.0 + 7.29.0 - + IH-1300 latest netstandard2.0 Aquatic Informatics Inc. From 9dbf9355916b92c6aac89b53520b9a84192676aa Mon Sep 17 00:00:00 2001 From: "Palewar, Nitin" Date: Mon, 29 Jun 2026 18:29:12 +0530 Subject: [PATCH 2/4] updated --- src/ONE.Interfaces.ProtocolBuffers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index 97cb861..36f4295 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit 97cb8618d5930f1d1523b051a5168cb05404e28a +Subproject commit 36f42956274c22e947376ccf1a1c65c5d415019f From e7277fea1a8610991a93669ddb5dcb770c26defc Mon Sep 17 00:00:00 2001 From: "Palewar, Nitin" Date: Wed, 1 Jul 2026 12:30:34 +0530 Subject: [PATCH 3/4] updated change log --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9044c95..4a9bb06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ All notable changes to this project will be documented in this file. ### Added -- InstrumentDiagnosticSummary +- Added `InstrumentDiagnosticSummary` model to support instrument diagnostic summaries. ### Updated -- InstrumentDataSummary +- Extended `InstrumentDataSummary` with `InstrumentDiagnosticSummaries` field. ## Version 7.27.0 - 2026-06-15 From a983e5e8eea669bfd508ef67674d0a4153d2dbee Mon Sep 17 00:00:00 2001 From: "Palewar, Nitin" Date: Tue, 7 Jul 2026 13:50:16 +0530 Subject: [PATCH 4/4] Update release date for version 7.29.0 in changelog Updated the release date for version 7.29.0 in the changelog from June 26, 2026, to July 7, 2026. This ensures the release date is accurate and reflects the updated timeline. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77df9b9..b39271f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Version 7.29.0 - 2026-06-26 +## Version 7.29.0 - 2026-07-07 ### Added