Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 1.05 KB

Changelog

0.5.0

  • [CHANGED] After calling Connect(), subsequent calls will no-op unless Disconnect() is called first.
  • [CHANGED] Event listeners are removed from _websocket and _connection on disconnect

0.4.0

  • [CHANGED] MemberAdded event handler is now aware of which member has been added
  • [ADDED] Unbind methods
  • [ADDED] Ability to change cluster (thanks @Misiu)
  • [CHANGED] Update dependencies
    • Newtonsoft.Json 9.0.1
    • WebSocket4Net 0.14.1

0.3.0

  • [ADDED] Auto re-subscription
  • [ADDED] Exceptions are raised via an event and aren't thrown (unless there are no event handlers)
  • [ADDED] Auto-reconnections now backs off by 1 second increments to a maximum of a retry every 10 seconds.
  • [ADDED] The WebSocket Host can be configured
  • [ADDED] You can now subscribe prior to connecting
  • [REMOVED] Pusher.Send method on the public API
  • [CHANGED] Update dependencies
    • Newtonsoft.Json 7.0.1
    • WebSocket4Net 0.13.1

0.2.0

  • [CHANGED] Update package dependencies
    • Newtonsoft.Json 6.0.4
    • WebSocket4Net 0.10