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

feat(gin): support http3 using quic-go/quic-go #3210

Merged
merged 18 commits into from
May 9, 2024

Commits on Jun 26, 2022

  1. experimental support http3

    thinkerou committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    861a6a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. remove go1.14 and go1.15

    thinkerou committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    53c3589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4ea442 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    d7298a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d963a77 View commit details
    Browse the repository at this point in the history
  3. update quic-go package path

    thinkerou committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    799c592 View commit details
    Browse the repository at this point in the history
  4. up

    thinkerou committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e0adf48 View commit details
    Browse the repository at this point in the history
  5. only support go1.19+

    thinkerou committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4596ac6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. merge master

    thinkerou committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6af53ae View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    52092b2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    085f679 View commit details
    Browse the repository at this point in the history
  2. remove go19 support

    thinkerou committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a7be926 View commit details
    Browse the repository at this point in the history
  3. update gomod

    thinkerou committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4c70d39 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. chore: refine CI configuration and dependencies

    - Remove dynamic Go versioning in favor of pinning to major version `1`
    - Update linter version from `v1.56.2` to `v1.58.1` in GitHub Actions workflow
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d90191e View commit details
    Browse the repository at this point in the history
  2. chore: refactor CI workflow and improve tests

    - Update the golangci-lint-action version from `v5` to `v6` in the GitHub workflow configuration
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    027da4a View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies and CI configurations

    - Update Go version requirement from `1.20` to `1.21` in `go.mod`
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a4f0cea View commit details
    Browse the repository at this point in the history
  4. style: refactor codebase and update tests

    - Add an empty line in the import section of `gin.go`
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4db2353 View commit details
    Browse the repository at this point in the history
  5. chore: enhance code quality and consistency

    - Add `gin.go` to the list of files with specific linters in `.golangci.yml`, applying the `gci` linter.
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    be70e87 View commit details
    Browse the repository at this point in the history