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.13.0 #342

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2022

Bumps finch from 0.9.1 to 0.13.0.

Changelog

Sourced from finch's changelog.

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

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.

... (truncated)

Commits
  • 3253cb5 Merge pull request #203 from sneako/prep-0.13.0
  • 7fd82ce prepare 0.13.0 release
  • 702c527 Merge pull request #202 from sneako/child-spec-id
  • 6b42c8e Define Finch.child_spec/1
  • 78e290b Merge pull request #201 from zorbash/changelog
  • 29887c9 Include the changelog in the docs
  • 3c7fdb2 Update README.md
  • 2ab5954 Merge pull request #198 from ibarchenkov/fix-telemetry-docs-typo
  • 7626ad2 Fix a tiny typo in Telemetry docs
  • f07ef30 Merge pull request #197 from sneako/prep-0.12.0
  • 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.13.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.13.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 Jul 28, 2022
@dependabot dependabot bot requested a review from cloud8421 July 28, 2022 06:16
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #372.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/hex/finch-0.13.0 branch December 1, 2022 06:04
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