Skip to content

0.2.6

Compare
Choose a tag to compare
@FZambia FZambia released this 12 Feb 07:39
· 29 commits to master since this release
446bb5c

What's Changed

  • Fix unsubscribe API – it used legacy format of the command sent to the server
  • Add overloaded newSubscription with SubscriptionOptions support. This allows setting Subscription options upon creation - such as subscription token, SubscriptionTokenGetter, and so on. See #53 by @PhilipDukhov
  • Diffirentiate bad protocol disconnects for better understanding where those came from. See #50
  • If token expires but ConnectionTokenGetter not set – then we issue unauthorized disconnect instead of bad protocol disconnect, and send ConfigurationException to connection onError handler.

New Contributors

Full Changelog: 0.2.5...0.2.6