-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pull requests: honojs/hono
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(method-not-allowed): ignore trailing wildcard routes when inferring allowed methods
#5328
opened Sep 1, 2026 by
lx3133584
Contributor
Loading…
refactor(on-handler): use forEach for consistent handler iteration
#5326
opened Aug 31, 2026 by
shk0Abdullah
Loading…
2 of 4 tasks
fix(sse): validate retry is a finite number before emitting the SSE frame
#5324
opened Aug 31, 2026 by
okxint
Loading…
feat(method-not-allowed): add ignorePaths option to exclude wildcard catch-all routes
#5322
opened Aug 30, 2026 by
xinghewumeng
Loading…
fix(accepts,language): skip q=0 entries per RFC 9110 §12.4.2
#5321
opened Aug 30, 2026 by
okxint
Loading…
feat(context): expose preparedHeaders getter for non-allocating header inspection
#5320
opened Aug 29, 2026 by
Noxtimo
Loading…
fix(trie-router): match a pattern node once when the path is its token
#5318
opened Aug 29, 2026 by
MahathirMohammadShuvo
Contributor
Loading…
fix(jwt): validate that JWT payload is a non-null object per RFC 7519
#5316
opened Aug 28, 2026 by
adityajha77
Contributor
Loading…
feat(context): add preparedHeaders getter for a non-allocating read of pending headers
#5315
opened Aug 28, 2026 by
VicenzoMF
Loading…
4 tasks done
fix(jsx): preserve self-closing void elements in cloneElement
#5314
opened Aug 28, 2026 by
adityajha77
Contributor
Loading…
fix(accepts, language): skip accept entries with quality 0 when matching
#5311
opened Aug 28, 2026 by
LuckTerence
Loading…
3 of 4 tasks
fix(sse): reject CR/LF in retry to prevent frame injection
#5309
opened Aug 27, 2026 by
nurhikam
Loading…
3 of 4 tasks
fix(streaming): validate retry field in writeSSE against CRLF injection
#5308
opened Aug 27, 2026 by
bun-unsafe
Loading…
2 tasks done
fix(routing): collapse a trailing ** into a single * before routing
#5307
opened Aug 27, 2026 by
yfwmaniish
Loading…
feat(jwt): add leeway option for clock skew tolerance
#5303
opened Aug 26, 2026 by
spellsaif
Contributor
Loading…
4 tasks done
fix(request): preserve urlencoded media type when cloning a consumed request
#5294
opened Aug 24, 2026 by
chuanghiduoc
Loading…
4 tasks done
fix(aws-lambda): preserve empty query parameters
#5292
opened Aug 24, 2026 by
Ersaoktaviannn
Contributor
Loading…
3 of 4 tasks
fix(serve-static): vary precompressed identity responses
#5290
opened Aug 23, 2026 by
Ersaoktaviannn
Contributor
Loading…
3 of 4 tasks
fix(streaming): expose Last-Event-ID and make write-after-abort a no-op
#5289
opened Aug 23, 2026 by
SynthLuvr
Loading…
perf(jws): reuse imported CryptoKey for string secrets
#5271
opened Aug 19, 2026 by
DenisCDev
Loading…
3 of 4 tasks
feat(bearer-auth): allow MessageFunction to return a Response
#5269
opened Aug 19, 2026 by
AiAlchemist0
Loading…
feat(bearer-auth): allow MessageFunction to return a Response object
#5245
opened Aug 16, 2026 by
TheRodzz
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.