Skip to content

Releases: pusher/pusher-websocket-react-native

v1.3.1

08 Feb 13:16
34b5b52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.1.1

11 Nov 08:42
3d1e0e4
Compare
Choose a tag to compare

1.1.1

  • [CHANGED] Allow re-init of the Pusher singleton.
  • [CHANGED] Update dependencies

v1.1.0

07 Oct 09:12
b485b43
Compare
Choose a tag to compare

1.1.0

  • [CHANGED] Add support for the new subscription_count event
  • [CHANGED] Using latest pusher-websocket-java and pusher-websocket-swift

v1.0.2

21 Jul 13:44
b2f077b
Compare
Choose a tag to compare

1.0.2

  • [CHANGED] Use latest pusher websocket java sdk.
  • [ADDED] Example to use a custom authorizer.

v1.0.1

15 Jul 16:12
a0a70c3
Compare
Choose a tag to compare

1.0.1

  • [ADDED] Add onAuthorizer support to iOS