From 7a2d6cccef3f568cadf3c636cd873d658ee0ead1 Mon Sep 17 00:00:00 2001 From: Bram Devlaminck Date: Thu, 25 Sep 2025 14:04:01 +0200 Subject: [PATCH 1/2] Update RN docs with InterApp 1.1.1.1 --- ...Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md b/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md index e5fe033807..05998c8b57 100644 --- a/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md +++ b/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md @@ -7,6 +7,18 @@ uid: Skyline_DataMiner_Core_InterAppCalls_Range_1.1 > [!NOTE] > Range 1.1.x.x is supported as from **DataMiner 10.4.0**. +### 1.1.1.1 + +#### New feature - Updated custom serializer with the SecureCode NuGet package [ID 43755] + +The implementation of the custom serializer in the InterApp class library has been updated to use the *SecureCoding* NuGet package. +This further enhances protection against insecure deserialization, mitigating potential security risks when handling InterApp messages. + +#### New feature - AnyCPU support [ID 43754] + +Using the InterApp class library assembly from GQI is now supported. +The build configuration has been updated to target *AnyCPU* instead of *x86*, improving compatibility across different environments. + ### 1.1.0.1 #### Refactor - InterApp performance improvement [ID 43493] From dd6ebb3e77a1693b3ad00d4bced7d311c75821cd Mon Sep 17 00:00:00 2001 From: Marieke Goethals Date: Thu, 25 Sep 2025 14:09:17 +0200 Subject: [PATCH 2/2] Update Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md --- .../Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md b/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md index 05998c8b57..5e2621ebbd 100644 --- a/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md +++ b/release-notes/Code_Libraries/Skyline.DataMiner.Core/Skyline.DataMiner.Core.InterAppCalls/Skyline_DataMiner_Core_InterAppCalls_Range_1.1.md @@ -11,13 +11,11 @@ uid: Skyline_DataMiner_Core_InterAppCalls_Range_1.1 #### New feature - Updated custom serializer with the SecureCode NuGet package [ID 43755] -The implementation of the custom serializer in the InterApp class library has been updated to use the *SecureCoding* NuGet package. -This further enhances protection against insecure deserialization, mitigating potential security risks when handling InterApp messages. +The implementation of the custom serializer in the InterApp class library has been updated to use the *SecureCoding* NuGet package. This further enhances protection against insecure deserialization, mitigating potential security risks when handling InterApp messages. #### New feature - AnyCPU support [ID 43754] -Using the InterApp class library assembly from GQI is now supported. -The build configuration has been updated to target *AnyCPU* instead of *x86*, improving compatibility across different environments. +Using the InterApp class library assembly from GQI is now supported. The build configuration has been updated to target *AnyCPU* instead of *x86*, improving compatibility across different environments. ### 1.1.0.1