Skip to content

Commit 9d8970f

Browse files
CLEN-1704: Handle unencrypted messages with crypto module configured. (#100)
* *pubnub unity plugin update: fix with default serialization settings * fix: Handle unencrypted message with crypto configuration at subscribe and history api * PubNub SDK v7.1.3 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent 988c404 commit 9d8970f

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
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: v7.1.2
2+
version: v7.1.3
33
changelog:
4+
- date: 2023-11-28
5+
version: v7.1.3
6+
changes:
7+
- type: bug
8+
text: "Handle unencrypted message while getting it with CryptoModule configured."
9+
- type: bug
10+
text: "Fixes issue of default serialisation settings applied globally."
411
- date: 2023-10-30
512
version: v7.1.2
613
changes:
@@ -702,7 +709,7 @@ sdks:
702709
distribution-type: package
703710
distribution-repository: git release
704711
package-name: PubNub.unitypackage
705-
location: https://github.com/pubnub/unity/releases/download/v7.1.2/PubNub.unitypackage
712+
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
706713
requires:
707714
-
708715
name: "UnityEditor"
@@ -869,7 +876,7 @@ sdks:
869876
distribution-type: package
870877
distribution-repository: git release
871878
package-name: PubNub.unitypackage
872-
location: https://github.com/pubnub/unity/releases/download/v7.1.2/PubNub.unitypackage
879+
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
873880
requires:
874881
-
875882
name: "UnityEditor"
Binary file not shown.

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": "7.1.2",
3+
"version": "7.1.3",
44
"displayName": "PubNub SDK",
55
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
66
"unity": "2021.3",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.2
1+
7.1.3

0 commit comments

Comments
 (0)