Update rebar.config deps#86
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
206c5d7 to
78a09a4
Compare
d86dd96 to
ddd94da
Compare
3459399 to
92455a7
Compare
92455a7 to
492d613
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:
2.15.0→2.16.11.6.1→1.6.5Release Notes
ninenines/cowboy (cowboy)
v2.16.1Compare Source
v2.16.0Compare Source
benoitc/erlang_quic (quic)
v1.6.5Compare Source
Added
quic_h3:respond/5sends an HTTP/3 response status, headers and full body with end-stream in a single connection call, coalescing what previously tooksend_response/4plussend_data/4. HEAD, 204 and 304 responses send no body.quic:start_server/3accepts asni_callbackthat selects the server certificate and key per connection from the ClientHello SNI (RFC 6066 §3), so an HTTP/3 listener can present different certificates per hostname. The callback is invoked with the parsedserver_nameand returns{ok, #{cert => Cert, key => Key, cert_chain => Chain}}or{error, _}; an error, malformed result or raised exception fails the handshake with ahandshake_failurealert. The staticcert/keyremain the default when no callback is set.v1.6.4Compare Source
Changed
#h3_stream.bodyfield is retained for compatibility but is no longer populated.v1.6.3Compare Source
Added
quic:safe_close/1,2,3closes a connection and ignores any error if it is already gone, for teardown paths that must not crash.Fixed
handle_connection_errorpassed the error reason straight toquic:close/3, but several call sites supply a non-binary reason, which failed the function's binary guard and was swallowed by a surroundingcatch, so the connection was left open. The reason is now coerced to a binary phrase.Changed
catchexpressions in the library and test suites withtry ... catch, clearing the OTP 27+ compiler warnings. CI now runs the unit tests on OTP 26, 27, 28 and 29 (the matrix previously collapsed to one OTP version per OS).v1.6.2Compare Source
Fixed
quic_h3:connect/3untilconnect_timeout. The QUIC connection completes its handshake while owned by the race coordinator, so the server's HTTP/3 control stream and SETTINGS were delivered to the transient owner and dropped before the H3 connection process existed.set_ownerre-delivers{connected}but not that already-arrived stream data; the race coordinator andquic_h3:connect/3now forward the buffered{quic, Conn, _}backlog to the new owner at each ownership handoff. Diagnosed and originally fixed by ycastorium (#160, #161).cert_expired. A genuinely expired leaf or intermediate still fails.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.