Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@sanmiguel sanmiguel released this 11 Sep 17:42
· 77 commits to master since this release

Changes since 1.0.1:

  • 1.0.2:
    • #30 FEATURE Replace erlang.mk with rebar3
    • #31 BUGFIX Don't try to send a frame if the socket is undefined (duh)
  • 1.0.3:
    • #32 FEATURE Allow passing options to the underlying socket with {socket_opts, SOpts} option for websocket_client:start_link/3,4
  • 1.0.4:
    • #35 BUGFIX Prevent crash (allowing clean reconnect) if send_handshake fails
  • 1.1.0:
    • #34 FEATURE Add #websocket_req.keepalive_max_attempts parameter to request, to allow setting the number of keepalive messages sent without receipt of any data from the server before declaring the connection broken and disconnecting cleanly