appcues / mojito

An easy-to-use Elixir HTTP client, built on the low-level Mint library.
https://hexdocs.pm/mojito/Mojito.html
MIT License
349 stars 34 forks source link

Version 0.4 #31

Closed gamache closed 5 years ago

gamache commented 5 years ago

Changelog

0.4.0 (2019-08-13)

Upgraded to Mint 0.4.0.

Requests are automatically retried when we attempt to reuse a closed connection.

Don't pass the URL fragment to Mint when making requests. Thanks @alappe!

Improved examples and docs around making POST requests. Thanks @hubertlepicki!

Removed noisy debug output. Thanks for the report, @bcardarella!