- Support pongs. (@palkan)
Enable pongs by providing the --pong optipn.
-
Show messages meta information (stream ID, offset, etc.). (@palkan)
-
Add
\h offset:<N>support.
-
Add
--debugoption to print debug information. (@palkan) -
Fix URL normalization (do not downcase, 'cause it can break query parameters). (@palkan)
- Add history (
\h) command. (@palkan)
The history command only allows to fetch messages from the specified time.
-
Add Msgpack support (
--msgpack). (@palkan) -
Add WS sub-protocols support. (@palkan)
-
Upgrade to mruby 3.0. (@palkan)
- Add
--channel-paramsoption. (@palkan)
Now you can connect and subscribe to a parameterized channel via a single command.
-
Fix using namespaced Ruby classes as channel names. (@palkan)
-
Handle
reject_subscriptionmessage. (@palkan)
-
Handle
disconnectmessages. (@palkan) -
Add HTTP headers support. (@palkan)
-
Remove
-mand add--quit-afteroption. (@palkan) -
Fix query string support. (@palkan)
- Add TLS support. (@palkan)
Support connection to secure endpoints, i.e. acli -u wss://example.com/cable.