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.14.0 #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps finch from 0.9.1 to 0.14.0.

Changelog

Sourced from finch's changelog.

v0.14.0 (2022-11-30)

Enhancements

  • Improve error message for pool timeouts #126
  • Relax nimble_options version to allow usage with 0.5.0 #204

v0.13.0 (2022-07-26)

Enhancements

  • Define Finch.child_spec/1 which will automatically use the Finch :name as the :id, allowing users to start multiple instances under the same Supervisor without any additional configuration #202
  • Include the changelog in the generated HexDocs #201
  • Fix typo in Finch.Telemetry docs #198

v0.12.0 (2022-05-03)

Enhancements

  • Add support for private request metadata #180
  • Hide docs for deprecated Finch.request/6 #195
  • Add support for Mint.UnsafeProxy connections #184

Bug Fixes

  • In v0.11.0 headers and status codes were added to Telemetry events in a way that made invalid assumptions regarding the shape of the response accumulator, this has been resolved in #196

Breaking Changes

  • Telemetry updates #176
    • Rename the telemetry event :request to :send and :response to :recv.
    • Introduce a new :request field which contains the full Finch.Request.t() in place of the :scheme, :host, :port, :path, :method fields wherever possible. The new :request field can be found on the :request, :queue, :send, and :recv events.
    • Rename the meta data field :error to :reason for all :exception events to follow the standard introduced in telemetry
    • Introduce a new [:finch, :request, :start | :stop | :exception] telemetry event that emits whenever Finch.request/3 or Finch.stream/5 are called.

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

... (truncated)

Commits
  • 4534924 Merge pull request #207 from sneako/release-0.14.0
  • d8e7299 prepare 0.14.0 release
  • db047c3 Merge pull request #206 from sneako/gha-matrix
  • 60c1073 Merge pull request #126 from SophisticaSean/sophisticasean/helpful-checkout-t...
  • 19c105c test latest elixir version in ci
  • a4babdb Update lib/finch/http1/pool.ex
  • 61da280 Merge branch 'main' of github.com:SophisticaSean/finch into sophisticasean/he...
  • ab67d8f Merge pull request #204 from balexand/nimble_options_version
  • be53aba upgrade nimble_options and fix tests
  • 711e0d4 relax nimble_options version
  • 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.14.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.14.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 Dec 1, 2022
@dependabot dependabot bot requested a review from cloud8421 December 1, 2022 06:03
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.

None yet

0 participants