Skip to content

Commit 0b4d41d

Browse files
PubNub SDK 1.2.0 release.
1 parent 57cb947 commit 0b4d41d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.pubnub.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ schema: 1
33
version: v1.0.0
44
scm: github.com/pubnub/unreal-engine
55
changelog:
6+
- date: 2025-11-12
7+
version: 1.2.0
8+
changes:
9+
- type: feature
10+
text: "The `ListUsersFromChannel` method now returns a maximum of 1,000 occupants per channel. Previously, it would return all occupants regardless of count. If you have channels with more than 1,000 occupants, you must use pagination (new `Limit` and `Offset` parameters) to retrieve the complete list. **BREAKING CHANGE**."
611
- date: 2025-09-11
712
version: 1.1.0
813
changes:

PubnubLibrary.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 13,
4-
"VersionName": "1.1.0",
4+
"VersionName": "1.2.0",
55
"FriendlyName": "Pubnub Unreal SDK",
66
"Description": "Quickly add interactive features to your game that scale without building your backend infrastructure.",
77
"Category": "Code",

0 commit comments

Comments
 (0)