Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Bump finch from 0.9.1 to 0.11.0 #321

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2022

Bumps finch from 0.9.1 to 0.11.0.

Changelog

Sourced from finch's changelog.

v0.11.0 (2022-03-28)

  • Add :pool_max_idle_time option to enable termination of idle HTTP/1 pools.
  • Add :conn_max_idle_time and deprecate :max_idle_time to make the distinction from :pool_max_idle_time more obvious.
  • Add headers and status code to Telemetry events.

v0.10.2 (2022-01-12)

  • Complete the typespec for Finch.Request.t()
  • Fix the typespec for Finch.build/5
  • Update deps

v0.10.1 (2021-12-27)

  • Fix handling of iodata in HTTP/2 request streams.

v0.10.0 (2021-12-12)

  • Add ability to stream the request body for HTTP/2 requests.
  • Check and respect window sizes during HTTP/2 requests.
Commits
  • 39140fa Merge pull request #174 from sneako/prep-0.11.0-release
  • 87f1431 prepare 0.11.0 release
  • 70a0835 Merge pull request #173 from sneako/idle-time-deprecation-msg
  • 5c6100b clean up max_idle_time deprecation message
  • 8232df9 Merge pull request #172 from qdentity/telemetry-extra-meta
  • c7b3241 Update lib/finch/http2/pool.ex
  • bd631ab Update lib/finch/http1/conn.ex
  • d4cc826 Update lib/finch/http2/pool.ex
  • ade007d Update lib/finch/http1/conn.ex
  • ff3dba5 Add headers and status code to telemetry events
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [finch](https://github.com/sneako/finch) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/sneako/finch/releases)
- [Changelog](https://github.com/sneako/finch/blob/main/CHANGELOG.md)
- [Commits](sneako/finch@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: finch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Mar 29, 2022
@dependabot dependabot bot requested a review from cloud8421 March 29, 2022 06:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 4, 2022

Superseded by #329.

@dependabot dependabot bot closed this May 4, 2022
@dependabot dependabot bot deleted the dependabot/hex/finch-0.11.0 branch May 4, 2022 06:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants