Skip to content

Commit

Permalink
PubNub SDK v7.0.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Oct 30, 2024
1 parent d6a5bbc commit 7108453
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 16 deletions.
27 changes: 20 additions & 7 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
name: c-sharp
version: "6.20.2"
version: "7.0.0"
schema: 1
scm: github.com/pubnub/c-sharp
changelog:
- date: 2024-10-30
version: v7.0.0
changes:
- type: feature
text: "Added support for `Channel`, `ChannelGroup`, `Subscription` and `SubscriptionSet`, `ChannelMetadata`, `UserMetadata` entities for Subscribe related operation."
- type: feature
text: "BREAKING CHANGES: Added new event listeners support."
- type: feature
text: "BREAKING CHANGES: All apis calls will be made through `HttpClient` by default."
- type: feature
text: "Default value for `EnableEventEngine` is set to `true`, Subscribe operation will be executed by event engine by default."
- type: improvement
text: "Removed telemetry manager."
- date: 2024-10-03
version: v6.20.2
changes:
Expand Down Expand Up @@ -793,7 +806,7 @@ features:
- QUERY-PARAM
supported-platforms:
-
version: Pubnub 'C#' 6.20.2
version: Pubnub 'C#' 7.0.0
platforms:
- Windows 10 and up
- Windows Server 2008 and up
Expand All @@ -804,7 +817,7 @@ supported-platforms:
- .Net Framework 4.6.1+
- .Net Framework 6.0
-
version: PubnubPCL 'C#' 6.20.2
version: PubnubPCL 'C#' 7.0.0
platforms:
- Xamarin.Android
- Xamarin.iOS
Expand All @@ -824,7 +837,7 @@ supported-platforms:
- .Net Core
- .Net 6.0
-
version: PubnubUWP 'C#' 6.20.2
version: PubnubUWP 'C#' 7.0.0
platforms:
- Windows Phone 10
- Universal Windows Apps
Expand All @@ -848,7 +861,7 @@ sdks:
distribution-type: source
distribution-repository: GitHub
package-name: Pubnub
location: https://github.com/pubnub/c-sharp/releases/tag/v6.20.2.0
location: https://github.com/pubnub/c-sharp/releases/tag/v7.0.0.0
requires:
-
name: ".Net"
Expand Down Expand Up @@ -1131,7 +1144,7 @@ sdks:
distribution-type: source
distribution-repository: GitHub
package-name: PubNubPCL
location: https://github.com/pubnub/c-sharp/releases/tag/v6.20.2.0
location: https://github.com/pubnub/c-sharp/releases/tag/v7.0.0.0
requires:
-
name: ".Net Core"
Expand Down Expand Up @@ -1490,7 +1503,7 @@ sdks:
distribution-type: source
distribution-repository: GitHub
package-name: PubnubUWP
location: https://github.com/pubnub/c-sharp/releases/tag/v6.20.2.0
location: https://github.com/pubnub/c-sharp/releases/tag/v7.0.0.0
requires:
-
name: "Universal Windows Platform Development"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v7.0.0 - October 30 2024
-----------------------------
- Added: added support for `Channel`, `ChannelGroup`, `Subscription` and `SubscriptionSet`, `ChannelMetadata`, `UserMetadata` entities for Subscribe related operation.
- BREAKING CHANGES: Added new event listeners support.
- BREAKING CHANGES: All apis calls will be made through `HttpClient` by default.
- Added: default value for `EnableEventEngine` is set to `true`, Subscribe operation will be executed by event engine by default.

- Modified: removed telemetry manager.

v6.20.2 - October 03 2024
-----------------------------
- Fixed: fixes issue of listener not being removed on RemoveListener call.
Expand Down
4 changes: 2 additions & 2 deletions src/Api/PubnubApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
[assembly: AssemblyProduct("Pubnub C# SDK")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("6.20.2.0")]
[assembly: AssemblyFileVersion("6.20.2.0")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.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.
Expand Down
8 changes: 6 additions & 2 deletions src/Api/PubnubApi/PubnubApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@

<PropertyGroup>
<PackageId>Pubnub</PackageId>
<PackageVersion>6.20.2.0</PackageVersion>
<PackageVersion>7.0.0.0</PackageVersion>
<Title>PubNub C# .NET - Web Data Push API</Title>
<Authors>Pandu Masabathula</Authors>
<Owners>PubNub</Owners>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIconUrl>http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/pubnub/c-sharp/</RepositoryUrl>
<PackageReleaseNotes>Fixes issue of listener not being removed on RemoveListener call.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for `Channel`, `ChannelGroup`, `Subscription` and `SubscriptionSet`, `ChannelMetadata`, `UserMetadata` entities for Subscribe related operation.
BREAKING CHANGES: Added new event listeners support.
BREAKING CHANGES: All apis calls will be made through `HttpClient` by default.
Default value for `EnableEventEngine` is set to `true`, Subscribe operation will be executed by event engine by default.
Removed telemetry manager.</PackageReleaseNotes>
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
<!--<Summary>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</Summary>-->
<Description>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</Description>
Expand Down
8 changes: 6 additions & 2 deletions src/Api/PubnubApiPCL/PubnubApiPCL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@

<PropertyGroup>
<PackageId>PubnubPCL</PackageId>
<PackageVersion>6.20.2.0</PackageVersion>
<PackageVersion>7.0.0.0</PackageVersion>
<Title>PubNub C# .NET - Web Data Push API</Title>
<Authors>Pandu Masabathula</Authors>
<Owners>PubNub</Owners>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIconUrl>http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/pubnub/c-sharp/</RepositoryUrl>
<PackageReleaseNotes>Fixes issue of listener not being removed on RemoveListener call.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for `Channel`, `ChannelGroup`, `Subscription` and `SubscriptionSet`, `ChannelMetadata`, `UserMetadata` entities for Subscribe related operation.
BREAKING CHANGES: Added new event listeners support.
BREAKING CHANGES: All apis calls will be made through `HttpClient` by default.
Default value for `EnableEventEngine` is set to `true`, Subscribe operation will be executed by event engine by default.
Removed telemetry manager.</PackageReleaseNotes>
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
<!--<Summary>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</Summary>-->
<Description>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</Description>
Expand Down
8 changes: 6 additions & 2 deletions src/Api/PubnubApiUWP/PubnubApiUWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@

<PropertyGroup>
<PackageId>PubnubUWP</PackageId>
<PackageVersion>6.20.2.0</PackageVersion>
<PackageVersion>7.0.0.0</PackageVersion>
<Title>PubNub C# .NET - Web Data Push API</Title>
<Authors>Pandu Masabathula</Authors>
<Owners>PubNub</Owners>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIconUrl>http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/pubnub/c-sharp/</RepositoryUrl>
<PackageReleaseNotes>Fixes issue of listener not being removed on RemoveListener call.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for `Channel`, `ChannelGroup`, `Subscription` and `SubscriptionSet`, `ChannelMetadata`, `UserMetadata` entities for Subscribe related operation.
BREAKING CHANGES: Added new event listeners support.
BREAKING CHANGES: All apis calls will be made through `HttpClient` by default.
Default value for `EnableEventEngine` is set to `true`, Subscribe operation will be executed by event engine by default.
Removed telemetry manager.</PackageReleaseNotes>
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
<!--<Summary>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</Summary>-->
<Description>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</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Api/PubnubApiUnity/PubnubApiUnity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PropertyGroup>
<PackageId>PubnubApiUnity</PackageId>
<PackageVersion>6.20.2.0</PackageVersion>
<PackageVersion>7.0.0.0</PackageVersion>
<Title>PubNub C# .NET - Web Data Push API</Title>
<Authors>Pandu Masabathula</Authors>
<Owners>PubNub</Owners>
Expand Down

0 comments on commit 7108453

Please sign in to comment.