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.31
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.32
Choose a head ref
  • 7 commits
  • 15 files changed
  • 4 contributors

Commits on Jul 21, 2026

  1. Configuration menu
    Copy the full SHA
    bf8608c View commit details
    Browse the repository at this point in the history
  2. fix(aws-lambda): add jwt and lambda authorizer types for API Gateway …

    …v2 (#5142)
    
    `ApiGatewayRequestContextV2["authorizer"]` only declared the `iam` variant,
    so reading the context of a Lambda (REQUEST) authorizer or a JWT authorizer
    was a TypeScript error even though API Gateway populates those keys:
    
        ctx.env.event.requestContext.authorizer.lambda.userId
        // Property 'lambda' does not exist on type 'Authorizer'.
    
    The payload format 2.0 event documented by AWS carries `authorizer.jwt`
    with `claims` and `scopes`, and a Lambda authorizer's `context` object is
    delivered under `authorizer.lambda`. Add both as optional properties,
    mirroring `@types/aws-lambda`.
    
    Types only — no runtime change, and `iam` is untouched, so this is
    backwards compatible.
    
    Closes #3281
    gianghungtien authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    e36f57d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f8843 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2026

  1. test(cloudflare-workers): add coverage for onClose, onError, send, an…

    …d close in cloudflare-workers websocket adapter (#5145)
    nikachello authored Jul 24, 2026
    Configuration menu
    Copy the full SHA
    a88c89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85aead View commit details
    Browse the repository at this point in the history
  3. fix(secure-headers): keep CSP callbacks scoped to their header (#5147)

    * test(secure-headers): cover combined CSP callbacks
    
    * fix(secure-headers): isolate CSP callbacks by header
    
    * update the tests
    
    ---------
    
    Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
    lasder-ca and yusukebe authored Jul 24, 2026
    Configuration menu
    Copy the full SHA
    402eb3a View commit details
    Browse the repository at this point in the history
  4. 4.12.32

    yusukebe committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    26d8e42 View commit details
    Browse the repository at this point in the history
Loading