Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
decode-development
/
fastify
Public
forked from
fastify/fastify
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 7, 2026
feat: add support of onMaxParamLength (#6716)
Show description for 1c49974
climba03003
and
jean-michelet
authored
1c49974
View commit details
Copy full SHA for 1c49974
Browse repository at this point
fix: ignore duplicate trailer completions (#6714)
mcollina
authored
9026164
View commit details
Copy full SHA for 9026164
Browse repository at this point
fix: enable diagnostics tracking for async error handlers (#6458)
Show description for 6d202c6
irzix
and
Fdawgs
authored
6d202c6
View commit details
Copy full SHA for 6d202c6
Browse repository at this point
Commits on May 5, 2026
docs: correct return503OnClosing comment in route.js (#6712)
mcollina
authored
10c69d1
View commit details
Copy full SHA for 10c69d1
Browse repository at this point
Commits on May 1, 2026
chore: Bump JustinBeckwith/linkinator-action from 2.4.0 to 2.4.2 (#6706)
Show description for 291b1f8
dependabot[bot]
authored
291b1f8
View commit details
Copy full SHA for 291b1f8
Browse repository at this point
chore: Bump actions/github-script from 8 to 9 (#6705)
Show description for 7cbea08
dependabot[bot]
authored
7cbea08
View commit details
Copy full SHA for 7cbea08
Browse repository at this point
chore: Bump pnpm/action-setup from 5.0.0 to 6.0.4 (#6704)
Show description for e5db7af
dependabot[bot]
authored
e5db7af
View commit details
Copy full SHA for e5db7af
Browse repository at this point
Commits on Apr 30, 2026
perf: add typeof guard before toString.call in send and onSendEnd (#6693)
aquie00t
authored
aab339f
View commit details
Copy full SHA for aab339f
Browse repository at this point
Commits on Apr 28, 2026
perf: cache parsed ContentType objects in ContentTypeParser (#6694)
aquie00t
authored
4965dac
View commit details
Copy full SHA for 4965dac
Browse repository at this point
Commits on Apr 26, 2026
perf: defer ContentType parsing in getSchemaSerializer until needed (#6692)
aquie00t
authored
6c69050
View commit details
Copy full SHA for 6c69050
Browse repository at this point
Commits on Apr 24, 2026
fix: guard forwarded host and protocol on socket presence (#6684)
mcollina
authored
21b4c3c
View commit details
Copy full SHA for 21b4c3c
Browse repository at this point
Commits on Apr 23, 2026
fix(types): allow request.getValidationFunction() to return undefined (#6665)
Show description for 9bbf609
trivikr
authored
9bbf609
View commit details
Copy full SHA for 9bbf609
Browse repository at this point
ci(ci): use shared quality workflow (#6688)
Show description for efb599a
Fdawgs
authored
efb599a
View commit details
Copy full SHA for efb599a
Browse repository at this point
Commits on Apr 21, 2026
fix: use ContentType parser for response schema lookup (#6685)
UlisesGascon
authored
c06fc06
View commit details
Copy full SHA for c06fc06
Browse repository at this point
docs: update contribution rules (#6670)
Show description for d1133d7
Tony133
and
jsumners
authored
d1133d7
View commit details
Copy full SHA for d1133d7
Browse repository at this point
fix: validate invalid route logLevel at registration (#6523)
Show description for 2ae3e1d
maxpetrusenko
and
claude
authored
2ae3e1d
View commit details
Copy full SHA for 2ae3e1d
Browse repository at this point
Commits on Apr 20, 2026
fix: correct isCustomSerializerCompiler flag check (#6657)
Show description for d76dbcd
eddieran
authored
d76dbcd
View commit details
Copy full SHA for d76dbcd
Browse repository at this point
Commits on Apr 19, 2026
fix: error.code not present on some routing errors (#6674) (#6678)
Show description for d965981
mcollina
authored
d965981
View commit details
Copy full SHA for d965981
Browse repository at this point
fix: avoid duplicate closeIdleConnections call on native servers (#6669)
trivikr
authored
c2ba18c
View commit details
Copy full SHA for c2ba18c
Browse repository at this point
fix: prevent duplicate res.end in sendTrailer with sync callbacks (#6676)
climba03003
authored
d33f017
View commit details
Copy full SHA for d33f017
Browse repository at this point
Commits on Apr 15, 2026
ci: drop Node.js 20 from yarn matrix (#6662)
Tony133
authored
dce0d47
View commit details
Copy full SHA for dce0d47
Browse repository at this point
chore(sponsor): add bestforandroid (#6659)
Show description for dc48d11
Eomm
authored
dc48d11
View commit details
Copy full SHA for dc48d11
Browse repository at this point
docs: remove deprecated leveldb plugin and update ecosystem (#6661)
Tony133
authored
282ff73
View commit details
Copy full SHA for 282ff73
Browse repository at this point
Commits on Apr 14, 2026
feat: add request.mediaType (#6653)
Show description for 890ab75
climba03003
authored
890ab75
View commit details
Copy full SHA for 890ab75
Browse repository at this point
Bumped v5.8.5
climba03003
committed
3983cce
View commit details
Copy full SHA for 3983cce
Browse repository at this point
Merge commit from fork
mcollina
authored
3ce3ae6
View commit details
Copy full SHA for 3ce3ae6
Browse repository at this point
Commits on Apr 7, 2026
docs(ecosystem): add @pompelmi/fastify-plugin (#6610)
Show description for b06a196
SonoTommy
and
Copilot
authored
b06a196
View commit details
Copy full SHA for b06a196
Browse repository at this point
Commits on Apr 3, 2026
chore: Bump actions/dependency-review-action from 4.8.3 to 4.9.0 (#6630)
Show description for 909c5d5
dependabot[bot]
authored
909c5d5
View commit details
Copy full SHA for 909c5d5
Browse repository at this point
Commits on Apr 1, 2026
chore: Bump borp from 0.21.0 to 1.0.0 (#6633)
Show description for 4db21a3
dependabot[bot]
authored
4db21a3
View commit details
Copy full SHA for 4db21a3
Browse repository at this point
chore: Bump markdownlint-cli2 from 0.21.0 to 0.22.0 (#6632)
Show description for 0f4e544
dependabot[bot]
authored
0f4e544
View commit details
Copy full SHA for 0f4e544
Browse repository at this point
chore: Bump pnpm/action-setup from 4.2.0 to 5.0.0 (#6629)
Show description for 33a2fcd
dependabot[bot]
authored
33a2fcd
View commit details
Copy full SHA for 33a2fcd
Browse repository at this point
Commits on Mar 29, 2026
ci: reduce cron schedules from daily/weekly to monthly (#6623)
Fdawgs
authored
fd35d82
View commit details
Copy full SHA for fd35d82
Browse repository at this point
Commits on Mar 28, 2026
fix: restore trustProxy function for number and string types, add null check for socketAddr (#6613)
mcollina
authored
8dee9be
View commit details
Copy full SHA for 8dee9be
Browse repository at this point
Commits on Mar 27, 2026
chore: upgrade to typescript v6.0.2 (#6605)
Tony133
authored
d457aed
View commit details
Copy full SHA for d457aed
Browse repository at this point
Commits on Mar 23, 2026
Fix port parsing (#6603)
jsumners
authored
39f0f24
View commit details
Copy full SHA for 39f0f24
Browse repository at this point
Previous
Next
You can’t perform that action at this time.