Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2020

Bumps github.com/lucas-clemente/quic-go from 0.18.1 to 0.19.2.

Release notes

Sourced from github.com/lucas-clemente/quic-go's releases.

v0.19.2

  • fixes the way packets are padded by using PADDING frames instead of random data outside the QUIC packet (#2876), which could lead to invalid packets for very short server certificates
  • fixes usage of the syscall package (#2886)

v0.19.0

  • adds support for QUIC draft-32 (draft-29 is still supported)
  • add DialEarlyContext and DialAddrEarlyContext (#2814)
  • increase the kernel UDP receive buffer size (#2791)
  • add support for HTTP CONNECT (#2761)
  • read ECN bits and send ECN counts in ACK frames (#2741)
  • fix busy looping when using OpenStreamSync (#2824)
  • fix QPACK static table entry (#2845)

... and a lot more

Commits
  • 52b8d01 create a v0.19.x release
  • 69158cf Merge pull request #2886 from lucas-clemente/fix-syscalls
  • a9f807c Merge pull request #2884 from lucas-clemente/fix-header-fuzz-header-length
  • f0aa336 only write headers with a length that fits into 2 bytes in fuzz test
  • 631e37c only use syscalls on platforms that we're actually testing
  • 287a324 Merge pull request #2882 from lucas-clemente/fix-1rtt-probe-packet-packing
  • 47c3cd8 send 5 kB of stream data in the handshake drop test
  • 192bc8d account for the size of the header when packing 1-RTT probe packets
  • ad8367c Merge pull request #2876 from lucas-clemente/fix-initial-padding
  • d1a784d use PADDING frames to pad Initial packets
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 20, 2020
@kslr kslr merged commit 9a03cc5 into master Nov 20, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/lucas-clemente/quic-go-0.19.2 branch November 20, 2020 07:46
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant