diff --git a/.pubnub.yml b/.pubnub.yml index 5dfcc2a2..7abb2193 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -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: @@ -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" @@ -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" diff --git a/PubNubUnity/Assets/PubNub/Runtime/Plugins/PubnubApiUnity.dll b/PubNubUnity/Assets/PubNub/Runtime/Plugins/PubnubApiUnity.dll index 5e323ea0..3edc64ae 100644 Binary files a/PubNubUnity/Assets/PubNub/Runtime/Plugins/PubnubApiUnity.dll and b/PubNubUnity/Assets/PubNub/Runtime/Plugins/PubnubApiUnity.dll differ diff --git a/PubNubUnity/Assets/PubNub/Tests/Publish.cs b/PubNubUnity/Assets/PubNub/Tests/Publish.cs index f27b0fe7..7f284ff1 100644 --- a/PubNubUnity/Assets/PubNub/Tests/Publish.cs +++ b/PubNubUnity/Assets/PubNub/Tests/Publish.cs @@ -27,8 +27,7 @@ public IEnumerator PublishTestMessage() { Assert.IsFalse(s.Error); } - // Non-deterministic? - // [UnityTest] + [UnityTest] public IEnumerator ReceiveMessage() { yield return new WaitUntil(() => lastMessage != null); diff --git a/PubNubUnity/Assets/PubNub/package.json b/PubNubUnity/Assets/PubNub/package.json index 631bd13e..16644b43 100644 --- a/PubNubUnity/Assets/PubNub/package.json +++ b/PubNubUnity/Assets/PubNub/package.json @@ -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", diff --git a/VERSION b/VERSION index a3fcc712..21c8c7b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0 +7.1.1