Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quic: Update to quic-go v0.36.2 #2424

Merged
merged 23 commits into from
Jul 13, 2023
Merged

quic: Update to quic-go v0.36.2 #2424

merged 23 commits into from
Jul 13, 2023

Commits on Jul 11, 2023

  1. Update go.mod files

    MarcoPolo committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f7f17a1 View commit details
    Browse the repository at this point in the history
  2. Update to new quic-go API

    MarcoPolo committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6c6c541 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. More renaming

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    cda4ebc View commit details
    Browse the repository at this point in the history
  2. Add test back in

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    511bb13 View commit details
    Browse the repository at this point in the history
  3. Workaround quic-go#3947

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    291f150 View commit details
    Browse the repository at this point in the history
  4. Fix transitive dep

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    843c17c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c2e7c4 View commit details
    Browse the repository at this point in the history
  6. Update to quic-go v0.36.2

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    688fbc9 View commit details
    Browse the repository at this point in the history
  7. Remove workaround

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6f1d91c View commit details
    Browse the repository at this point in the history
  8. Embed quic.Transport

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4dc8399 View commit details
    Browse the repository at this point in the history
  9. Downgrade qtls-go1-20

    MarcoPolo committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1fa604a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8d768a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1ad906 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    efe0d08 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Return better error

    MarcoPolo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c49d3d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee672cb View commit details
    Browse the repository at this point in the history
  3. Skip conn assert on windows

    MarcoPolo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d0c0cf9 View commit details
    Browse the repository at this point in the history
  4. Add metrics tracer back in

    MarcoPolo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    eb830c1 View commit details
    Browse the repository at this point in the history
  5. Don't use tracers here

    MarcoPolo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    69bf883 View commit details
    Browse the repository at this point in the history
  6. Add comment to WriteTo

    MarcoPolo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a451cfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7773888 View commit details
    Browse the repository at this point in the history
  8. Back out unrelated change

    MarcoPolo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0f7e912 View commit details
    Browse the repository at this point in the history
  9. One more rename

    MarcoPolo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b632427 View commit details
    Browse the repository at this point in the history