Skip to content

Commit

Permalink
fix: here_now (#96)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
mohitpubnub and pubnub-release-bot authored Oct 25, 2023
1 parent 49f2070 commit 3f06c88
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
11 changes: 8 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
version: 7.1.0
version: v7.1.1
changelog:
- date: 2023-10-25
version: v7.1.1
changes:
- type: bug
text: "Fixes issue of getting error when hereNow is called with channelGroups param only."
- date: 2023-10-16
version: 7.1.0
changes:
Expand Down Expand Up @@ -692,7 +697,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/7.1.0/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.1/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down Expand Up @@ -859,7 +864,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/7.1.0/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.1/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down
Binary file modified PubNubUnity/Assets/PubNub/Runtime/Plugins/PubnubApiUnity.dll
Binary file not shown.
3 changes: 1 addition & 2 deletions PubNubUnity/Assets/PubNub/Tests/Publish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public IEnumerator PublishTestMessage() {
Assert.IsFalse(s.Error);
}

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

Expand Down
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.0",
"version": "7.1.1",
"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.0
7.1.1

0 comments on commit 3f06c88

Please sign in to comment.