Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLEN-1704: Handle unencrypted messages with crypto module configured. #100

Merged
merged 2 commits into from
Nov 28, 2023
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
13 changes: 10 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
version: v7.1.2
version: v7.1.3
changelog:
- date: 2023-11-28
version: v7.1.3
changes:
- type: bug
text: "Handle unencrypted message while getting it with CryptoModule configured."
- type: bug
text: "Fixes issue of default serialisation settings applied globally."
- date: 2023-10-30
version: v7.1.2
changes:
Expand Down Expand Up @@ -702,7 +709,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.2/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down Expand Up @@ -869,7 +876,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.2/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down
Binary file modified PubNubUnity/Assets/PubNub/Runtime/Plugins/PubnubApiUnity.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion PubNubUnity/Assets/PubNub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.pubnub.sdk",
"version": "7.1.2",
"version": "7.1.3",
"displayName": "PubNub SDK",
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
"unity": "2021.3",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.2
7.1.3
Loading