-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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/hono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28452f0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7d272a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 22 files changed
- 11 contributors
Commits on Jan 22, 2026
-
fix(client): exclude $all from ClientRequest type (#4611)
* fix(client): exclude $all from ClientRequest type (#3184) The RPC client was incorrectly exposing `$all` as a valid method when using `app.all()`. Since HTTP has no "ALL" method, the client should not expose `$all` - users should use specific HTTP methods like `$get`, `$post`, etc. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * ci: apply automated fixes * fix(client): expand $all to standard HTTP methods in ClientRequest type Previously, routes defined with app.all() only excluded $all from the client type but didn't expose standard HTTP methods like $get, $post. This caused a mismatch where runtime behavior worked but types didn't. Now $all is expanded to all standard HTTP methods ($get, $post, $put, $delete, $options, $patch), matching the actual runtime behavior. Co-Authored-By: Claude Opus 4.5 <[email protected]> * ci: apply automated fixes --------- Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d4e6aa - Browse repository at this point
Copy the full SHA 5d4e6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d130f76 - Browse repository at this point
Copy the full SHA d130f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61498bb - Browse repository at this point
Copy the full SHA 61498bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc81b1 - Browse repository at this point
Copy the full SHA bcc81b1View commit details
Commits on Jan 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a5be555 - Browse repository at this point
Copy the full SHA a5be555View commit details -
docs: align CODE_OF_CONDUCT.md wording with Contributor Covenant (#4630)
Co-authored-by: sanosuguru <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8078bbf - Browse repository at this point
Copy the full SHA 8078bbfView commit details -
fix(sse): handle
\rand\r\nline endings in writeSSE (#4644)According to the SSE specification, lines can end with `\r`, `\n`, or `\r\n`.
Configuration menu - View commit details
-
Copy full SHA for 2a9cd95 - Browse repository at this point
Copy the full SHA 2a9cd95View commit details -
feat(bun): export getBunServer (#4626)
* feat(bun): export getBunServer * fix: add generic to jsdoc
Configuration menu - View commit details
-
Copy full SHA for b6e5a97 - Browse repository at this point
Copy the full SHA b6e5a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7343487 - Browse repository at this point
Copy the full SHA 7343487View commit details
Commits on Jan 27, 2026
-
* fix(cache): prevent caching of private responses and set-cookie headers * test(cache): fix no-cache test case * perf(cache): implement regex check for cache control header
Configuration menu - View commit details
-
Copy full SHA for 12c5117 - Browse repository at this point
Copy the full SHA 12c5117View commit details -
* fix(utils/ipaddr): validate IPv4 octet range in regex * refactor the regexp Co-authored-by: Taku Amano <[email protected]> --------- Co-authored-by: Taku Amano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edbf6ee - Browse repository at this point
Copy the full SHA edbf6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9a78d - Browse repository at this point
Copy the full SHA cf9a78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf6004 - Browse repository at this point
Copy the full SHA 2cf6004View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d272a - Browse repository at this point
Copy the full SHA f7d272aView 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 28452f0...f7d272a