HTTPoison 2.0.0
What's Changed
- link to Request docs by @verhovsky in #464
- Use process_request_url in docs instead of deprecated process_url by @cliftonmcintosh in #463
- Updates the
ssl
option to add settings rather than replace them by @ShahneRodgers in #466
New Contributors
- @verhovsky made their first contribution in #464
- @cliftonmcintosh made their first contribution in #463
Full Changelog: v1.8.2...v2.0.0
Major upgrade
The main change that caused a major version is that ssl option now merges with the default options where previously it would override the ssl options. The new option ssl_override was added to allow people to keep the previous behaviour but it's more explicit now.