Skip to content

v8.0.0.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 28 Oct 04:33
· 3 commits to master since this release
e3e6043

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.