-
Notifications
You must be signed in to change notification settings - Fork 86
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.19.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: honojs/node-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 18 files changed
- 6 contributors
Commits on Sep 29, 2025
-
fix: cancel a readable stream if a writable stream is closed before a…
… readable stream is closed. (#280)
Configuration menu - View commit details
-
Copy full SHA for 4b5a8d1 - Browse repository at this point
Copy the full SHA 4b5a8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840c22b - Browse repository at this point
Copy the full SHA 840c22bView commit details
Commits on Oct 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3435875 - Browse repository at this point
Copy the full SHA 3435875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cdef3f - Browse repository at this point
Copy the full SHA 3cdef3fView commit details
Commits on Dec 8, 2025
-
fix: Fix for hono issue 4563 - incorrect content-length after followi…
…ng symlink (#290) * kept original implementation before my changes, only changed lstat to stat to follow links * Added a test that ensures hono issue 4563 stays fixed * Added a skip for the test for windows as it may fail for insufficient permissions
Configuration menu - View commit details
-
Copy full SHA for 38e17b5 - Browse repository at this point
Copy the full SHA 38e17b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b253386 - Browse repository at this point
Copy the full SHA b253386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4826c - Browse repository at this point
Copy the full SHA 0a4826cView commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 76d80e6 - Browse repository at this point
Copy the full SHA 76d80e6View commit details
Commits on Jan 9, 2026
-
fix(serve-static): Use Readable.toWeb in serveStatic (#293)
The previous createStreamBody implementation used flowing mode. This caused a flaw where data would accumulate in the queue if the transmission speed was slower than the read speed, potentially consumig memory equal to the file size. However, as noted in the commit 5064e92 that introduced this issue, using Readable.toWeb may cause an exception in Node.js versions that do not have nodejs/node#54206 applied. Therefore, the old implementation remains. It is desirable that it will be removed when support for older versions of Node.js ends.
Configuration menu - View commit details
-
Copy full SHA for 0b1229e - Browse repository at this point
Copy the full SHA 0b1229eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b72ddf - Browse repository at this point
Copy the full SHA 9b72ddfView commit details
Commits on Jan 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2d729e7 - Browse repository at this point
Copy the full SHA 2d729e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f5e89 - Browse repository at this point
Copy the full SHA 26f5e89View commit details
Commits on Jan 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b1daa4c - Browse repository at this point
Copy the full SHA b1daa4cView commit details
Commits on Feb 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 58c4412 - Browse repository at this point
Copy the full SHA 58c4412View commit details
Commits on Feb 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for cc05c48 - Browse repository at this point
Copy the full SHA cc05c48View commit details
Commits on Mar 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 455015b - Browse repository at this point
Copy the full SHA 455015bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8ca36 - Browse repository at this point
Copy the full SHA 2f8ca36View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.19.4...v1.19.10