v8.0.0.0
·
3 commits
to master
since this release
October 28 2025
Added
- BREAKING CHANGES: The HereNow method will return a maximum of 1000 occupants per channel. Previously, it was returning all occupants without limit parameter support. Use pagination through offset when more than 1000 occupants present in channel.
Fixed
- Discard use of gcm and replaced with fcm for push notification service type of google. Removed mpns support.
Modified
- Added new tests for duplicate subscribe requests.