Skip to content

v9.5.0

Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 15 Apr 09:32
· 4 commits to master since this release
b283e9e

April 15 2025

Added

  • The configured retry policy will be used for any failed request.
  • By default, the SDK is configured to use an exponential retry policy for failed subscribe requests.

Fixed

  • PNSubscriptionChangedCategory will be emitted each time the list of channels and groups is changing.

Modified

  • Automated request retry has been moved into the network layer to handle all requests (not only subscribed).
  • Properly destroy PubNub instance after each test case to make sure that all connections closed and prevent tests from hanging.