Skip to content

Update dependency finch to ~> 0.23 - #10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/finch-0.x
Open

Update dependency finch to ~> 0.23#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/finch-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
finch (source) prod minor ~> 0.18~> 0.23

Release Notes

sneako/finch (finch)

v0.23.0

Fixed
  • Reject http and https request and pool URLs without hosts before attempting requests #​371, fixes #​186
  • Drop :certs_keys, :certfile, and :keyfile from TCP transport options for HTTP requests to avoid :badarg errors #​377
  • Fix a race condition when dynamically starting pool supervisors that could return :pool_not_available while workers were still registering #​379
  • Make the HTTP/2 ALPN negotiation failure assertion compatible with OTP 29 TLS alert capitalization #​378
Other
  • Update development and test dependencies, including Mint 1.9 #​378
  • CI: update to Elixir 1.20.1 and Erlang/OTP 29.0.2 and fix Credo issues #​378

v0.22.0

Added
  • Add a new :http2 configuration section with :wait_for_server_settings?, :ping_interval, :max_connection_age, and :max_connection_age_jitter support #​354 #​355 #​364
  • Add http+unix:// and https+unix:// URL scheme support for cleaner Unix socket pool configuration #​351
  • Add pool tagging support for connection pool isolation #​342
  • Add dynamic and user-managed pool APIs with Finch.start_pool/3, Finch.find_pool/2, and Finch.Pool.child_spec/1 #​352
  • Add Finch.is_request_ref/1 for matching async request refs in guards #​350
  • Add configurable pool worker selection strategies via :pool_strategy #​359
  • Add runtime pool resizing with Finch.get_pool_count/2 and Finch.set_pool_count/3 #​362
  • Add pid, max_concurrent_streams, and available_connections to pool metrics #​362 #​368
  • Support {:stream, req_body_fun} request bodies in Finch.stream_while/5 on HTTP/1 #​357 #​360
  • Encapsulate pool identity using a Finch.Pool struct #​338
  • Add Elixir 1.20 support #​346
Changed
  • Require Elixir v1.15 #​358
  • Refactor pool management to use per-pool supervisors and registry-backed tracking #​344
  • Pool metrics now return Finch.Pool.t() structs as keys and use ordered-set ETS tables for prefix lookups #​342 #​368
  • Register only ready HTTP/2 connections, returning :pool_not_available when no connected pool is available #​356
  • Standardize error handling with Finch.error(), Finch.HTTPError, and Finch.TransportError #​341
  • Validate keyword options in Finch.build/5 and Finch.request/3 #​365
  • Use Mint 1.8 #​341
Deprecated
  • Deprecate {scheme, {:local, path}} tuple form in :pools, use URL strings (e.g. "http+unix:///path") instead #​351
Removed
  • Remove deprecated Finch.request/6 function, pool configuration options, and :max_idle_time_exceeded telemetry event #​348
Fixed
  • Do not exceed max failure count to stop overflows #​343
  • Clean up pool metrics when pools terminate or resize #​362
  • Prevent atom creation for non-existent Finch instances #​342
  • Make flaky CI assertions more reliable #​340
  • Prevent HTTP/1 pools from being considered idle immediately after fresh checkouts #​372
Other
  • Improve documentation around pool :count, :size, and strategies #​361
  • Document Finch.build/5 options #​347
  • CI: update the Elixir 1.20 release candidate to 1.20.0-rc.4

v0.21.0

Compare Source

Enhancements
  • Add support for querying default pool metrics via Finch.get_pool_status/2 #​329
  • Add more details on Finch.request/3 docs #​327
Bug Fixes
  • Prevent idle HTTP/1 pools from being terminated while connections are in use #​292
  • Disable unsupported HTTP/2 server push responses to avoid crashes #​333
  • Drop :cacerts from defaults for HTTP connections to avoid breaking plain HTTP pools #​333
  • Only track default pool metrics when start_pool_metrics? is enabled #​329
Other
  • Elixir 1.19 compatibility updates for HTTP/1 pool state handling #​331
  • CI: update test matrix and x509/deps for Elixir 1.19 #​330
  • Add ALPN large-body regression test coverage (issue #​265) #​332

v0.20.0

Compare Source

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

v0.19.0

Compare Source

Enhancements
  • Update @​mint_tls_opts in pool_manager.ex #​266
  • Document there is no backpressure on HTTP2 #​283
  • Fix test: compare file size instead of map #​284
  • Finch.request/3: Use improper list and avoid Enum.reverse #​286
  • Require Mint 1.6 #​287
  • Remove castore dependency #​274
  • Fix typos and improve language in docs and comments #​285
  • fix logo size in README #​275
Bug Fixes
  • Tweak Finch supervisor children startup order #​289, fixes #​277
  • implement handle_cancelled/2 pool callback #​268, fixes #​257
  • type Finch.request_opt() was missing the :request_timeout option #​278

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from 4745941 to 8590f28 Compare September 11, 2024 13:13
@renovate renovate Bot changed the title Update dependency finch to ~> 0.19 Update dependency finch to ~> 0.20 Jul 4, 2025
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from 8590f28 to c35bf71 Compare July 4, 2025 10:59
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch 2 times, most recently from b43929d to 788af67 Compare August 11, 2025 20:28
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from 788af67 to dd5eb4a Compare October 21, 2025 16:55
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from dd5eb4a to 3915df1 Compare December 31, 2025 17:06
@renovate renovate Bot changed the title Update dependency finch to ~> 0.20 Update dependency finch to ~> 0.21 Jan 22, 2026
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from 3915df1 to bfafb1e Compare January 22, 2026 10:08
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from bfafb1e to d79085e Compare February 2, 2026 18:33
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from d79085e to 7943098 Compare March 13, 2026 14:37
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from 7943098 to 8049d95 Compare April 21, 2026 21:35
@renovate renovate Bot changed the title Update dependency finch to ~> 0.21 Update dependency finch to ~> 0.22 May 12, 2026
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch 2 times, most recently from a360fa2 to a7b8a2c Compare May 18, 2026 20:08
@renovate
renovate Bot force-pushed the renovate/finch-0.x branch from a7b8a2c to 7671705 Compare June 17, 2026 18:15
@renovate renovate Bot changed the title Update dependency finch to ~> 0.22 Update dependency finch to ~> 0.23 Jun 17, 2026
@renovate

renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants