0.2.1 (2025-07-04)
Bug Fixes
0.2.0 (2025-06-11)
⚠ BREAKING CHANGES
- remove
{:reconnect, state}
result from handle_info/2
callback - remove public
Minch.Conn
- add connection attempt to the
handle_disconnect
callback (#42) - handle control frames automatically (#40)
- replace c:handle_connect/1 with c:handle_connect2 (#33)
Features
- add
{:close, code, reason, state}
callback result (#53) (bc11ac2) - add
{:stop, reason, state}
result to some callbacks (b9430da) - add
handle_error/2
callback (e061ab4) - add
Minch.backoff/2
(e061ab4) - add connection attempt to the
handle_disconnect
callback (#42) (3193661) - default implementation for more callbacks (e061ab4)
- handle control frames automatically (#40) (c41c577)
- remove
{:reconnect, state}
result from handle_info/2
callback (e061ab4) - remove public
Minch.Conn
(e061ab4) - replace c:handle_connect/1 with c:handle_connect2 (#33) (4f659b5)
Bug Fixes
- 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)
0.1.0 (2023-10-12)
Features
Miscellaneous Chores