File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
PubNubUnity/Assets/PubNub Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- version : 7 .1.0
2
+ version : v7 .1.1
3
3
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."
4
9
- date : 2023-10-16
5
10
version : 7.1.0
6
11
changes :
@@ -692,7 +697,7 @@ sdks:
692
697
distribution-type : package
693
698
distribution-repository : git release
694
699
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
696
701
requires :
697
702
-
698
703
name : " UnityEditor"
@@ -859,7 +864,7 @@ sdks:
859
864
distribution-type : package
860
865
distribution-repository : git release
861
866
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
863
868
requires :
864
869
-
865
870
name : " UnityEditor"
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ public IEnumerator PublishTestMessage() {
27
27
Assert . IsFalse ( s . Error ) ;
28
28
}
29
29
30
- // Non-deterministic?
31
- // [UnityTest]
30
+ [ UnityTest ]
32
31
public IEnumerator ReceiveMessage ( ) {
33
32
yield return new WaitUntil ( ( ) => lastMessage != null ) ;
34
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.pubnub.sdk" ,
3
- "version" : " 7.1.0 " ,
3
+ "version" : " 7.1.1 " ,
4
4
"displayName" : " PubNub SDK" ,
5
5
"description" : " PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks" ,
6
6
"unity" : " 2021.3" ,
Original file line number Diff line number Diff line change 1
- 7.1.0
1
+ 7.1.1
You can’t perform that action at this time.
0 commit comments