mint v0.4.0 Release Notes

Release Date: 2019-07-17 // almost 5 years ago
  • 🐛 Bug fixes and improvements

    • Fix a small bug with double "wrapping" of some Mint.TransportErrors.
    • Prevent unnecessary buffer allocations in the connections (less memory waste!).
    • Add support for chunked transfer-encoding in HTTP/1 requests when you don't use content-encoding/transfer-encoding yourself.
    • Add support for trailing headers in HTTP/* requests through stream_request_body/3.
    • Add a page about decompressing responses in the guides.