chore(deps): update elixir minor updates#202
Open
wttj-bot[bot] wants to merge 1 commit into
Open
Conversation
eab1a96 to
86dd88b
Compare
c1309c1 to
0759f3a
Compare
Contributor
Author
|
0759f3a to
cdec4a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.13.6→3.14.03.14.13.13.5→3.14.0~> 0.12→~> 0.194.4.5→4.5.2Release Notes
elixir-ecto/ecto (ecto)
v3.14.0Compare Source
Enhancements
counteroption inprepare_query/3Ecto.Changeset.reorder_assoc/2{fragment, Schema}source:replace_changedon upserts to enable HOT updates in PostgreSQL:query_cacheoption to selectively bypass query cache:on_join_through_conflictoption forEcto.Type.trim/2and allow developers to configure how values are trimmed on cast with the:trim_valuesoptionBug fixes
order_bynow take precedence over:preload_order. The:preload_orderoption is now only applied when no custom query with ordering is provided.elixir-ecto/ecto_sql (ecto_sql)
v3.14.0Compare Source
Enhancements
insert_mode: :ignoremix ecto.createto_sql/4{:unsafe_fragment, ...}support to RETURNING clauseelixirs/faker (faker)
v0.19.0Compare Source
benoitc/hackney (hackney)
v4.5.2: hackney 4.5.2Compare Source
Dependency bump release. No API changes.
Changed
h2to 0.10.4. It fixes a regression from 0.10.3 where a blocking send whose data had fully drained received{error, stream_closed}when the stream closed on its END_STREAM chunk. A waiting sender is now settled asokonce the send buffer has drained, and only gets the close-reason error when data is still outstanding.quicto 1.7.0. Relevant to hackney's HTTP/3 client: the connection flow-control window now slides forward with received bytes instead of stalling after 8 MiB, so large HTTP/3 downloads keep flowing; the idle timer restarts on received activity per RFC 9000 §10.1; an invalid peer SETTINGS frame now closes the connection cleanly instead of crashing; and a client recognizes a server stateless reset (RFC 9000 §10.3) and closes promptly instead of waiting for the idle timeout.webtransportto 0.4.3, which aligns its transitiveh2(0.10.4) andquic(1.7.0) dependencies with hackney's own, so thewt_*API runs on the same HTTP/2 and HTTP/3 stack versions.v4.5.1Compare Source
Changed
h2to 0.10.3. It fixes an HTTP/2 upload hang: a sender blocked onflow control is now released with
{error, stream_reset}or{error, stream_closed}when the peer cancels the stream, instead ofhanging for the connection's lifetime. This affects hackney's streamed
request bodies over HTTP/2 when the server resets the stream
mid-backpressure.
v4.5.0Compare Source
Added
hackney:query/1..4helpers and
hackney:request(query, ...). QUERY is safe and idempotent andcarries a request body like POST. It works over HTTP/1.1, HTTP/2, and
HTTP/3 with every request body mode (binary, streamed, async, connection
API).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.