0.2.1 (2025-07-04)
0.2.0 (2025-06-11)
- remove
{:reconnect, state}result fromhandle_info/2callback - remove public
Minch.Conn - add connection attempt to the
handle_disconnectcallback (#42) - handle control frames automatically (#40)
- replace c:handle_connect/1 with c:handle_connect2 (#33)
- add
{:close, code, reason, state}callback result (#53) (bc11ac2) - add
{:stop, reason, state}result to some callbacks (b9430da) - add
handle_error/2callback (e061ab4) - add
Minch.backoff/2(e061ab4) - add connection attempt to the
handle_disconnectcallback (#42) (3193661) - default implementation for more callbacks (e061ab4)
- handle control frames automatically (#40) (c41c577)
- remove
{:reconnect, state}result fromhandle_info/2callback (e061ab4) - remove public
Minch.Conn(e061ab4) - replace c:handle_connect/1 with c:handle_connect2 (#33) (4f659b5)
- handle case when the upgrade response is coming in different messages (e061ab4)
- handle timeout in simple client (#45) (6e67643)
- TestServer: fix dialyzer error (#49) (1ec1d0e)
- initial release (1bb8bcf)
- trigger the release (be8ba9e)