All Versions
34
Latest Version
Avg Release Cycle
19 days
Latest Release
1264 days ago

Changelog History
Page 1

  • v3.9.1 Changes

    December 02, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ‘Œ Support null as a valid value for decorateRequest decorateReply (#2718)
  • v3.9.0 Changes

    December 02, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • chore: use automerge actions (#2684)
    • ๐Ÿ“„ docs: add fastify-get-head to ecosystem (#2685)
    • ๐Ÿ“„ docs: added fastify-envalid to ecosystem (#2689)
    • โž• Add fastify-custom-healthcheck to ecosystem (#2690)
    • โšก๏ธ Update Ecosystem.md (#2693)
    • โš  feat: add warning on decorate (#2688)
    • โšก๏ธ Update Ecosystem.md (#2696)
    • ๐Ÿ— build(deps-dev): bump yup from 0.29.3 to 0.30.0 (#2698)
    • ๐Ÿ›  fix: schemaErrorFormatter bind to fastify instance (#2703)
    • ๐Ÿ“„ docs: add reply lifecycle (#2701)
    • ๐Ÿ›  Fix spelling error (#2708)
    • Politely link to source rather than archive.org (#2709)
    • โœ… test async preSerialization with a failed response schema (#2713)
    • ๐Ÿ›  fix(2711): expose instance.errorHandler in types (#2712)
    • feat: custom schema applied on errors (#2691)
    • Track renaming of fastify-errors-properties to fastify-http-errors-enhanced. (#2714)
    • ๐Ÿ— build(deps-dev): bump yup from 0.30.0 to 0.31.1 (#2716)
  • v3.8.0 Changes

    November 09, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ›  fix: use TS type inference for hooks (#2615)
    • ๐Ÿ‘Œ Improve language (#2632)
    • โฌ†๏ธ feat: upgrade eslint typescript (#2626)
    • โšก๏ธ update fastify-gql to mercurius (#2637)
    • document kubernetes readiness pitfall (#2638)
    • ๐Ÿ“„ docs: fix anchor and make standardize refs to redirect (#2640)
    • โœ‚ Removed empty 'return' lines at the end of Hooks examples (#2643)
    • ๐Ÿ›  Fix reference to pino logLevel in docs (#2650)
    • โœ… Test nullable body (#2648)
    • โž• Add fastify-totp (#2611)
    • chore: add @gquittet/graceful-server to Ecosystem (#2654)
    • ๐Ÿ›  Fix type for prefixTrailingSlash (#2657)
    • reply: allow send content-length header for empty body on HEAD (#2651)
    • โšก๏ธ chore: auto-merge dependabot updates (#2669)
    • feat: delete var syntax (#2667)
    • ๐Ÿ“š Style Guide Documentation (#2574)
    • chore: fix dependabot config (#2674)
    • ๐Ÿ“„ docs: include casbin plugins (#2676)
    • ๐Ÿ›  fix: automerge for dependabot (#2677)
    • โž• Added security notice to route versioning docs (#2679)
    • treat x-forwarded-host headers as x-forwarded-proto (#2678)
    • โœ… test: add some coverage (#2662)
    • ๐Ÿ›  Fix Markdown list alignment (#2652)
    • ๐Ÿ“„ docs: added link to fastify-postgraphile in ecosystem (#2666)
  • v3.7.0 Changes

    October 19, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • โœ… warning test on deprecate request.connection usage
    • โšก๏ธ Update Ecosystem.md (#2612)
    • โšก๏ธ Update ContentTypeParser.md (#2617)
    • ๐Ÿ›  fix: remove .use from types (#2614)
    • #2430 add validationContext to custom errors passed into the custom eโ€ฆ (#2622)
    • ๐Ÿ— build(deps-dev): bump fastify-plugin from 2.3.4 to 3.0.0 (#2625)
    • ๐Ÿ›  fix typos in enum definition (#2628)
    • 0๏ธโƒฃ feat: allow falling back to default error handler from custom error handler (#2621)
    • โœ… test(types): add register test type (#2630)
  • v3.6.0 Changes

    October 11, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ—„ Deprecated API usage (#2575) (#2594)
    • โž• Added ipc types support (#2601)
    • ๐Ÿ› bug #2578 fix (#2579)
    • feat: add conditional load of version (#2605)
    • ๐Ÿ›  fix: conditionnal version load (#2608)
    • 0๏ธโƒฃ #2566 Ability to use default JSON Parser (#2573)
  • v3.5.1 Changes

    October 04, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ›  Fixed broken link Signed-off-by: Bart Kalanski [email protected] (#2591)
    • ๐Ÿ›  fix: bind instance to error handler (#2592)
    • โช Reverting export * syntax (#2597)
    • โšก๏ธ Updated example for queryStringJsonSchema (#2595)
    • โšก๏ธ Update lifecycle doc to show the correct status codes (#2596)
  • v3.5.0 Changes

    September 30, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • doc: improve reply raw explaination (#2553)
    • ๐Ÿ”Œ feat: Add plugin version check (#2549)
    • Provide additional clarification for decorated fields (#2560)
    • ๐Ÿ‘Œ Improve wording of field decoration documentation (#2562)
    • โž• Add fastify-response-caching to ecosystem (#2559)
    • โž• Add prettyPrint option to logger type definitions (#2550)
    • ๐Ÿ‘Œ Improve dec merging dev experience (#2558)
    • โž• Adding test case for handling pipe (#2564)
    • ๐Ÿ›  fix(types): update types to setErrorHandler and setNotFoundHandler (#2570)
    • ๐Ÿ‘ฏ Clones opts object on route management (#2569)
    • ๐Ÿ›  fix: FastifySchemaCompiler signature incompatible with AJV (#2576)
    • โž• Added Attribute 'protocol' to Request (#2582)
    • Typescript: Improve FastifyRequest typing (#2584)
    • ๐Ÿ‘Œ Support for named export in Node v14.13.0 (#2590)
  • v3.4.1 Changes

    September 14, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ›  fix: fastify plugin types exports (#2555)
  • v3.4.0 Changes

    September 14, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • โฌ†๏ธ Bump undici from 1.3.1 to 2.0.0
    • doc: add Zekth as contributor
    • โฌ†๏ธ Bump light-my-request from 4.0.0 to 4.0.2 (#2518)
    • ๐Ÿ›  fix link to JS Foundation CoC (#2520)
    • โž• Adds Maksim to the core team (#2521)
    • Growth stage! (#2519)
    • โž• Add fastify-dynareg to ecosystem doc. (#2523)
    • โž• add fastify-guard to ecosystem (#2524)
    • ๐Ÿ›  fix for fastify-guard plugin position (#2525)
    • ๐Ÿ“„ docs: Plugins.md (#2526)
    • โœ‚ remove: duplicated fastify-guard plugin (#2528)
    • ๐Ÿ“„ docs: Plugins.md (#2527)
    • Passes generic to RouteHandler return type (#2530)
    • โž• Added custom error formatting for schema errors (#2437)
    • ๐Ÿ›  fix(setNotFoundHandler): return this on function call (#2533)
    • โž• add Grant to the ecosystem of plugins (#2532)
    • โšก๏ธ Update Validation-and-Serialization.md (#2537)
    • ๐Ÿ›  fix: delete unreachable branch (#2539)
    • โœ… Test coverage increase (#2542)
    • โœ… tests: 100% coverage on lib/request.js (#2544)
    • ๐Ÿ‘• Bring eslint back (#2536)
    • ๐Ÿ›  Fix content length (#2546)
    • ๐Ÿ›  fix: eslint config (#2548)
    • ๐Ÿ“„ docs: fix TS plugin documentation (#2554)
  • v3.3.0 Changes

    August 25, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • โฌ†๏ธ Bump typescript from 3.9.7 to 4.0.2
    • doc: add scope & route level to Hooks ToC (#2503)
    • โž• add fastify-xray to ecosystem (#2504)
    • ๐Ÿ“„ docs: added fastify-socket.io to Ecosystem section (#2505)
    • ๐Ÿ”ฆ Expose router config via getters on Request (#2506)
    • โšก๏ธ feat: update nodejs matrix for GH Actions (#2513)
    • โœ… Test: Improve coverage (#2486)
    • โž• add decision making paragraph (#2501)
    • โž• Add fastify-opentelemetry to ecosystem doc. (#2517)