Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions codacy.yml → .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ exclude_paths:
- '**/PlayModeTests/**'
- '**/ThirdParty/**'
- '**/Crypto/MD5.*'
- '**/Snippets/**'

17 changes: 14 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
---
version: v9.0.1
version: v9.1.0
changelog:
- date: 2025-07-08
version: v9.1.0
changes:
- type: feature
text: "Added the PubnubUnityUtils.NewUnityPubnub() method to streamline creating Pubnub instances with Unity-specific settings outside of PNManagerBehaviour."
- type: feature
text: "Implemented an in-house CBOR solution for ParseToken() handling to reduce total SDK+dependencies size."
- type: bug
text: "Improved parsing of file download errors to be properly set in operation status ErrorData."
- type: improvement
text: "Updated log type from Error to Warn for TaskCanceledException."
- date: 2025-05-30
version: v9.0.1
changes:
Expand Down Expand Up @@ -779,7 +790,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v9.0.1/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down Expand Up @@ -911,7 +922,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v9.0.1/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v9.1.0/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down
Binary file not shown.
75 changes: 0 additions & 75 deletions PubNubUnity/Assets/PubNub/Runtime/Plugins/CBOR.dll.meta

This file was deleted.

6,997 changes: 0 additions & 6,997 deletions PubNubUnity/Assets/PubNub/Runtime/Plugins/CBOR.xml

This file was deleted.

Binary file not shown.
33 changes: 0 additions & 33 deletions PubNubUnity/Assets/PubNub/Runtime/Plugins/Numbers.dll.meta

This file was deleted.

Loading
Loading