fastify v3.2.0 Release Notes

Release Date: 2020-08-06 // over 3 years ago
  • Features:

    • โž• Added validationError property to request - #2422
    • โž• add: route-level custom Error Handlers - #2427
    • โž• add routePath in onRoute hook - #2451
    • feat: add hook onTimeout - #2457

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  fix schema lock in #2463

    ๐Ÿ“š Documentation:

    • โšก๏ธ Update Routes.md - #2424
    • ๐Ÿ›  Fix several broken links on website, clarify docs - #2434
    • ๐Ÿ‘Œ improve and expand docs around error handling - #2425
    • ๐Ÿ“„ docs: add logger option in async/await example - #2465

    TypeScript:

    • feat: make fastify() PromiseLike - #2428
    • typings: add getSchema and getSchemas - #2441
    • ๐Ÿ‘Œ Improve server types - #2449

    Internals:

    • ๐Ÿšš Move headers to be a getter on Request - #2426
    • ๐Ÿ”จ Refactor override - #2432
    • ๐Ÿ—„ Use fastify-warning for handling deprecation warnings #2354