-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: fastify/fastify
base: v5.8.2
head repository: fastify/fastify
compare: v5.8.4
- 17 commits
- 43 files changed
- 13 contributors
Commits on Mar 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7a11eea - Browse repository at this point
Copy the full SHA 7a11eeaView commit details
Commits on Mar 8, 2026
-
Updated Plugins-Guide.md; Changed "fastify" to "instance" during plug…
…in registration to showcase that it's added as a child (#6566)
Configuration menu - View commit details
-
Copy full SHA for 8abcd98 - Browse repository at this point
Copy the full SHA 8abcd98View commit details -
Configuration menu - View commit details
-
Copy full SHA for da9b338 - Browse repository at this point
Copy the full SHA da9b338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7248a6b - Browse repository at this point
Copy the full SHA 7248a6bView commit details
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 128ca6e - Browse repository at this point
Copy the full SHA 128ca6eView commit details
Commits on Mar 10, 2026
-
docs(server): fix camelCase anchor links in TOC (#6530)
* docs: fix camelCase anchor links in Server.md TOC * Update docs/Reference/Server.md Co-authored-by: Antonio Tripodi <Tony133@users.noreply.github.com> Signed-off-by: deepvamja <143236575+Deepvamja@users.noreply.github.com> * Update docs/Reference/Server.md Co-authored-by: Antonio Tripodi <Tony133@users.noreply.github.com> Signed-off-by: deepvamja <143236575+Deepvamja@users.noreply.github.com> * docs: revert addHttpMethod anchor to original casing * docs: fix setGenReqId casing in code examples * docs: revert setGenReqId heading to original casing * docs: fix extra backticks on loggerInstance in TOC --------- Signed-off-by: deepvamja <143236575+Deepvamja@users.noreply.github.com> Co-authored-by: Antonio Tripodi <Tony133@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e02d602 - Browse repository at this point
Copy the full SHA e02d602View commit details -
ci(link-checker): fix root-relative links resolution (#6535)
* ci: make link checkers non-blocking to reduce PR noise * ci(link-checker): fix root-relative links resolution with --root-dir * Update .github/workflows/links-check.yml Signed-off-by: KaKa <23028015+climba03003@users.noreply.github.com> --------- Signed-off-by: KaKa <23028015+climba03003@users.noreply.github.com> Co-authored-by: KaKa <23028015+climba03003@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d477915 - Browse repository at this point
Copy the full SHA d477915View commit details -
docs: update syntax markdown, absolute paths and links (#6569)
* docs: update syntax markdown in validation and serialization section * fix: replace absolute paths with relative links in Decorators.md * fix: update links * fix: update links
Configuration menu - View commit details
-
Copy full SHA for a0649e9 - Browse repository at this point
Copy the full SHA a0649e9View commit details
Commits on Mar 11, 2026
-
docs: clarify content-type parser/schema mismatch is outside threat m…
…odel (#6537) * docs: clarify that content-type parser/schema mismatches are outside the threat model When a regex-based content-type parser matches requests that have no corresponding key in schema.body.content, validation is skipped. This is an application configuration concern, not a framework vulnerability. Add documentation in three places: - SECURITY.md: new non-vulnerability example in the threat model - Validation-and-Serialization.md: warning about exact-match schema selection - ContentTypeParser.md: note about validation implications of regex parsers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update ContentTypeParser.md Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com> Signed-off-by: Matteo Collina <matteo.collina@gmail.com> * Update Validation-and-Serialization.md Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com> Signed-off-by: Matteo Collina <matteo.collina@gmail.com> * docs(reference): remove second-person phrasing in warnings * ci(links): avoid redirect-only security advisory URL in checks --------- Signed-off-by: Matteo Collina <matteo.collina@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d7f01b6 - Browse repository at this point
Copy the full SHA d7f01b6View commit details
Commits on Mar 16, 2026
-
docs: fix incorrect code examples in Reply and Request reference (#6582)
- Replace non-existent `reply.getTrailer()` with `reply.hasTrailer()` in the removeTrailer example - Fix syntax errors in schema mutation examples where an extra dot before the assignment operator made the code invalid (`schema1.properties.foo.type. = 'integer'`)
Mahmoud Hamdy authoredMar 16, 2026 Configuration menu - View commit details
-
Copy full SHA for a1413de - Browse repository at this point
Copy the full SHA a1413deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 722d83b - Browse repository at this point
Copy the full SHA 722d83bView commit details
Commits on Mar 17, 2026
-
types: Allow port to be null in request type definition (#6589)
* types: Allow port to be null in request type definition Signed-off-by: Tristan Barlow-Griffin <tristanbarlowg@gmail.com> * types: updated port expectType test to reflect the new type (number | null) --------- Signed-off-by: Tristan Barlow-Griffin <tristanbarlowg@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9cc5187 - Browse repository at this point
Copy the full SHA 9cc5187View commit details
Commits on Mar 19, 2026
-
* docs: update links * docs: update links * docs: update links * docs: update links * docs: update links * docs: update links
Configuration menu - View commit details
-
Copy full SHA for 1851f20 - Browse repository at this point
Copy the full SHA 1851f20View commit details -
ci(lock-threads): use shared lock-threads workflow (#6592)
Use new shared lock-threads workflow. which is just a direct port of this really! Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for a22217f - Browse repository at this point
Copy the full SHA a22217fView commit details
Commits on Mar 23, 2026
-
fix: gate host and protocol getters on proxy trust function
Ref: GHSA-444r-cwp2-x5xf Co-Authored-By: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 4e1db5b - Browse repository at this point
Copy the full SHA 4e1db5bView commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for a3e77ce - Browse repository at this point
Copy the full SHA a3e77ceView commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for af92d0d - Browse repository at this point
Copy the full SHA af92d0dView commit details
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 v5.8.2...v5.8.4