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.13.7
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.13.8
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 27, 2025

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

Commits on Jan 30, 2025

  1. fix: re-read request body from incoming.rawBody if available (#223)

    In some environments (e.g. firebase functions), the body is already consumed,
    but we can re-read the request body from `incoming.rawBody` in that case.
    usualoma authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    105a5cf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. fix: Avoid error if connection is aborted before internal request obj…

    …ect is created (#221)
    
    * test: add test for request abort without requestCache
    
    Co-authored-by: Hironao OTSUBO <[email protected]>
    
    * fix: Avoid error if connection is aborted before internal request object is created
    
    At this time, since the user is not listening for abort events, so we should return immediately.
    
    ---------
    
    Co-authored-by: Hironao OTSUBO <[email protected]>
    usualoma and motemen authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    4f1b090 View commit details
    Browse the repository at this point in the history
  2. v1.13.8

    yusukebe committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    6a79ca8 View commit details
    Browse the repository at this point in the history
Loading