You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pubnub.yml
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
---
2
-
version: v9.0.1
2
+
version: v9.1.0
3
3
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."
0 commit comments