Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6da33ec

Browse files
authoredMay 8, 2025··
PubNub Unity v9.0.0 release (#117)
* PubNub SDK v9.0.0 release.
1 parent e1404f9 commit 6da33ec

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: v8.2.0
2+
version: v9.0.0
33
changelog:
4+
- date: 2025-05-08
5+
version: v9.0.0
6+
changes:
7+
- type: feature
8+
text: "Imported and adapted a C# change with handling and reporting different transport layer http request failure causes."
9+
- type: feature
10+
text: "BREAKING CHANGES - Changed Pubnub C# DLL target to .NET Standard 2.0 which is recommended by Unity, oldest supported Unity version is now 2018.2."
411
- date: 2025-03-12
512
version: v8.2.0
613
changes:
@@ -765,7 +772,7 @@ sdks:
765772
distribution-type: package
766773
distribution-repository: git release
767774
package-name: PubNub.unitypackage
768-
location: https://github.com/pubnub/unity/releases/download/v8.2.0/PubNub.unitypackage
775+
location: https://github.com/pubnub/unity/releases/download/v9.0.0/PubNub.unitypackage
769776
requires:
770777
-
771778
name: "UnityEditor"
@@ -897,7 +904,7 @@ sdks:
897904
distribution-type: package
898905
distribution-repository: git release
899906
package-name: PubNub.unitypackage
900-
location: https://github.com/pubnub/unity/releases/download/v8.2.0/PubNub.unitypackage
907+
location: https://github.com/pubnub/unity/releases/download/v9.0.0/PubNub.unitypackage
901908
requires:
902909
-
903910
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 = "8.2.0";
8+
private const string build = "9.0.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": "8.2.0",
3+
"version": "9.0.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-
8.2.0
1+
9.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.