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/hono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28452f0
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7d272a
Choose a head ref
  • 14 commits
  • 22 files changed
  • 11 contributors

Commits on Jan 22, 2026

  1. 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>
    3 people authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    5d4e6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d130f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61498bb View commit details
    Browse the repository at this point in the history
  4. 4.11.5

    yusukebe committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    bcc81b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Configuration menu
    Copy the full SHA
    a5be555 View commit details
    Browse the repository at this point in the history
  2. docs: align CODE_OF_CONDUCT.md wording with Contributor Covenant (#4630)

    Co-authored-by: sanosuguru <[email protected]>
    sano-suguru and sanosuguru authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    8078bbf View commit details
    Browse the repository at this point in the history
  3. fix(sse): handle \r and \r\n line endings in writeSSE (#4644)

    According to the SSE specification, lines can end with `\r`, `\n`, or
    `\r\n`.
    AprilNEA authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    2a9cd95 View commit details
    Browse the repository at this point in the history
  4. feat(bun): export getBunServer (#4626)

    * feat(bun): export getBunServer
    
    * fix: add generic to jsdoc
    artemtam authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    b6e5a97 View commit details
    Browse the repository at this point in the history
  5. 4.11.6

    yusukebe committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    7343487 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Merge commit from fork

    * 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
    simonkoeck authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    12c5117 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    * 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]>
    yusukebe and usualoma authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    edbf6ee View commit details
    Browse the repository at this point in the history
  3. Merge commit from fork

    yusukebe authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    cf9a78d View commit details
    Browse the repository at this point in the history
  4. Merge commit from fork

    usualoma authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    2cf6004 View commit details
    Browse the repository at this point in the history
  5. 4.11.7

    yusukebe committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    f7d272a View commit details
    Browse the repository at this point in the history
Loading