Skip to content

Releases: pusher/pusher-websocket-react-native

v1.3.5

17 Mar 13:36
8880ca4

Choose a tag to compare

1.3.5

  • [FIXED] PusherChannel.trigger() now accepts an event without channelName, defaulting to the channel's own name, aligning the implementation with the documented API
  • [FIXED] removeAllListeners() now correctly removes all 7 event listeners; ON_CONNECTION_STATE_CHANGE and ON_SUBSCRIPTION_ERROR were previously not cleared on init() and reset() calls

v1.3.4

16 Mar 15:22
dd93a8a

Choose a tag to compare

1.3.4

  • [FIXED] Prevent NSInternalInconsistencyException crash when Pusher events fire before the React Native bridge is ready (iOS)

v1.3.3

11 Mar 16:11
2fc8878

Choose a tag to compare

1.3.3

  • [CHANGED] Update Pusher Swift SDK to 10.1.10 to fix zombie connections caused by unrecognised POSIX errors

v1.3.2

09 Dec 14:57
73310e7

Choose a tag to compare

1.3.2

  • [CHANGED] Update Pusher Swift SDK to 10.1.9 to fix reconnections getting stuck after network disruptions

v1.3.1

08 Feb 13:16
34b5b52

Choose a tag to compare

1.3.1

  • [CHANGED] Update Pusher Swift SDK to 10.1.5

v1.3.0

11 Oct 14:04
067f8ff

Choose a tag to compare

1.3.0

  • [ADDED] Add reset function to Pusher instance to reset all handlers and subscriptions (#110)
  • [FIXED] Multiple listeners are registered whenever `init function is called

v1.2.3

04 Oct 13:23
f73c8f8

Choose a tag to compare

1.2.3

  • [FIXED] Handle exceptions properly while subscribing to a channel on Android (#104)

v1.2.2

17 May 18:02
3aac759

Choose a tag to compare

1.2.2

  • [FIXED] Crash when a user subscribes to a channel twice on Android
  • [FIXED] Wait for unsubscription before deleting the local channel (#88)

v1.2.1

25 Jan 00:09
0ec7faf

Choose a tag to compare

1.2.1

  • [FIXED] Fixed event name conflicts with other libs using RCTDeviceEventEmitter

v1.2.0

19 Jan 15:03
393b112

Choose a tag to compare

1.2.0

  • [CHANGED] Remove mutex locks in favor of storing callbacks so onAuthorizer does no longer freeze the app on iOS