From 573539e00f5c818a6c3bb506190db0f4c9a6aa62 Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:04:24 +0000 Subject: [PATCH] PubNub SDK v7.1.2.0 release. --- .pubnub.yml | 19 ++++++++++++------- CHANGELOG | 4 ++++ src/Api/PubnubApi/Properties/AssemblyInfo.cs | 4 ++-- src/Api/PubnubApi/PubnubApi.csproj | 4 ++-- src/Api/PubnubApiPCL/PubnubApiPCL.csproj | 4 ++-- src/Api/PubnubApiUWP/PubnubApiUWP.csproj | 4 ++-- src/Api/PubnubApiUnity/PubnubApiUnity.csproj | 2 +- 7 files changed, 25 insertions(+), 16 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 8c1090e42..1667719be 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,8 +1,13 @@ name: c-sharp -version: "7.1.1" +version: "7.1.2" schema: 1 scm: github.com/pubnub/c-sharp changelog: + - date: 2025-01-21 + version: v7.1.2 + changes: + - type: bug + text: "Fixes issue of receiving duplicate messages when event engine is disabled." - date: 2025-01-16 version: v7.1.1 changes: @@ -818,7 +823,7 @@ features: - QUERY-PARAM supported-platforms: - - version: Pubnub 'C#' 7.1.1 + version: Pubnub 'C#' 7.1.2 platforms: - Windows 10 and up - Windows Server 2008 and up @@ -829,7 +834,7 @@ supported-platforms: - .Net Framework 4.6.1+ - .Net Framework 6.0 - - version: PubnubPCL 'C#' 7.1.1 + version: PubnubPCL 'C#' 7.1.2 platforms: - Xamarin.Android - Xamarin.iOS @@ -849,7 +854,7 @@ supported-platforms: - .Net Core - .Net 6.0 - - version: PubnubUWP 'C#' 7.1.1 + version: PubnubUWP 'C#' 7.1.2 platforms: - Windows Phone 10 - Universal Windows Apps @@ -873,7 +878,7 @@ sdks: distribution-type: source distribution-repository: GitHub package-name: Pubnub - location: https://github.com/pubnub/c-sharp/releases/tag/v7.1.1.0 + location: https://github.com/pubnub/c-sharp/releases/tag/v7.1.2.0 requires: - name: ".Net" @@ -1156,7 +1161,7 @@ sdks: distribution-type: source distribution-repository: GitHub package-name: PubNubPCL - location: https://github.com/pubnub/c-sharp/releases/tag/v7.1.1.0 + location: https://github.com/pubnub/c-sharp/releases/tag/v7.1.2.0 requires: - name: ".Net Core" @@ -1515,7 +1520,7 @@ sdks: distribution-type: source distribution-repository: GitHub package-name: PubnubUWP - location: https://github.com/pubnub/c-sharp/releases/tag/v7.1.1.0 + location: https://github.com/pubnub/c-sharp/releases/tag/v7.1.2.0 requires: - name: "Universal Windows Platform Development" diff --git a/CHANGELOG b/CHANGELOG index 1bd778dbf..6807520fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v7.1.2 - January 21 2025 +----------------------------- +- Fixed: fixes issue of receiving duplicate messages when event engine is disabled. + v7.1.1 - January 16 2025 ----------------------------- - Modified: refactored event result data parsing logic within the subscribe feature for enhanced performance and maintainability. diff --git a/src/Api/PubnubApi/Properties/AssemblyInfo.cs b/src/Api/PubnubApi/Properties/AssemblyInfo.cs index 2da5f99fb..8b049c1d3 100644 --- a/src/Api/PubnubApi/Properties/AssemblyInfo.cs +++ b/src/Api/PubnubApi/Properties/AssemblyInfo.cs @@ -11,8 +11,8 @@ [assembly: AssemblyProduct("Pubnub C# SDK")] [assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.1.1.0")] -[assembly: AssemblyFileVersion("7.1.1.0")] +[assembly: AssemblyVersion("7.1.2.0")] +[assembly: AssemblyFileVersion("7.1.2.0")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. diff --git a/src/Api/PubnubApi/PubnubApi.csproj b/src/Api/PubnubApi/PubnubApi.csproj index d8ba8938d..292885f43 100644 --- a/src/Api/PubnubApi/PubnubApi.csproj +++ b/src/Api/PubnubApi/PubnubApi.csproj @@ -14,7 +14,7 @@ Pubnub - 7.1.1.0 + 7.1.2.0 PubNub C# .NET - Web Data Push API Pandu Masabathula PubNub @@ -22,7 +22,7 @@ http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png true https://github.com/pubnub/c-sharp/ - Refactored event result data parsing logic within the subscribe feature for enhanced performance and maintainability. + Fixes issue of receiving duplicate messages when event engine is disabled. Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously diff --git a/src/Api/PubnubApiPCL/PubnubApiPCL.csproj b/src/Api/PubnubApiPCL/PubnubApiPCL.csproj index 29995af0d..71f4c66e8 100644 --- a/src/Api/PubnubApiPCL/PubnubApiPCL.csproj +++ b/src/Api/PubnubApiPCL/PubnubApiPCL.csproj @@ -15,7 +15,7 @@ PubnubPCL - 7.1.1.0 + 7.1.2.0 PubNub C# .NET - Web Data Push API Pandu Masabathula PubNub @@ -23,7 +23,7 @@ http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png true https://github.com/pubnub/c-sharp/ - Refactored event result data parsing logic within the subscribe feature for enhanced performance and maintainability. + Fixes issue of receiving duplicate messages when event engine is disabled. Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously diff --git a/src/Api/PubnubApiUWP/PubnubApiUWP.csproj b/src/Api/PubnubApiUWP/PubnubApiUWP.csproj index f6523e3f6..ede480c0b 100644 --- a/src/Api/PubnubApiUWP/PubnubApiUWP.csproj +++ b/src/Api/PubnubApiUWP/PubnubApiUWP.csproj @@ -16,7 +16,7 @@ PubnubUWP - 7.1.1.0 + 7.1.2.0 PubNub C# .NET - Web Data Push API Pandu Masabathula PubNub @@ -24,7 +24,7 @@ http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png true https://github.com/pubnub/c-sharp/ - Refactored event result data parsing logic within the subscribe feature for enhanced performance and maintainability. + Fixes issue of receiving duplicate messages when event engine is disabled. Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously diff --git a/src/Api/PubnubApiUnity/PubnubApiUnity.csproj b/src/Api/PubnubApiUnity/PubnubApiUnity.csproj index f9eb3ec88..1fa9eb7b3 100644 --- a/src/Api/PubnubApiUnity/PubnubApiUnity.csproj +++ b/src/Api/PubnubApiUnity/PubnubApiUnity.csproj @@ -15,7 +15,7 @@ PubnubApiUnity - 7.1.1.0 + 7.1.2.0 PubNub C# .NET - Web Data Push API Pandu Masabathula PubNub