Skip to content

v0.11.0

Compare
Choose a tag to compare
@mobileoverlord mobileoverlord released this 13 Jul 14:16
· 3 commits to master since this release
  • Enhancements
    • websocket_client is no longer an optional dependency.
    • Delegate heartbeat to the transport instead of using the phx_heartbeat
      message. This results in a much smaller payload for keeping the connection
      alive.
    • Add :ssl to extra_applications so it is included and started with OTP.