Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump finch from 0.10.2 to 0.14.0 #181

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2022

Bumps finch from 0.10.2 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.
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.10.2 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.10.2...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 the dependencies Pull requests that update a dependency file label Nov 30, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2023

Superseded by #185.

@dependabot dependabot bot closed this Mar 17, 2023
@dependabot dependabot bot deleted the dependabot/hex/finch-0.14.0 branch March 17, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants