Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps finch from 0.19.0 to 0.20.0.

Changelog

Sourced from finch's changelog.

v0.20.0 (2025-07-04)

Enhancements

  • Support manual pool termination #299
  • Refactor HTTP1 pool state for better maintainability #308
  • Add :supported_groups to list of TLS options #307
  • Be more explicit about the :default pool in documentation #314
  • Upgrade nimble_options to document deprecations #315

Bug Fixes

  • Fix Finch.stream_while/5 on halt for both HTTP/1 and HTTP/2 #320
  • Return accumulator when Finch.stream/5 and Finch.stream_while/5 fail #295
  • Fix documentation reference for get_pool_status/2 #301

Other

  • Upgrade CI VM to Ubuntu 24 #321
  • CI housekeeping: support Elixir 1.17/Erlang OTP 27, bump Credo and deps #303
  • Update GitHub CI badge URL #304
Commits
  • b0cde42 Merge pull request #322 from sneako/release-0.20.0
  • 24bdf93 release 0.20.0
  • dd276fa Merge pull request #320 from wojtekmach/wm-http1-http2-halt
  • 7e6c170 Fix Finch.stream_while/5 on halt on http1 + http2
  • 56d902f Merge pull request #321 from sneako/fix-ci
  • 05607f9 update deps
  • c15bde0 upgrade ci vm to ubuntu 24
  • 3cf1406 Merge pull request #315 from PragTob/protocol-docs
  • 049d284 Merge pull request #314 from PragTob/more-explicit-about-default-pools
  • f160024 Upgrade nimble_options to document deprecations
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.19.0 to 0.20.0.
- [Changelog](https://github.com/sneako/finch/blob/main/CHANGELOG.md)
- [Commits](sneako/finch@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: finch
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jul 7, 2025
@adriankumpf adriankumpf merged commit 8084140 into master Jul 13, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/hex/finch-0.20.0 branch July 13, 2025 11:14
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.

2 participants