Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 883 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 883 Bytes

Change log

0.4.0 (2017-03-18)

  • Follow AnyCable versioning conventions. (@palkan)

Add -version flag to show current version. Print current version on startup.

0.3.0 (2017-01-22)

Use one Command call instead of separate calls (Subscribe, Unsubscribe, Perform).

Do not add identifier field.

0.2.0 (2016-12-28)

  • Add DisconnectNotifier. (@palkan)

DisconnectNotifier invokes RPC Disconnect gracefully, i.e. with the rate limit (100 requests per second by default).

Pinger now is always running and track the number of active connections by itself (no need to call hub.Size()). No more race conditions.