fastify v2.12.1 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • ๐Ÿฑ ๐Ÿ“š PR:

    • โž• Added fastify-esso plugin (#2084)
    • โž• add comma to queryStringJsonSchema (#2085)
    • Throws error if an invalid status code is sent (#2082)
    • chore: greenkeeper ignore semver (#2095)
    • ๐Ÿ›  Fix inaccurate type of setErrorHandler (#2092)
    • ๐Ÿ›  Fixed typo res.res to reply.res (#2099)
    • ๐Ÿ“„ docs: use computed key when assigning property to request (#2100)
    • types: add type of this to the not found handler (#2102)
    • ๐Ÿ“„ docs: fix header and body generic types (#2103)
    • ๐Ÿ›  fix: multiple route same schema (#2108)
    • http2: fix req.hostname not set (#2113)
    • โž• Added fastify-axios plugin (#2118)
    • ๐Ÿ“„ docs: Clarify reply.redirect status code docs (#2121)