- 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
--debug
option 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-params
option. (@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_subscription
message. (@palkan)
-
Handle
disconnect
messages. (@palkan) -
Add HTTP headers support. (@palkan)
-
Remove
-m
and add--quit-after
option. (@palkan) -
Fix query string support. (@palkan)
- Add TLS support. (@palkan)
Support connection to secure endpoints, i.e. acli -u wss://example.com/cable
.