0.2.6
What's Changed
- Fix
unsubscribe
API – it used legacy format of the command sent to the server - Add overloaded
newSubscription
withSubscriptionOptions
support. This allows settingSubscription
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 sendConfigurationException
to connectiononError
handler.
New Contributors
- @PhilipDukhov made their first contribution in #53
Full Changelog: 0.2.5...0.2.6