Releases: nmbrone/minch
Releases · nmbrone/minch
v0.2.1
v0.2.0
0.2.0 (2025-06-11)
⚠ BREAKING CHANGES
- 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)
Features
- 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)