Skip to content

v2.0.0

Choose a tag to compare

@franher franher released this 05 Sep 10:08
· 80 commits to main since this release
3757049

Bauta.js 2.0.0

Breaking changes

  • Bauta.js has been updated to use the major version of Fastify, 4.x. All the dependencies we mainly use on bautajs-fastify related to fastify has been updated to use Fastify 4. Therefore, ensure you use Fastify 4 in your codebase to use Bauta.js 2.x.
  • Fastify strict serialization is enabled by default.
  • The URL where the swagger UI is exposed, aka explorer, has changed to /${prefix}/explorer for bautajs-fastify.

Other important changes

  • We have bumped to the latest version of Pino, 8.x all the bautajs packages that use pino.

What's Changed

Full Changelog: v2.0.0-alpha.1...v2.0.0