Skip to content

Commit fedebcd

Browse files
PubNub SDK v9.1.0 release.
1 parent 80595a9 commit fedebcd

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.pubnub.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
---
2-
version: v9.0.1
2+
version: v9.1.0
33
changelog:
4+
- date: 2025-07-08
5+
version: v9.1.0
6+
changes:
7+
- type: feature
8+
text: "Added the PubnubUnityUtils.NewUnityPubnub() method to streamline creating Pubnub instances with Unity-specific settings outside of PNManagerBehaviour."
9+
- type: feature
10+
text: "Implemented an in-house CBOR solution for ParseToken() handling to reduce total SDK+dependencies size."
11+
- type: bug
12+
text: "Improved parsing of file download errors to be properly set in operation status ErrorData."
13+
- type: improvement
14+
text: "Updated log type from Error to Warn for TaskCanceledException."
415
- date: 2025-05-30
516
version: v9.0.1
617
changes:
@@ -779,7 +790,7 @@ sdks:
779790
distribution-type: package
780791
distribution-repository: git release
781792
package-name: PubNub.unitypackage
782-
location: https://github.com/pubnub/unity/releases/download/v9.0.1/PubNub.unitypackage
793+
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
783794
requires:
784795
-
785796
name: "UnityEditor"
@@ -911,7 +922,7 @@ sdks:
911922
distribution-type: package
912923
distribution-repository: git release
913924
package-name: PubNub.unitypackage
914-
location: https://github.com/pubnub/unity/releases/download/v9.0.1/PubNub.unitypackage
925+
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
915926
requires:
916927
-
917928
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.0.1";
8+
private const string build = "9.1.0";
99

1010
public string GetPNSDK() {
1111
#if(UNITY_IOS)

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.0.1",
3+
"version": "9.1.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.0.1
1+
9.1.0

0 commit comments

Comments
 (0)