github / release-radar

Repo for submission of projects to consider for the GitHub Release Radar 📡
https://releaseradar.github.com
Creative Commons Zero v1.0 Universal
311 stars 22 forks source link

[Release Radar Request] Fastify v4! #96

Closed mcollina closed 2 years ago

mcollina commented 2 years ago

Open Source Project name

fastify

What is your project?

Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture, inspired by Hapi and Express.

Version

v4.0.0

Date

June 8th, 2022

Description of breaking changes

Read up the release notes at https://medium.com/@fastifyjs/fastify-v4-ga-59f2103b5f0e.

The major changes are:

  1. type safe query/body/headers
  2. new pino transports (https://getpino.io/#/docs/transports)
  3. synchronous route registration
  4. faster and more complete router
  5. avoid the "resolved with undefined" problem once and for all
  6. new error handling composition
  7. remove of variadic .listen() support

GitHub Repo

https://github.com/fastify/fastify

Website

https://www.fastify.io/

Link to changelog

https://github.com/fastify/fastify/releases/tag/v4.0.0

Social media

https://twitter.com/matteocollina/status/1534592431315877889?s=20&t=Cxd-gNJ1pu676vdgDhiE5g

Anything else to add?

No response

mishmanners commented 2 years ago

Congrats on being featured in the June Release Radar 🥳

mcollina commented 2 years ago

Thanks!!