fully-forged / tune

A streamlined Spotify client and browser with a focus on performance and integrations.
https://tune.fullyforged.com
MIT License
216 stars 16 forks source link

Bump finch from 0.9.1 to 0.11.0 #321

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
dependabot[bot] commented 2 years ago

Superseded by #329.