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

Changelog History
Page 3

  • v2.15.2 Changes

    July 14, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ›  fix test per security release (#2365)
    • ๐Ÿ›  fix ready returns (#2361)
  • v2.12.1 Changes

    February 28, 2020

    ๐Ÿฑ ๐Ÿ“š 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)
  • v2.12.0 Changes

    February 06, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ›  fix: skip serialization for json string (#1937)
    • โž• Added fastify-casl to Community Plugins (#1977)
    • ๐Ÿ”‹ feature: added validation context to validation result (#1915)
    • ๐Ÿ‘ ESM support (#1984)
    • ๐Ÿ›  fix: adjust hooks body null (#1991)
    • โž• Added mcollina's plugin "fastify-secure-session" (#1999)
    • โž• Add fastify-typeorm-plugin to community plugins (#1998)
    • โœ‚ Remove Azure Pipelines (#1985)
    • โšก๏ธ Update validation docs (#1994)
    • โฌ‡๏ธ Drop Windows-latest and Node 6 from CI as its failing. (#2002)
    • ๐Ÿ‘ doc: fix esm-support anchor (#2001)
    • ๐Ÿ“„ Docs(Fluent-Schema.md): fix fluent schema repo link (#2007)
    • ๐Ÿ›  fix - docs - hooks - error handling (#2000)
    • โž• add fastify-explorer to ecosystem (#2003)
    • โž• Add a recommendations doc (#1997)
    • ๐Ÿ›  Fix TOC typo in recommendations (#2009)
    • ๐Ÿ“„ docs(Typescript): typo (#2016)
    • ๐Ÿ“„ docs: fix onResponse parameter (#2020)
    • โšก๏ธ Update template bug.md (#2025)
    • ๐Ÿ›  fix replace way enum (#2026)
    • ๐Ÿ“„ docs: update inject features (#2029)
    • โšก๏ธ Update Copyright Year to 2020 (#2031)
    • โž• add generic to typescript Reply.send payload (#2032)
    • ๐Ÿ“„ Shorten longest line (docs) (#2035)
    • ๐Ÿ“„ docs: OpenJS CoC (#2033)
    • โ†ช Workaround for using one schema for multiple routes (#2044)
    • ๐Ÿ“„ docs: inject chainable methods (#1917) (#2043)
    • http2: handle graceful close (#2050)
    • โšก๏ธ chore(package): update fluent-schema to version 0.10.0 (#2057)
    • โšก๏ธ chore(package): update yup to version 0.28.1 (#2059)
    • โšก๏ธ Update README.md (#2064)
    • โž• Added fastify-response-validation to ecosystem (#2063)
    • ๐Ÿ›  fix: use opts of onRoute hook (#2060)
    • ๐Ÿ›  Fixed documentation typo (#2067)
    • โž• Add missing TS definition for ServerOptions.genReqId function arg (#2076)
    • ๐Ÿ›  fix: throw hooks promise rejection (#2070) (#2074)
    • โž• Add docs to stop processing hooks with async (#2079)
  • v2.11.0 Changes

    December 08, 2019

    ๐Ÿฑ ๐Ÿ“š PR:

    • โœ… Test: After can access to decorations registered into plugin (#1891)
    • โšก๏ธ chore(package): update h2url to version 0.2.0 (#1902)
    • โž• Add type definition for genReqId option (#1899)
    • โž• add missing fluent schema link (#1903)
    • โšก๏ธ Updates fastify-multer repository (#1904)
    • โž• Add Node v13 to CI (#1912)
    • โž• adds fastify-https-redirect to ecosystem (#1911)
    • โž• Added support for onConstructorPoisoning (#1910)
    • โž• Add log serializer (#1901)
    • โž• Added fastify-qs plugin (#1906)
    • ๐Ÿ– Handle invalid url components (#1888)
    • โšก๏ธ Update Actions to use latest versions of all OS's (#1907)
    • less coverage messages (#1918)
    • โšก๏ธ chore(package): update form-data to version 3.0.0 (#1923)
    • ๐Ÿ“š Update documentation to fix anchors for Hooks (#1928)
    • โž• Added missing types for Server Options (#1922)
    • ๐Ÿ›  Fix/1932 Add version field to the route options (#1933)
    • โšก๏ธ Update abstract-logging to v2 (#1941)
    • โšก๏ธ Update Routes.md (#1942)
    • โž• Add fastify-errors-properties plugin to Ecosystem (#1944)
    • โž• Add fastify-auth0-verify to Ecosystem. (#1947)
    • โšก๏ธ chore(package): update fluent-schema to version 0.8.0 (#1950)
    • โž• Added note about OpenJS Foundation (#1948)
    • ๐Ÿ“š Update onRoute documentation for plugin authors. (#1956)
    • ๐Ÿ“„ docs: fix example onRoute with preSerialization (#1959)
    • ๐Ÿ”‹ feature: Ajv custom options (#1946)
    • ๐Ÿ›  fix: add middleware type for multiple paths (#1957)
    • fature: register's opts onRegister hook (#1958)
    • ๐Ÿ”‹ feature: Add support for onSend on routes. (#1961)
    • โšก๏ธ Typescript types plugin example docs update (#1963)
    • โšก๏ธ chore(package): update fluent-schema to version 0.9.0 (#1964)
    • โšก๏ธ minor docs update for https typings (#1945)
  • v2.10.0 Changes

    October 11, 2019

    Features:

    • โž• Added Reply.statusCode - #1892

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  fix schema resolver for plain id - #1882

    ๐Ÿ“š Documentation:

    • ๐Ÿ“„ doc fix: add .headers to reply docs - #1890
  • v2.9.0 Changes

    September 30, 2019

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ“š Improving Getting Started documentation (#1837)
    • ๐Ÿ”Œ feat - Implement pluginName (#1836)
    • ๐Ÿ”‹ feature: add onResponse hook in route declaration (#1838)
    • ๐Ÿ›  Fix eslint "no-misused-promises" error in hooks (#1843)
    • โšก๏ธ Update Validation-and-Serialization.md (#1846)
    • ๐Ÿ“„ docs(Reply): fix Errors (#1848)
    • ๐Ÿ“š First batch of documentation fixes (#1850)
    • โž• add FastifyReply#removeHeader method to fastify.d.ts (#1849)
    • โœ… randomize file name in test (#1856)
    • ๐Ÿšš Move Nathan Woltman to Past Collaborators (#1857)
    • โž• add github workflow for CI and website, (#1853)
    • ๐Ÿ›  possible fixes (#1861)
    • ๐Ÿ›  fix (#1862)
    • ๐Ÿ›  Fix/pkg manager ci (#1863)
    • install yarn and pnpm in the host env (#1865)
    • ๐Ÿ”Œ Rules to contributing to plugins (#1842)
    • ๐Ÿ‘‰ Make reply a thenable (#1869)
    • ๐Ÿ“„ docs(Plugins): removed prefix from list with fastify-plugin (#1819)
    • โž• Add SerayaEryn to team list (#1867)
    • Don't change resolved schema (#1872)
    • ๐Ÿ›  Fix Plugin type in fastify.d.ts (#1841)
    • ๐Ÿ›  fix(package): update tiny-lru to version 7.0.0 (#1874)
    • ๐Ÿ”‹ feature: schema resolver (#1858)
    • ๐Ÿ›  Fix warning for onError hook (#1876)
    • โšก๏ธ Update Server.md (#1878)
  • v2.8.0 Changes

    August 30, 2019

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ“„ docs(Serverless): add missing punctuation marks (#1783)
    • โž• Add toStrinTag to errors (#1785)
    • [ts] Add handler to RouteShorthandOptions (#1788)
    • typo: typescript-server.ts (#1791)
    • โž• Add request property to reply documentation (#1792)
    • ๐Ÿ‘‰ Use .isFluentSchema instead of symbol to check for fluent-schema (#1794)
    • ๐Ÿ›  fix inverted if in serverless example (#1797)
    • Ensure that header properties are not duplicated in schema (#1806)
    • ๐Ÿ“„ docs(Hooks): Add each Hook to a title (#1801)
    • ๐Ÿ“„ Docs(typescript) and other typos (#1811)
    • ๐Ÿ“„ docs(Hooks): (#1810)
    • โšก๏ธ Update standard (#1816)
    • โž• add plugin for autogenerate crud route in Ecosystem (#1813)
    • โšก๏ธ chore(package): update @typescript-eslint/parser to version 2.0.0 (#1799)
    • ๐Ÿ‘Œ Improve default 404 route (#1826)
    • ๐Ÿ— Schema build error (#1808)
    • โšก๏ธ Update Ecosystem.md (#1827)
    • ๐Ÿ›  fix: premature close test (#1833)
    • โž• Added Zeit Now docs (#1824)
    • ๐Ÿ‘• greenkeeper ignore @typescript-eslint/eslint-plugin (#1835)
  • v2.7.1 Changes

    July 31, 2019

    Fixes:

    • Ensure we are not running the handler if reply.sent is true - #1778
    • ๐Ÿ‘ better typing for headers object - #1775

    ๐Ÿ“š Documentation:

    • โž• Added Google Cloud Run docs - #1770
    • ๐Ÿ“„ docs: simplify serverless usage - #1748
  • v2.7.0 Changes

    July 27, 2019

    Features:

    • โž• Added return503OnClosing option - #1723

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix bug regarding Joi schemas (issue #1767) - #1768

    ๐Ÿ“š Documentation:

    • ๐Ÿ“„ docs(Plugins): Fix typo - #1764
    • ๐Ÿ“š Change the next to done inside documentation - #1756
    • ๐Ÿ”’ security policy - #1738
    • ๐Ÿ“„ docs(Ecosystem): Add fastify-no-additional-properties community plugin - #1762
    • ๐Ÿ“„ docs(Hooks): Add payload inside example to prevent bugs - #1739
    • ๐Ÿ“„ docs(Hooks): Fix typo - #1759
    • ๐Ÿ“š change code examples in Reply documentation - #1751
    • โšก๏ธ Update Routes.md - #1743
    • โšก๏ธ Update Server.md - #1718
    • ๐Ÿ“„ docs: fix typos for logging - #1701
    • ๐Ÿ“„ docs(Ecosystem): Add cls-rtracer community plugin - #1731
    • ๐Ÿ“„ docs: move Trivikram to past collaborators - #1727
    • ๐Ÿ“„ docs(Ecosystem): Add plugin community fastify-reverse-routes - #1728
    • ๐Ÿ“„ docs(Ecosystem): Removed fastify-nuxt community package - #1725
    • ๐Ÿ“„ docs(Ecosystem): Add plugin community fastify-amqp - #1724
  • v2.6.0 Changes

    June 25, 2019

    Features:

    • ๐Ÿ”‹ feature: custom serializator - #1706
    • ๐Ÿ‘ allow nullable option for use cases like #1709 - #1711
    • ๐Ÿ‘Œ Improve support for Fluent Schema - #1719

    ๐Ÿ“š Documentation:

    • Clarify that user-provided data relates to the schemas - #1722