-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: fastify/fastify
base: v5.6.0
head repository: fastify/fastify
compare: v5.6.1
- 10 commits
- 19 files changed
- 12 contributors
Commits on Sep 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 39f35f9 - Browse repository at this point
Copy the full SHA 39f35f9View commit details
Commits on Sep 15, 2025
-
docs(decorators): fix TypeScript inconsistency (#6224)
* docs: fix TypeScript inconsistency in Decorators.md - Remove TypeScript generic syntax from getDecorator and setDecorator sections - Convert all TypeScript examples to JavaScript for consistency - Simplify complex TypeScript-specific concepts - Maintain JavaScript style used throughout the rest of the document Fixes #6222 * docs: revise approach based on maintainer feedback - Move TypeScript-specific decorator content to TypeScript.md instead of deleting - Keep JavaScript-focused documentation in Decorators.md consistent with rest of document - Add comprehensive TypeScript decorators section with advanced typing examples - Preserve valuable information while addressing the original inconsistency issue Addresses feedback from jean-michelet and jsumners on PR #6224 * fix: resolve markdown linting issues - Fix line length violations in docs/Reference/Decorators.md - Fix line length violations in docs/Reference/TypeScript.md - All lines now comply with 80 character limit - Addresses linting feedback from PR review * fix: address PR feedback from jean-michelet - Remove 'Plugin encapsulation' bullet point from Decorators.md - Consolidate overlapping bullet points into single 'Dependency validation' point - Move TypeScript Decorators section under Plugins section as requested - Change heading level from ### to #### for proper nesting Addresses feedback from PR review comments * fix: address PR feedback from Fdawgs - Remove second-person 'you' usage from TypeScript decorators section - Change **Note**: format to ℹ Note: format - Remove redundant 'Use Cases' sections and consolidate content - Addresses feedback from PR review comments * Update docs/Reference/TypeScript.md Signed-off-by: Frazer Smith <[email protected]> * docs: update TypeScript decorators section for enhanced type safety Refactor the documentation for Fastify's `getDecorator<T>` and `setDecorator<T>` methods to emphasize their support for generic type parameters, improving type safety and TypeScript integration. This change clarifies the usage of decorators in Fastify and links to the relevant Decorators reference. * fix: address final review feedback from jean-michelet - Simplify setDecorator description in TypeScript.md - Simplify getDecorator description in TypeScript.md - Streamline setDecorator note in Decorators.md Resolves all unresolved review comments to unblock PR merge. * fix linting --------- Signed-off-by: Frazer Smith <[email protected]> Co-authored-by: Frazer Smith <[email protected]> Co-authored-by: Jean <[email protected]> Co-authored-by: Aras Abbasi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebf8730 - Browse repository at this point
Copy the full SHA ebf8730View commit details
Commits on Sep 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d1af934 - Browse repository at this point
Copy the full SHA d1af934View commit details
Commits on Sep 18, 2025
-
docs(security): add security escalation policy (#6315)
* docs: add security escalation policy Signed-off-by: Ulises Gascón <[email protected]> * Update SECURITY.md Co-authored-by: Aras Abbasi <[email protected]> Signed-off-by: Ulises Gascón <[email protected]> * chore: relocate text * Update SECURITY.md Co-authored-by: Frazer Smith <[email protected]> Signed-off-by: Ulises Gascón <[email protected]> * chore: lint files --------- Signed-off-by: Ulises Gascón <[email protected]> Co-authored-by: Aras Abbasi <[email protected]> Co-authored-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4fe041 - Browse repository at this point
Copy the full SHA a4fe041View commit details -
chore(gha): remove benchmark github workflows (#6322)
* chore(gha): remove benchmark workflows Signed-off-by: Manuel Spigolon <[email protected]> * chore(gha): remove benchmark workflows Signed-off-by: Manuel Spigolon <[email protected]> --------- Signed-off-by: Manuel Spigolon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39d2e10 - Browse repository at this point
Copy the full SHA 39d2e10View commit details
Commits on Sep 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a67d3a - Browse repository at this point
Copy the full SHA 9a67d3aView commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 80ef70c - Browse repository at this point
Copy the full SHA 80ef70cView commit details -
fix: correct session.close() context in http2 timeout handler (#6327)
Replace function declaration with arrow function to properly reference the session object when closing timed-out HTTP/2 sessions. Signed-off-by: David van der Sluijs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e5a363 - Browse repository at this point
Copy the full SHA 4e5a363View commit details -
fix: close http2 sessions on close server (#6137)
* fix: close http2 sessions on close server * fix * add some session events handlers + add to docs info about closing sessions * save sessions in server[kHttp2ServerSessions] and add tests on sessions set --------- Co-authored-by: Aras Abbasi <[email protected]> Co-authored-by: Carlos Fuentes <[email protected]> Co-authored-by: Gürgün Dayıoğlu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36498f8 - Browse repository at this point
Copy the full SHA 36498f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91414fe - Browse repository at this point
Copy the full SHA 91414feView 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.6.0...v5.6.1