What's Changed
- Add push notification support for React Native via the new
ably/react-native-pushplugin. Adds an asynchronousclient.getDevice()and deprecates the synchronousclient.device()#2262 - Surface previously silent failures when channel modes are missing:
presence.get()without thepresence_subscribemode andchannel.subscribe()without thesubscribemode now log an error, or throw when the newstrictModeclient option is enabled #2236