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.11.0 to 0.12.0 #126

Merged
merged 1 commit into from
May 10, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps finch from 0.11.0 to 0.12.0.

Changelog

Sourced from finch's changelog.

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.
Commits
  • f07ef30 Merge pull request #197 from sneako/prep-0.12.0
  • 5a264bb prepare 0.12.0 release
  • 3c45cc9 Merge pull request #196 from sneako/telemetry-status-headers
  • 3d5009b accumulate headers and status code for telemetry events
  • 8e6ab4c Merge pull request #184 from bsedat/unsafe-proxy
  • 50864b5 Merge pull request #195 from wojtekmach/wm-hide
  • b0e14e3 Add private moduledoc to Finch.MintHttp1
  • 943f04a Hide deprecated Finch.request/6 from docs
  • 8929e18 Merge pull request #188 from joshprice/improve-telemetry-docs
  • 86edc12 Add support for Mint.UnsafeProxy requests
  • 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.11.0 to 0.12.0.
- [Release notes](https://github.com/sneako/finch/releases)
- [Changelog](https://github.com/sneako/finch/blob/main/CHANGELOG.md)
- [Commits](sneako/finch@v0.11.0...v0.12.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 May 9, 2022
@ayrat555 ayrat555 merged commit 550a278 into master May 10, 2022
@ayrat555 ayrat555 deleted the dependabot/hex/finch-0.12.0 branch May 10, 2022 14: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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant