finch v0.6.1 Release Notes

Release Date: 2021-02-17 // about 3 years ago
    • ๐Ÿ’… Update Mint to 1.2.1, which properly handles HTTP/1.0 style responses that close the connection at the same time as sending the response.
    • ๐Ÿ›  Update NimblePool to 0.2.4 which includes a bugfix that prevents extra connections being opened.
    • ๐Ÿ›  Fix the typespec for Finch.stream/5.
    • ๐Ÿ›  Fix assertion that was not actually being called in a test case.