Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Fastify

Fastify is a high-performance Node.js web framework, thriving with a dedicated open-source community for collaborative growth and excellence.
Collective - Host: opensource - https://opencollective.com/fastify - Website: https://fastify.dev/ - Code: https://github.com/fastify/fastify

docs: add logger option in async/await example (#2465)

The first example has this option and I think the async/await example should have it as well.

github.com/fastify/fastify - 21578f56dea6bfd3de1c9a4df497fd535d174221 authored about 4 years ago by Kanitkorn Sujautra <[email protected]>
fix schema lock in (#2463)

* fix schema validator lock in

* fix schema serializer lock in

github.com/fastify/fastify - dbfbb310cd03f46b734f8069e80181dc414942c2 authored about 4 years ago by Manuel Spigolon <[email protected]>
add missing kSchemaVisited symbol var (#2456)

* add missing kSchemaVisited symbol var

* avoid repeated normalize schema test case

* Update l...

github.com/fastify/fastify - ff886c7c54d9de1afed4e215d174279f3ad72385 authored about 4 years ago by zhangwinning <[email protected]>
Bump helmet from 3.23.3 to 4.0.0 (#2460)

Bumps [helmet](https://github.com/helmetjs/helmet) from 3.23.3 to 4.0.0.
- [Release notes](http...

github.com/fastify/fastify - 615fb9b0ef040df5bd872c1ba8e2595f2cb3a88b authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump x-xss-protection from 1.3.0 to 2.0.0 (#2459)

Bumps [x-xss-protection](https://github.com/helmetjs/helmet) from 1.3.0 to 2.0.0.
- [Release no...

github.com/fastify/fastify - caa9cb5e3d698358043d393ea6307c127bf286b7 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix broken tests due to [email protected] (#2461)

github.com/fastify/fastify - 6493dbe90bebd2ce6a6a8d75e13c91b6e57fa55b authored about 4 years ago by Matteo Collina <[email protected]>
add routePath in onRoute hook (#2451)

* fix onRoute path

* Revert "fix onRoute path"

This reverts commit 94c6dbb1836e048ed07c6b8e98b...

github.com/fastify/fastify - 283a1bde631645dc65b6499a29b16ccb95c89823 authored about 4 years ago by Manuel Spigolon <[email protected]>
Improve server types (#2449)

* typings: export different server config types

This will allow to properly type specific serve...

github.com/fastify/fastify - b68f705d59b50371a7ff7db3542b9043eaea8a77 authored about 4 years ago by Denys Otrishko <[email protected]>
Bump fastify-warning from 0.1.0 to 0.2.0 (#2444)

Bumps [fastify-warning](https://github.com/fastify/fastify-warning) from 0.1.0 to 0.2.0.
- [Rele...

github.com/fastify/fastify - 61e836108944e2d86b174205e8f59a89a06cb47b authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump fastify-error from 0.1.0 to 0.2.0 (#2445)

Bumps [fastify-error](https://github.com/fastify/fastify-error) from 0.1.0 to 0.2.0.
- [Release ...

github.com/fastify/fastify - 491548a883732b3cdbf63e596513070e0348d4e4 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
typings: add getSchema and getSchemas (#2441)

this typings present in Fastify v2 and disappeared in Fastify v3

github.com/fastify/fastify - 7aa74ef3b814dd19b6f7de660cee75824768b13d authored about 4 years ago by Andrey Chalkin <[email protected]>
improve and expand docs around error handling (#2425)

github.com/fastify/fastify - 5f8111c1cc1c80b0650184b0591efc94bd219e53 authored about 4 years ago by Adam Davis <[email protected]>
Use fastify-warning for handling deprecation warnings (#2354)

* Use fastify-warning for handling deprecations warnings

* Updated test

* Updated docs

...

github.com/fastify/fastify - af77198d0e7c290cd74286fba1e804ce62e4b54d authored about 4 years ago by Tomas Della Vedova <[email protected]>
Fix several broken links on website, clarify docs (#2434)

github.com/fastify/fastify - 9015e6e6b8056adedddd422a01a0af58d457a79e authored about 4 years ago by Dave Honneffer <[email protected]>
feat: make fastify() PromiseLike (#2428)

As far as Fastify implements `then()` method it can be marked as PromiseLike

github.com/fastify/fastify - 6233a8f77fd53da88ef001c4e9d4047cda8a6af0 authored about 4 years ago by Andrey Chalkin <[email protected]>
Refactor overload (#2432)

* Abstracting plugin overload logic

* Abstracting plugin overload logic

* add use strict

github.com/fastify/fastify - 2a2be75309a796cbe450fdeb39e0d100c78b98d7 authored about 4 years ago by zhangwinning <[email protected]>
add: route-level custom Error Handlers (#2427)

github.com/fastify/fastify - 474c57384ad973c1988be5652df28ab6c3d1de55 authored about 4 years ago by Adam Davis <[email protected]>
Move headers to be a getter on Request (#2426)

* Move headers to be a getter on Request

* Use headers from raw in hostname getter

Co-authored...

github.com/fastify/fastify - 2191a3a403ba02f26d66a9720d5c6970a4ff0d54 authored about 4 years ago by Paolo Chiodi <[email protected]>
Update Routes.md (#2424)

Fixed definition of handler in express style routes.

github.com/fastify/fastify - a2a3726d7f932fa3a03f92900561ddd0d2a9b19f authored about 4 years ago by Gurpreet Singh <[email protected]>
Added validationError property to request (#2422)

* Added validationError property to request

* Changed type and moved comment

* added tests and...

github.com/fastify/fastify - af880ad3db6bd05468141cd4e136467ab80bfd46 authored about 4 years ago by Arnovsky <[email protected]>
Add new contributor (#2420)

github.com/fastify/fastify - 28881ca8f515789176e37bd6dd5bb1071a40b374 authored over 4 years ago by Igor Savin <[email protected]>
Bumped v3.1.1

github.com/fastify/fastify - f4cb706144bbf2ebb67257914f78020126488ba5 authored over 4 years ago by Matteo Collina <[email protected]>
Removed warnings introduced in #2418 (#2419)

github.com/fastify/fastify - ad0f8947750d938a012bfead2acb6b29d1238a41 authored over 4 years ago by Matteo Collina <[email protected]>
Bumped v 3.1.0

github.com/fastify/fastify - 2f1863d4b13fdb55f53ec9d77397e3443371f310 authored over 4 years ago by Matteo Collina <[email protected]>
Move ip, ips and hostname to getters in request (#2418)

* move ip, ips and hostname to getters in request

* remove unnecessary getter for ips

github.com/fastify/fastify - 312c7dbb89d96e23b5aebb50a1dd6ca17bf2f413 authored over 4 years ago by Paolo Chiodi <[email protected]>
reopened server show more detail error msg (#2415)

* reopened server show more detail error msg

* test unit use async/await

github.com/fastify/fastify - e53abd1118a305763d75fe4c3224e42b7166608d authored over 4 years ago by zhangwinning <[email protected]>
docs(readme): add my name and fix order (#2413)

* docs(readme): add my name and fix order

Now Collaborators list gets fixed order

* docs(readm...

github.com/fastify/fastify - d06287a9a612d218d26e3a94b248b5035d5c44cb authored over 4 years ago by dalisoft <[email protected]>
Bumped v3.0.3

github.com/fastify/fastify - 9293cc3d8ac00f40d1d19c48b5f9b96dc37cc483 authored over 4 years ago by Matteo Collina <[email protected]>
Add type for Reply payload (#2389)

* Add type for Reply payload

* Revert "Add type for Reply payload"

This reverts commit 772...

github.com/fastify/fastify - 87efb7e7d2c27d3d0e5c7c045b15edb18e95a6be authored over 4 years ago by Thomas Thiebaud <[email protected]>
Move cemremengu to past contributors (#2412)

Hello everyone,

My sincere apologies for not being able to contribute for a long time and not...

github.com/fastify/fastify - f5ca1fac02d61b0280f191b7019deadc20466570 authored over 4 years ago by Cemre Mengu <[email protected]>
Fix ready return (#2410)

* fix ready returns (#2361)

* fix ready returns

* add failing test

* update avvio

* ...

github.com/fastify/fastify - cf496222d415c50a8325e16c547a22e46e5001dd authored over 4 years ago by Manuel Spigolon <[email protected]>
Bump avvio to 7.1.1 and add a regression test (#2408)

See: https://github.com/fastify/fastify/issues/2406

github.com/fastify/fastify - 733f53544109511d4dd58fedbdb936f86f3b97da authored over 4 years ago by Matteo Collina <[email protected]>
Add missing type (#2400)

* Add missing type

* Start adding type test

* Finish tests

github.com/fastify/fastify - 2495ba1d62de9ba0c289463cac0c45809a7bb87b authored over 4 years ago by Blake Sager <[email protected]>
Update Server.md (#2407)

fix typo: server.timeout -> server.keepAliveTimeout

github.com/fastify/fastify - da021f14c37b2f9a259d5328416afeb4dcc4252b authored over 4 years ago by Zoron <[email protected]>
Bumped v3.0.2

github.com/fastify/fastify - f9dd8f1502a0cbc432a4c855c114821300b93965 authored over 4 years ago by Matteo Collina <[email protected]>
Fix a wrong TypeScript typing issue at register() function (#2401)

* plugin.d.ts: fix a typing issue that blocks route grouping with register()

ref: https://githu...

github.com/fastify/fastify - 69b685f8a70db177eeb6416becc2fd44f90d1807 authored over 4 years ago by Jackson" Ming Hu <[email protected]>
Bumped v3.0.1

github.com/fastify/fastify - 7545f514ebd02b464ac3d2b13d7856943e247d6d authored over 4 years ago by Matteo Collina <[email protected]>
add Promise version overload for FastifyPlugin (#2350)

Co-authored-by: Ethan Arrowood <[email protected]>

Co-authored-by: Ethan Arrowood <eth...

github.com/fastify/fastify - 9d7f1f405cf22478c48abaefbe94ce3fd76e18b2 authored over 4 years ago by Denys Otrishko <[email protected]>
docs: Created a gentler intro to the .inject method and running tests with tap (#2369)

github.com/fastify/fastify - fbe073884494676419ac5f5ba7c44ad0054a3abe authored over 4 years ago by John James <[email protected]>
Fix `res.raw.statusCode` typo (#2386)

github.com/fastify/fastify - 3ac821266171afbf0f290c64610d78009a948484 authored over 4 years ago by Vikas Raj <[email protected]>
fix(typo) Correct typo: Alternativies to Alternatives (#2387)

github.com/fastify/fastify - 5ac00d350759cb34034dd945eaa65d92fce97201 authored over 4 years ago by Chonlasith Jucksriporn <[email protected]>
Updated LTS dates (#2383)

github.com/fastify/fastify - 137cb19857f63a10b3f3de54e4e8780c85583c53 authored over 4 years ago by Tomas Della Vedova <[email protected]>
Bump fastify-plugin from 1.6.1 to 2.0.0 (#2384)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

github.com/fastify/fastify - 64ce57ec3e2f31db59d60a478fbed734c139d76a authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix support for executing benchmark on Windows (#2322)

github.com/fastify/fastify - e13c1db9c810e818aa4b8df90b9e80796d393c97 authored over 4 years ago by Igor Savin <[email protected]>
add .dependabot to .npmignore

github.com/fastify/fastify - 3886a1ed11861680a383492d35a47bdf144b09f3 authored over 4 years ago by Matteo Collina <[email protected]>
Bumped v3.0.0

github.com/fastify/fastify - d2d533494b143a2c944c491c56960f1107f96733 authored over 4 years ago by Matteo Collina <[email protected]>
Updated benchmarks (#2380)

github.com/fastify/fastify - 63036d0310f9cd93486474ce2370b412aa2eb9c3 authored over 4 years ago by Matteo Collina <[email protected]>
Reorder generic parameter of FastifyRequest for ease of use (#2373)

* Reorder generic parameter of FastifyRequest for ease of use

* Update FastifyRequest doc to in...

github.com/fastify/fastify - 754ff65a0df9413b418bd3248311622edc11b917 authored over 4 years ago by Thomas Thiebaud <[email protected]>
await app must resolve to the app (#2376)

See https://github.com/fastify/fastify/issues/2374

github.com/fastify/fastify - f65db520802e58026ab4598a8d965fbe67ded1e4 authored over 4 years ago by Matteo Collina <[email protected]>
Update Hooks.md (#2371)

Removes duplicated lines.

github.com/fastify/fastify - 74a8386c63bb210e536d7cc8f5d00a25ed8a1384 authored over 4 years ago by Zoron <[email protected]>
Bump tsd from 0.12.1 to 0.13.1 (#2375)

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.12.1 to 0.13.1.
- [Release notes](htt...

github.com/fastify/fastify - 259cec050845f6304e10eb495985ca93b3aaa9b1 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
add fastify-prettier to ecosystem (#2370)

github.com/fastify/fastify - 28f89cab5ea22dd0a3d976888767c8d4b715b494 authored over 4 years ago by Huseyin ELMAS <[email protected]>
updated docs/ecosystem to remove old Google Datastore package that we abandoned, removed fastify-firestore in favor of our new fastify-firebase all in one plugin. fastify-firebase includes firebase-admin SDK including auth, firestore, storage, machineLearning, and more (#2366)

Co-authored-by: John Rodkey <[email protected]>

github.com/fastify/fastify - f1eae88cf0530ab889f4355989efc9aadb64281a authored over 4 years ago by John Rodkey <[email protected]>
docs(Serverless): add missing netlify-lambda link (#2362)

github.com/fastify/fastify - 938559a69628f1575beaa2e40fec01051a569c36 authored over 4 years ago by dalisoft <[email protected]>
Update Hooks.md (#2363)

Short links did not work with camel case notation. Source they are leading to is all lower case.

github.com/fastify/fastify - e3295c24a3728cd645e56888591c3c1546f5572f authored over 4 years ago by Ilja <[email protected]>
fix test per security release (#2365)

github.com/fastify/fastify - 2e9ded06e19f9a20cab69d5ded7a5357739eb3d9 authored over 4 years ago by Manuel Spigolon <[email protected]>
Update Errors.md (#2364)

Fix heading

github.com/fastify/fastify - f71e4102597845e89a032086b0dcd4793507475f authored over 4 years ago by Zoron <[email protected]>
feat(Serverless): Add netlify-lambda guide (#2359)

github.com/fastify/fastify - d38c247fd48f0f9180798cae11f935b3a5eb19f7 authored over 4 years ago by dalisoft <[email protected]>
Bump tsd from 0.11.0 to 0.12.0 (#2360)

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.11.0 to 0.12.0.
- [Release notes](htt...

github.com/fastify/fastify - aa5e88357cfa1ed75c69e315128c1f208e8ee310 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumped v3.0.0-rc.5

github.com/fastify/fastify - ccca58e36d49cad41fc2393b408f468a486b5946 authored over 4 years ago by Matteo Collina <[email protected]>
Disable allErrors in default Ajv config

Unfortunately `allErrors: true` is a DoS attack vector for certain
schemas.

See: https://github...

github.com/fastify/fastify - 627096fbf9062e6fd9850df05834190966b5011a authored over 4 years ago by Matteo Collina <[email protected]>
updated Getting-Started.md - added more detail making the process easier to understand (#2352)

* Update Getting-Started.md

After hours of frustration and ironically reading Wow, that was fas...

github.com/fastify/fastify - 7788b90c3b84c229c44ffcb1e383183a7cc3f18f authored over 4 years ago by John James <[email protected]>
add test to verify ND-JSON content is not serialized as JSON (#2349)

Co-authored-by: Matt Bishop <>

github.com/fastify/fastify - 77179154e0cecfc596ec65633f6cbbaa339abb13 authored over 4 years ago by Matt Bishop <[email protected]>
Add missing parameter `done` in example (#2353)

github.com/fastify/fastify - 77bccb7bf0a88c57e33b85805d1e6b854b36975e authored over 4 years ago by Jonas Kello <[email protected]>
Move createError utility to its own package (#2339)

github.com/fastify/fastify - bf18412f2ba838fc06e3162a13ebcf88b5a283be authored over 4 years ago by Tomas Della Vedova <[email protected]>
add fastify-raw-body to Ecosystem (#2342)

github.com/fastify/fastify - 1d4dcf2bcde46256c72e96c2cafc843a461c721e authored over 4 years ago by Manuel Spigolon <[email protected]>
List fastify-tokenize on the ecosystem doc page (#2340)

* List fastify-tokenize on the ecosystem doc page

* Simplify wording and add a dot

github.com/fastify/fastify - 2ee21f8be33c8d3a10b0a680a5a63cee664b4c85 authored over 4 years ago by Bowser65 <[email protected]>
Allow TS type augmentation for Fastify.prototype.use (#2335)

* Fix TS type definitions for Fastify.prototype.use

* Add TS definitions for Fastify.prototyp...

github.com/fastify/fastify - 82f28a8d8d3ff32bdb84592e990d154aab989368 authored over 4 years ago by Joel Mukuthu <[email protected]>
fix ready order execution (#2333)

* fix ready order

* add detail comment

* clarify comment

github.com/fastify/fastify - 23b48dd9faac9307d1963e7830545eb742704d78 authored over 4 years ago by Manuel Spigolon <[email protected]>
fix: add code to FastifyError typing (#2337)

* fix: add code to FastifyError typing

* Update test/types/hooks.test-d.ts

Co-authored-by:...

github.com/fastify/fastify - 25d7ba2b86d00dd68c4bbb5648ee3706a6b8dafe authored over 4 years ago by Andrey Chalkin <[email protected]>
feat: specify this context for setErrorHandler (#2338)

github.com/fastify/fastify - 68f1ac6b727d938287d5d8dba114ea8c8c63f4ee authored over 4 years ago by Andrey Chalkin <[email protected]>
Update Errors.md (#2332)

remove error `FST_ERR_SCH_BUILD`

github.com/fastify/fastify - 7ddbef9d0f2234b506cb1a3849c027f72f1c9c04 authored over 4 years ago by Zoron <[email protected]>
Add fastify-peekaboo plugin (#2330)

github.com/fastify/fastify - f0a6e3d51a43fd081aa36ac7443f0f5543bc8a34 authored over 4 years ago by Simone Sanfratello <[email protected]>
Bumped v3.0.0-rc.4

github.com/fastify/fastify - 96f153785f8fdef0aa574fd84e3e370687c865dd authored over 4 years ago by Matteo Collina <[email protected]>
Update TypeScript.md (#2329)

Fixing typo incorrectly pointing at FastifytRegisterOptions

github.com/fastify/fastify - 2a79bc620dfd3320f63f699c85fb4e7b98defa51 authored over 4 years ago by Przemysław Królik <[email protected]>
docs: fastify server is this in handlers (#2327)

* docs: fastify server is this in handlers

* docs: fix link in docs

github.com/fastify/fastify - 7236d243c576eb53298b550a9c3cef334c526e14 authored over 4 years ago by Cody Zuschlag <[email protected]>
Migrate doc clean up (#2308)

* Line wrap at ~80 characters

* Clean up migration guide

* Update docs/Migration-Guide-V3.md

github.com/fastify/fastify - efc7a61228372cf9ddeda274f6e49c9dada1f4a6 authored over 4 years ago by James Sumners <[email protected]>
Add missing properties in FastifyRequest and FastifyReply (#2299)

* TypeScript: add missing properties in FastifyRequest

* TypeScript: add missing property con...

github.com/fastify/fastify - 38c20b377b2ac1284531de4b21b58a71eb0c9dbb authored over 4 years ago by Charles Lee <[email protected]>
docs: Add fastify-request-context to the plugin list (#2324)

Co-authored-by: James Sumners <[email protected]>

github.com/fastify/fastify - 09fd065d41ba147726499b5f0cad9d5638b56151 authored over 4 years ago by Igor Savin <[email protected]>
docs: added note about disableRequestLogging onResponse hook error log (#2321)

github.com/fastify/fastify - df40dac9b9e296c13d975c4bb47202610ba282f4 authored over 4 years ago by Federico Maggi <[email protected]>
Bump autocannon from 4.6.0 to 5.0.0 (#2323)

Bumps [autocannon](https://github.com/mcollina/autocannon) from 4.6.0 to 5.0.0.
- [Release note...

github.com/fastify/fastify - cfca9198232b9ec833ee05c41501c76238886d70 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix custom JSON support (#2315)

github.com/fastify/fastify - 667d4644eab09f27bc30cad6e7378f5fc82cb9e8 authored over 4 years ago by Saulo S. Toledo <[email protected]>
Add openapi-validator-middleware plugin to the ecosystem docs (#2314)

github.com/fastify/fastify - 8135fa7baae37946c78dfa983ee8c10d64bc37ff authored over 4 years ago by Igor Savin <[email protected]>
fix spelling mistake in Errors.md (#2312)

github.com/fastify/fastify - 48a3ff84083f2e6dd292ca2e1edab7f9ff10a155 authored over 4 years ago by Nilesh Mali <[email protected]>
fix spelling mistake in Decorators.md (#2311)

github.com/fastify/fastify - 4d66efbdb9273de30b4796d914c6132a486da13b authored over 4 years ago by Nilesh Mali <[email protected]>
Fix spelling mistake (#2310)

github.com/fastify/fastify - 48e5341e66a0434a3b1ec26766ca69663971ab4e authored over 4 years ago by Nilesh Mali <[email protected]>
docs: Fix Reply.md to throw statusCode object (#2303)

github.com/fastify/fastify - 09e3ffb0af1666bb681b8644300e7a8aa97ac219 authored over 4 years ago by Yuji Sugiura <[email protected]>
Add fastify-piscina to the community plugins list (#2302)

github.com/fastify/fastify - 1816056b8dea7ca0a1dd65e9b398be09c55321cd authored over 4 years ago by James M Snell <[email protected]>
TypeScript: fix logger typings #2289 (#2297)

* TypeScript: rename LogLevels to LogLevel (#2289)

Rename to be closer to pino's declaration. A...

github.com/fastify/fastify - 12daa3c98340ba79d6e4a3041362eca6b22b5e82 authored over 4 years ago by Andrey Fidrya <[email protected]>
TypeScript: FastifySchema: add missing 'response' (#2295)

* TypeScript: FastifySchema: add missing 'response'

* TypeScript: add schema tests

* TypeScrip...

github.com/fastify/fastify - 606c4117b4b9ea8ccf1076634903b6acecb51d85 authored over 4 years ago by Andrey Fidrya <[email protected]>
doc: replace compile-schemas-to-typescript with json-schema-to-typescript (#2300)

github.com/fastify/fastify - fd991f81459ccc9dbe78205dec6fcb127f5498d0 authored over 4 years ago by Charles Lee <[email protected]>
Add url rewrite option (#2290)

* Add rewrite url option

* Fix rout handler context type

* Update docs/Server.md

Co-authored-...

github.com/fastify/fastify - 4f3a945871060365117b7ce8eb5d3fb4fd178fef authored over 4 years ago by Thomas Heymann <[email protected]>
Bumped v3.0.0-rc.3

github.com/fastify/fastify - 8b8485ac5ff56d1ead387f6dd76384f996a2cf8e authored over 4 years ago by Matteo Collina <[email protected]>
Bump yup from 0.28.5 to 0.29.0 (#2292)

Bumps [yup](https://github.com/jquense/yup) from 0.28.5 to 0.29.0.
- [Release notes](https://git...

github.com/fastify/fastify - a9700280630dc8769612b5625c3a38da4dc9a161 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
preParsing hook payload manipulation and consistent Content Type Parser API (#2286)

* feat: Allow preParsing to change the request payload stream.

* docs: Updated documentation ...

github.com/fastify/fastify - 620e96a16e8402acdec6e8d518bdd6ebc0db63f8 authored over 4 years ago by Shogun <[email protected]>
Fix: TypeScript: typo in onProtoPoisoning (#2291)

github.com/fastify/fastify - 86f56edc0af1365dff8fd6ee358265e5c126be3e authored over 4 years ago by Andrey Fidrya <[email protected]>
Update TypeScript type definitions for server options (#2277)

* Add disableRequestLogging server option

* Add requestIdLogLabel server option

* Test type de...

github.com/fastify/fastify - 33154df251cf3486f715bed240930349b595db14 authored over 4 years ago by Joel Mukuthu <[email protected]>
Bump simple-get from 3.1.0 to 4.0.0 (#2284)

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 4.0.0.
- [Release notes](...

github.com/fastify/fastify - 2893317f8c4ea1f0310eee6124544989a8b47c13 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Change absolute URLs in docs to relative URL (#2283)

github.com/fastify/fastify - c3c57adf11e710b27b70d7bcefd82eceaec9b855 authored over 4 years ago by Joobi S B <[email protected]>
add fastify-now to community plugins (#2248)

* add fastify-now to community plugins

* sort alphabetically

github.com/fastify/fastify - f9a481c1b57f0aa89f6082ca6df102ed5ec095e8 authored over 4 years ago by Yonatan <[email protected]>