Skip to content

v3.2.0

Compare
Choose a tag to compare
@ono ono released this 25 Oct 19:33
· 11 commits to main since this release

Internal improvements for people who use connection or channel via Application.get_connection/1 and Application.get_channel/1. It links the connection/channel processes to the Application process so they don't get orphaned. Check out #220 and #221 for the details.

Also added some maintenance changes like Elixir 1.14 support in CI.

Thanks to @craigp!