Skip to content

Commit 0be73b6

Browse files
PubNub SDK v9.3.0 release.
1 parent 42ea480 commit 0be73b6

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.pubnub.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
2-
version: v9.2.0
2+
version: v9.3.0
33
changelog:
4+
- date: 2025-11-04
5+
version: v9.3.0
6+
changes:
7+
- type: feature
8+
text: "BREAKING CHANGES: The HereNow method will return a maximum of 1000 occupants per channel. Previously, it was returning all occupants without limit parameter support. Use pagination through offset when more than 1000 occupants present in channel."
9+
- type: bug
10+
text: "Discard use of gcm and replaced with fcm for push notification service type of google. Removed mpns support."
411
- date: 2025-10-02
512
version: v9.2.0
613
changes:
@@ -795,7 +802,7 @@ sdks:
795802
distribution-type: package
796803
distribution-repository: git release
797804
package-name: PubNub.unitypackage
798-
location: https://github.com/pubnub/unity/releases/download/v9.2.0/PubNub.unitypackage
805+
location: https://github.com/pubnub/unity/releases/download/v9.3.0/PubNub.unitypackage
799806
requires:
800807
-
801808
name: "UnityEditor"
@@ -927,7 +934,7 @@ sdks:
927934
distribution-type: package
928935
distribution-repository: git release
929936
package-name: PubNub.unitypackage
930-
location: https://github.com/pubnub/unity/releases/download/v9.2.0/PubNub.unitypackage
937+
location: https://github.com/pubnub/unity/releases/download/v9.3.0/PubNub.unitypackage
931938
requires:
932939
-
933940
name: "UnityEditor"

PubNubUnity/Assets/PubNub/Runtime/Util/UnityPNSDKSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace PubnubApi.Unity
55
{
66
public class UnityPNSDKSource : IPNSDKSource {
77

8-
private const string build = "9.2.0";
8+
private const string build = "9.3.0";
99
public string Build => build;
1010

1111
public string GetPNSDK() {

PubNubUnity/Assets/PubNub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.pubnub.sdk",
3-
"version": "9.2.0",
3+
"version": "9.3.0",
44
"displayName": "PubNub SDK",
55
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
66
"unity": "2018.2",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.0
1+
9.3.0

0 commit comments

Comments
 (0)