Skip to content

Subscriptions Release

Compare
Choose a tag to compare
@grokify grokify released this 08 Oct 04:18
· 565 commits to master since this release

Description

This release adds subscription support similar to official RingCentral SDKs. Subscription is an observable object which can be passed observers that will receive notifications from PubNub. This implementation includes automatic RingCentral decryption which is added as a layer on top of PubNub (not as part of PubNub's native encryption).

Non-Breaking Changes

  1. Add subscriptions support via PubNub
  2. Add ruby-head, jruby, jruby-head, and rbx-2 to Travis CI

Breaking Changes

  1. Remove Ruby 1.8.7 support due to hitimes requirement in pubnub and eventmachine. Subscription helper can be moved to separate gem in future if there remains a need to support 1.8.7 without subscriptions.