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: v4.12.1
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 23, 2026

  1. Merge commit from fork

    * fix(aws-lambda): use last X-Forwarded-For IP in ALB adapter
    
    ALB appends the real client IP to the end of the X-Forwarded-For header.
    Taking the first value allows attackers to spoof their IP by prepending
    a trusted address, bypassing ipRestriction middleware.
    
    Use the last IP instead, which is the one appended by ALB.
    
    * refactor(test): use it.each for ALB x-forwarded-for tests
    
    Consolidate two similar ALB tests into a parameterized it.each to
    improve readability and make each test case clearly distinguishable.
    EdamAme-x authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    41adbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc8f8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    212c64f View commit details
    Browse the repository at this point in the history
  4. 4.12.2

    yusukebe committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    df97e5f View commit details
    Browse the repository at this point in the history
Loading