Skip to content

Releases: seriousme/fastify-openapi-glue

v3.2.0

18 Jun 15:24
Compare
Choose a tag to compare

New

  • feat: allow custom status code in security handlers

v3.1.0

17 Jun 20:31
Compare
Choose a tag to compare

New

  • feat(route): allow passing route config in api spec (mhamann)

Changed

  • Updated dependencies:
    fastify ^4.0.0 → ^4.0.3
    fastify-cli ^4.0.0 → ^4.1.1
    tap ^16.2.0 → ^16.3.0

v3.0.1

10 Jun 17:32
Compare
Choose a tag to compare

Changed

  • Fixed import of fastify-openapi-glue in CommonJS code

v3.0.0

09 Jun 12:04
Compare
Choose a tag to compare

New

  • Support for Fastify 4.x
  • User has full control over AJV behaviour, outside of the plugin.

Changed

  • Migrated to ES Modules format
  • Removed AJV options
  • Service and Securityhandlers options can now only be an object or a class instance and no longer a filename or a function.

See UPGRADING.md for more details on how to upgrade.

v2.7.2

07 Jun 06:22
Compare
Choose a tag to compare

What's Changed

  • Fix: use FastifyPluginAsync

v2.7.1

07 Jun 06:20
Compare
Choose a tag to compare
  • Fix 'defaultAJV' option

v2.7.0

03 Jun 07:19
Compare
Choose a tag to compare
  • Added 'defaultAJV' option
  • Updated dependencies:
    fastify-cli ^3.0.1 → ^3.1.0

v2.6.9

12 May 17:56
Compare
Choose a tag to compare

Changed

  • Updated dependencies:
    @seriousme/openapi-schema-validator ^2.0.0 → ^2.0.2
    fastify ^3.28.0 → ^3.29.0
    fastify-cli ^2.15.0 → ^3.0.1
    tap ^16.1.0 → ^16.2.0

v2.6.8

25 Apr 17:39
Compare
Choose a tag to compare

Updated dependencies:

  • @seriousme/openapi-schema-validator ^1.7.1 → ^2.0.0
  • tap ^16.0.1 → ^16.1.0

v2.6.7

22 Apr 18:48
Compare
Choose a tag to compare
  • Deprecation of Nodejs < 14
  • Added Nodejs 18 to CI
  • Updated dependencies:
    @seriousme/openapi-schema-validator ^1.6.0 → ^1.7.1
    ajv ^8.9.0 → ^8.11.0
    minimist ^1.2.5 → ^1.2.6
    fastify ^3.27.0 → ^3.28.0
    tap ^15.1.6 → ^16.0.1