Skip to content

Commit 31c69e9

Browse files
eTag support for Channel and User metadata + callback fix (#113)
* eTag support for Channel and User metadata * Fix status callback for subscription changes
1 parent de8d7df commit 31c69e9

File tree

6 files changed

+658
-470
lines changed

6 files changed

+658
-470
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: v8.0.1
2+
version: v8.1.0
33
changelog:
4+
- date: 2025-02-04
5+
version: v8.1.0
6+
changes:
7+
- type: feature
8+
text: "Added new optional parameter IfMatchesEtag for setUUIDMetadata and setChannelMetadata. When provided, the server compares the argument value with the eTag on the server and if they don't match a HTTP 412 error is returned."
9+
- type: bug
10+
text: "Fixes issue of not getting PNSubscriptionChangedCategory status when subscription change happens."
411
- date: 2025-01-20
512
version: v8.0.1
613
changes:
@@ -748,7 +755,7 @@ sdks:
748755
distribution-type: package
749756
distribution-repository: git release
750757
package-name: PubNub.unitypackage
751-
location: https://github.com/pubnub/unity/releases/download/v8.0.1/PubNub.unitypackage
758+
location: https://github.com/pubnub/unity/releases/download/v8.1.0/PubNub.unitypackage
752759
requires:
753760
-
754761
name: "UnityEditor"
@@ -915,7 +922,7 @@ sdks:
915922
distribution-type: package
916923
distribution-repository: git release
917924
package-name: PubNub.unitypackage
918-
location: https://github.com/pubnub/unity/releases/download/v8.0.1/PubNub.unitypackage
925+
location: https://github.com/pubnub/unity/releases/download/v8.1.0/PubNub.unitypackage
919926
requires:
920927
-
921928
name: "UnityEditor"
Binary file not shown.

0 commit comments

Comments
 (0)