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

[pull] main from remix-run:main #2

Merged
merged 5 commits into from
Dec 10, 2023
Merged

[pull] main from remix-run:main #2

merged 5 commits into from
Dec 10, 2023

Commits on Dec 5, 2023

  1. Add support for HTTP2 pseudo headers (#55)

    * fix(headers): do not depend on `http` for header name validation
    
    Node internally uses undici instead anyway
    
    * fix(headers): support HTTP2 pseudo-headers
    
    which begin with `:` e.g. `:authority`, `:method`, etc.
    
    * test(headers): check that pseudo-headers are allowed
    pcattori authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3986fb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Enter prerelease mode

    brophdawg11 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    77b8f70 View commit details
    Browse the repository at this point in the history
  2. chore: Update version for release (pre) (#56)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d2ec185 View commit details
    Browse the repository at this point in the history
  3. Exit prerelease mode

    brophdawg11 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    bead326 View commit details
    Browse the repository at this point in the history
  4. chore: Update version for release (#57)

    * chore: Update version for release
    
    * Update changelog
    
    * Update changelog
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Matt Brophy <matt@brophy.org>
    3 people authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a46bcdd View commit details
    Browse the repository at this point in the history