Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honojs/node-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.1
Choose a base ref
...
head repository: honojs/node-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 19, 2024

  1. feat: validate incoming host header (#163)

    * feat(request): add RequestError class and its utility function
    
    * fix: return 400 if host header is missing or contains invalid characters
    
    * feat: validate incoming host header
    
    * test: add tests for invalid host header
    
    * feat: use options.hostname as default hostname for request
    usualoma authored Apr 19, 2024
    Copy the full SHA
    306d98f View commit details
  2. v1.11.0

    yusukebe committed Apr 19, 2024
    Copy the full SHA
    8dfa6c8 View commit details

Commits on Apr 26, 2024

  1. fix: Update Request to work with ReadableStream polyfills (#164)

    * Update Request to work with ReadableStream polyfills
    
    Some web frameworks (like Remix) inject polyfills for ReadableStream and this change makes sure that the server will work correctly with those polyfills.
    
    * Update response.ts to work with readablestream polyfill
    
    * lint and format
    
    * fixing types
    nicksrandall authored Apr 26, 2024
    Copy the full SHA
    d62cbbb View commit details
  2. Copy the full SHA
    d6aa4df View commit details
  3. v1.11.1

    yusukebe committed Apr 26, 2024
    Copy the full SHA
    becc420 View commit details
Loading