From 429a583d93d466b828dd48660f4f42c77f550ad0 Mon Sep 17 00:00:00 2001 From: "Kunuguntla, Vamshi Krishna" Date: Wed, 26 Aug 2026 12:13:39 +0530 Subject: [PATCH 1/2] H-1665 intial commit --- CHANGELOG.md | 6 ++++++ src/ONE.Interfaces.ProtocolBuffers | 2 +- src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cb1b2..353ef6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.32.0 - 2026-08-26 + +### Added + +- Added `InstrumentComplianceLimit` model to support instrument compliance limit configuration. + ## Version 7.31.0 - 2026-08-19 ### Added diff --git a/src/ONE.Interfaces.ProtocolBuffers b/src/ONE.Interfaces.ProtocolBuffers index 7090ae6..bbe466c 160000 --- a/src/ONE.Interfaces.ProtocolBuffers +++ b/src/ONE.Interfaces.ProtocolBuffers @@ -1 +1 @@ -Subproject commit 7090ae6b1bce8ace442e5d349bbe57fff39bfaa9 +Subproject commit bbe466ca910cbc2cf80fbe1c5d77e744cad130af diff --git a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj index d556bc0..388af30 100644 --- a/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj +++ b/src/ONE.Models.CSharp/ONE.Models.CSharp.csproj @@ -3,7 +3,7 @@ - 7.31.0 + 7.32.0 latest From 2d2be5f2b597f800a4487cf4894ad47070497805 Mon Sep 17 00:00:00 2001 From: "Kunuguntla, Vamshi Krishna" Date: Wed, 26 Aug 2026 12:23:48 +0530 Subject: [PATCH 2/2] IH-1665 updated changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353ef6d..4ee0133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file. ### Added -- Added `InstrumentComplianceLimit` model to support instrument compliance limit configuration. +- Added `TelemtryComplianceLimits` model to support telemtry compliance limit configuration. +- Updated `ComplianceNotificationSetting` model to add the unique identifier for the instrument. ## Version 7.31.0 - 2026-08-19