v9.5.0
          ·
          
            21 commits
          
          to master
          since this release
        
        
        
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
PNSubscriptionChangedCategorywill 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 
PubNubinstance after each test case to make sure that all connections closed and prevent tests from hanging.