firestormforum / firestorm

An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
http://www.firestormforum.org
MIT License
967 stars 87 forks source link

Update httpoison requirement from ~> 1.5.1 to ~> 1.6.1 #214

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on httpoison to permit the latest version.

Release notes *Sourced from [httpoison's releases](https://github.com/edgurgel/httpoison/releases).* > ## HTTPoison 1.6.1 > * Fix process leak issue for async requests [#395](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/395). Thanks to [@​chazsconi](https://github.com/chazsconi) 🎉
Changelog *Sourced from [httpoison's changelog](https://github.com/edgurgel/httpoison/blob/master/CHANGELOG.md).* > # Changelog > > # 1.5.0 (2018-12-15) > * Add support for `NO_PROXY` env variable [#361](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/361) > * Updated Docs > > # 1.4.0 (2018-10-18) > * Run dialyzer as part of the travis build process [#357](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/357) Thanks to [@​mmrobins](https://github.com/mmrobins) > * Add support to max_body_length [#354](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/354) [#355](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/355) Thanks to [@​pedep](https://github.com/pedep) > * Add `HTTPoison.Request` and `process_response` [#311](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/311) [#363](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/363) [#364](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/364) [#365](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/365) [#366](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/366) > * Deprecations: > - `process_headers/1` in favour of `process_request_headers/1` > - `process_status_code/1 in favour of `process_response_status_code/1` > - `process_url/1` in favour of `process_request_url/1` > > # 1.3.1 (2018-09-17) > * Add option `max_body_length` [#354](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/354) > > # 1.3.0 (2018-08-26) > > * Add Multipart body helper > * Fix issue with empty `HTTP_PROXY` > * Update Docs > * Fix incorrect typespec on request/5 > > # 1.2.0 (2018-06-16) > > * HTTPoison.Base behaviour [#330](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/330) > * mix format [#332](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/332) > * Bump Elixir requirement to `~> 1.5` > > # 1.1.1 (2018-04-20) > > * Add support for socks5 user and pass parameters [#323](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/323) [#325](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/325) Thanks, [@​skie](https://github.com/skie) :tada: > > # 1.1.0 (2018-04-02) > > * Automatic use of `HTTP_PROXY` env var [#306](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/306) Thanks to [@​amencarini](https://github.com/amencarini) > > # 1.0.0 (2018-01-07) > > * Fix [@​specs](https://github.com/specs) [#288](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/288) [#304](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/304) [#289](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/289) Thanks to [@​jknipp](https://github.com/jknipp), [@​jeffrom](https://github.com/jeffrom) & [@​amclain](https://github.com/amclain) > > # 0.13.0 (2017-08-04) > > * Relax hackney requirement ([#277](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/277)). Thanks to [@​tverlaan](https://github.com/tverlaan) > > # 0.12.0 (2017-06-29) > > * Change HTTPoison transformer to always `spawn_link` ([#260](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/260)) > ... (truncated)
Commits - [`5c81424`](https://github.com/edgurgel/httpoison/commit/5c81424fd84f61b7cc69210bee396dc93244eb5b) Bump version 1.6.1 - [`a597e64`](https://github.com/edgurgel/httpoison/commit/a597e642a7ae8c6af4e527c95ddc2eb03534ccc5) Merge pull request [#395](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/395) from chazsconi/exit-transformer-on-target-exit - [`1b61003`](https://github.com/edgurgel/httpoison/commit/1b6100314effadab19ef6c4c8fc4d313af50dd0e) Update README.md - [`257ba94`](https://github.com/edgurgel/httpoison/commit/257ba94b05b79967f1e9fba10e242f0bc8647809) Bump version and drop support for Elixir 1.5 and 1.6 - [`be85072`](https://github.com/edgurgel/httpoison/commit/be85072c470b9a437f62453b33607b1344fadfdf) Merge pull request [#394](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/394) from perrycate/master - [`d568467`](https://github.com/edgurgel/httpoison/commit/d56846796e04d3e0ab189ca669aaf0fb47dc2d23) Enforce Hackney version 1.15 *and* >= 1.15.2 - [`377bf54`](https://github.com/edgurgel/httpoison/commit/377bf545c867f21c3d3c09f46bddd32ab3aa0450) Enforce Hackney version >= 1.15.2 - [`a823c5c`](https://github.com/edgurgel/httpoison/commit/a823c5c910597d709c54950bc05d877358086cb2) Update Hackney version - [`0bbb1b3`](https://github.com/edgurgel/httpoison/commit/0bbb1b3d268cd5e5dc7fd8e1502a6247445e438a) Exit transformer on target process exit - [`2b38e8f`](https://github.com/edgurgel/httpoison/commit/2b38e8fb73b2cbead885923ba1149885e5c9cd7d) Merge pull request [#384](https://github-redirect.dependabot.com/edgurgel/httpoison/issues/384) from gushonorato/patch-1 - Additional commits viewable in [compare view](https://github.com/edgurgel/httpoison/compare/v1.5.1...v1.6.1)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #218.