-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: fastify/fastify
base: v4.13.0
head repository: fastify/fastify
compare: v4.14.0
- 13 commits
- 30 files changed
- 14 contributors
Commits on Feb 11, 2023
-
fix: Schema error formatter type (#4570)
* refactor: type SchemaErrorFormatter * fix: refactor and fix type SchemaErrorDataVar * fix: type test for validationContext
Configuration menu - View commit details
-
Copy full SHA for 9dd9c6a - Browse repository at this point
Copy the full SHA 9dd9c6aView commit details -
Fix typescript integration bug with ajv-compiler (#4555)
* add test * use ValidatorFactory and SerializerFactory
Configuration menu - View commit details
-
Copy full SHA for c6a40eb - Browse repository at this point
Copy the full SHA c6a40ebView commit details
Commits on Feb 13, 2023
-
build(deps-dev): bump yup from 0.32.11 to 1.0.0 (#4581)
Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.0.0. - [Release notes](https://github.com/jquense/yup/releases) - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md) - [Commits](jquense/yup@v0.32.11...v1.0.0) --- updated-dependencies: - dependency-name: yup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e9526e - Browse repository at this point
Copy the full SHA 2e9526eView commit details
Commits on Feb 21, 2023
-
feat: new onRequestAbort hook (#4582)
* feat: Added onClientAbort hook. * test: Removed leftovers. * docs: Added client detection reliability disclaimer. * feat: Renamed hook. * feat: Handle errors and don't forward the reply. * chore: Updated docs. Co-authored-by: Frazer Smith <frazer.dev@outlook.com> * test: apply PR review suggestions Co-authored-by: Manuel Spigolon <behemoth89@gmail.com> --------- Co-authored-by: Frazer Smith <frazer.dev@outlook.com> Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7cbad58 - Browse repository at this point
Copy the full SHA 7cbad58View commit details
Commits on Feb 22, 2023
-
ci(package-manager): update ubuntu os to latest (#4591)
* ci(package-manager): update ubuntu os to latest * docs(reference/lts): fix table formatting
Configuration menu - View commit details
-
Copy full SHA for dd2a885 - Browse repository at this point
Copy the full SHA dd2a885View commit details
Commits on Feb 23, 2023
-
Improve Contribution Guide's VSCode setup instructions (#4594)
* add info on vscode settings and link to vscode docs * fix: add vscode setting recomendation --------- Co-authored-by: Evelyn Pirnia <evelynp@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1e9c10f - Browse repository at this point
Copy the full SHA 1e9c10fView commit details
Commits on Feb 24, 2023
-
fix: Only remove implicit HEAD routes. (#4596)
* fix: Only remove implicit HEAD routes. * test: Added test. * Update test/route.test.js Co-authored-by: James Sumners <james@sumners.email> --------- Co-authored-by: James Sumners <james@sumners.email>
Configuration menu - View commit details
-
Copy full SHA for 562332a - Browse repository at this point
Copy the full SHA 562332aView commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 09cac4a - Browse repository at this point
Copy the full SHA 09cac4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ae90a - Browse repository at this point
Copy the full SHA b8ae90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d74b2b4 - Browse repository at this point
Copy the full SHA d74b2b4View commit details
Commits on Feb 27, 2023
-
feat: log requests refused before processing starts (#4600)
Fastify can reject requests outright before any of the normal request processing begins right now: an unsupported HTTP version, or if the server is currently closing and `return503OnClosing` is true. Before this change, these requests wouldn't appear in the logs at all, which can make debugging them kind of confusing. This change adds a log message for these requests, so that they can be found by operators and a strange looking status code can be explained more easily.
Configuration menu - View commit details
-
Copy full SHA for ec17333 - Browse repository at this point
Copy the full SHA ec17333View commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a288bc - Browse repository at this point
Copy the full SHA 5a288bcView commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for a489611 - Browse repository at this point
Copy the full SHA a489611View 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 v4.13.0...v4.14.0