Skip to content

Commit 3f06c88

Browse files
fix: here_now (#96)
* test:enable listener check * update PubNubUnityApi plugin to fix hereNow api error * PubNub SDK v7.1.1 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent 49f2070 commit 3f06c88

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.pubnub.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
version: 7.1.0
2+
version: v7.1.1
33
changelog:
4+
- date: 2023-10-25
5+
version: v7.1.1
6+
changes:
7+
- type: bug
8+
text: "Fixes issue of getting error when hereNow is called with channelGroups param only."
49
- date: 2023-10-16
510
version: 7.1.0
611
changes:
@@ -692,7 +697,7 @@ sdks:
692697
distribution-type: package
693698
distribution-repository: git release
694699
package-name: PubNub.unitypackage
695-
location: https://github.com/pubnub/unity/releases/download/7.1.0/PubNub.unitypackage
700+
location: https://github.com/pubnub/unity/releases/download/v7.1.1/PubNub.unitypackage
696701
requires:
697702
-
698703
name: "UnityEditor"
@@ -859,7 +864,7 @@ sdks:
859864
distribution-type: package
860865
distribution-repository: git release
861866
package-name: PubNub.unitypackage
862-
location: https://github.com/pubnub/unity/releases/download/7.1.0/PubNub.unitypackage
867+
location: https://github.com/pubnub/unity/releases/download/v7.1.1/PubNub.unitypackage
863868
requires:
864869
-
865870
name: "UnityEditor"
Binary file not shown.

PubNubUnity/Assets/PubNub/Tests/Publish.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public IEnumerator PublishTestMessage() {
2727
Assert.IsFalse(s.Error);
2828
}
2929

30-
// Non-deterministic?
31-
// [UnityTest]
30+
[UnityTest]
3231
public IEnumerator ReceiveMessage() {
3332
yield return new WaitUntil(() => lastMessage != null);
3433

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.0",
3+
"version": "7.1.1",
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.0
1+
7.1.1

0 commit comments

Comments
 (0)