You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: "Add `limit` (default `1000`) and `offset` parameters for `here_now` to fetch presence in portions."
177
+
- type: feature
178
+
text: "Add FCM push type support with GCM deprecation, and remove MPNS support due to its end of life."
179
+
- type: bug
180
+
text: "Fix issue because of which it was possible to add duplicated entries of `channels` and `groups` to the `subscribe`, `heartbeat`, and `leave` requests."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 10.5.0
2
+
December 02 2025
3
+
4
+
#### Added
5
+
- Add `limit` (default `1000`) and `offset` parameters for `here_now` to fetch presence in portions.
6
+
- Add FCM push type support with GCM deprecation, and remove MPNS support due to its end of life.
7
+
8
+
#### Fixed
9
+
- Fix issue because of which it was possible to add duplicated entries of `channels` and `groups` to the `subscribe`, `heartbeat`, and `leave` requests.
0 commit comments