fastify v2.5.0 Release Notes

Release Date: 2019-06-12 // almost 5 years ago
  • Features:

    • โž• Add ability to get response time on reply - #1697
    • Alias schema.query to schema.querystring (#1690) - #1694

    ๐Ÿ›  Fixes:

    • โž• Added case sensitive option to definition file - #1691
    • ๐Ÿ›  fix: use reply instead of original res - #1704
    • โœ‚ Removes double call to afterRouteAdded when ignoreTrailingSlash === true - #1675
    • ๐Ÿ›  Fix http2SecureServer test - #1681
    • โž• Adds defaults to TS generics definitions - #1669

    ๐Ÿ“š Documentation:

    • ๐Ÿ“„ docs: fix typos for logging - #1701
    • โž• Add RBAC plugin - #1692
    • โšก๏ธ Update docs to fix req.body inside logger req - #1695