-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: v4.12.31
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: v4.12.32
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 15 files changed
- 4 contributors
Commits on Jul 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bf8608c - Browse repository at this point
Copy the full SHA bf8608cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e36f57d - Browse repository at this point
Copy the full SHA e36f57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f8843 - Browse repository at this point
Copy the full SHA 44f8843View commit details
Commits on Jul 24, 2026
-
test(cloudflare-workers): add coverage for onClose, onError, send, an…
…d close in cloudflare-workers websocket adapter (#5145)
Configuration menu - View commit details
-
Copy full SHA for a88c89d - Browse repository at this point
Copy the full SHA a88c89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c85aead - Browse repository at this point
Copy the full SHA c85aeadView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 402eb3a - Browse repository at this point
Copy the full SHA 402eb3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d8e42 - Browse repository at this point
Copy the full SHA 26d8e42View 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 v4.12.31...v4.12.32