
Fastify 是一个 Web 框架,高度专注于以最少的开销和强大的插件架构提供最佳的开发人员体验。它的灵感来自 Hapi 和 Express,最快的 Web 框架之一。
What's Changed
fix: server.requestTimeout miss when https by @zgoby in #3447
docs: add Google Cloud Functions example to Serverless Documentation by @etino in #3445
docs: add fastify-polyglot plugin to the ecosystem by @heplyadm in #3452
fix(typescript): define instance listen callback error nullable by @sf3ris in #3449
docs: replace "sons" with "descendants" by @mroderick in #3453
build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #3459
docs(examples): fix ts-server exit code of error by @qin20 in #3458
docs: add fastify-crud-generator plugin by @zuck in #3460
fix: server.maxRequestsPerSocket miss by @zgoby in #3463
fix: logger req serializers by @climba03003 in #3465
build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #3466
docs: add code sample for development logger config by @capaj in #3464
docs: add post example to intro by @saihaj in #3438
fix: use current instance schema controller by @MetCoder95 in #3454
fix(typescript): add type declaration for FastifyRequest.context by @chrskrchr in #3472
docs: add set-cookie special case by @genzyy in #3470
docs(reply): grammar and readability fixes for set-cookie
section by @Fdawgs in #3477
build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #3451
fix the sentence of serializerCompiler
by @mm1995tk in #3490
New Contributors