Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 2.19 KB

File metadata and controls

79 lines (45 loc) · 2.19 KB

Changelog

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

1.3.4

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

1.3.3

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

1.3.2

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

1.3.1

  • [CHANGED] Update Pusher Swift SDK to 10.1.5

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

1.2.3

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

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)

1.2.1

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

1.2.0

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

1.1.1

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

1.1.0

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

1.0.2

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

1.0.1

  • [ADDED] Add onAuthorizer support to iOS

1.0.0

  • [CHANGED] Removed unsupported functions from README
  • [FIXED] Fixed build error on Example app
  • [FIXED] Fixed CHANGELOG error on release workflow

1.0.0-beta1

  • [FIXED] Fixed required dependencies on README
  • [ADDED] Add Lint support for Pull Requests
  • [CHANGED] Executed Lint on Example app

0.0.1-beta1

  • [ADDED] First beta release 🥳