fastify v2.3.0 Release Notes

Release Date: 2019-04-18 // about 5 years ago
  • Features:

    • โž• Add onRequest route hook - #1594

    ๐Ÿ›  Fixes:

    • Resolve issue 1584 - #1589
    • ๐Ÿ›  fix/mutated-schemas at startup - #1572

    ๐Ÿ“š Documentation:

    • โš  Warning notice for new Function - #1605
    • โž• Added plugin fastify-normalize-request-reply - #1600
    • ๐Ÿ“„ Docs: Update Server#logger to discuss custom logger option - #1577
    • ๐Ÿ“š first serverless documentation for AWS Lambda - #1564
    • ๐Ÿ›  Fix typo in Hooks.md - #1590
    • ๐Ÿ›  fix/schema-typo - #1585
    • TOC added to Reply.md - #1582
    • โšก๏ธ Update Routes.md - #1579
    • โšก๏ธ Update Ecosystem.md - #1570
    • doc add fastify-schema-constraint to ecosystem - #1573
    • ๐Ÿ›  Fix ignoreTrailingSlash example - #1574

    Internals:

    • Faster startup time - #1597
    • ๐Ÿ‘‰ use a cache for Ajv compiled schemas - #1606