Skip to content

Releases: seriousme/fastify-openapi-glue

v4.4.2

14 Oct 14:54
Compare
Choose a tag to compare

Changed

  • fix: add warning for OpenAPI v3 cookie parameters

v4.4.1

06 Oct 09:23
Compare
Choose a tag to compare

Changed

  • no change, fixing latest tag on npmjs

v2.8.0

06 Oct 08:24
Compare
Choose a tag to compare

Backport async security initializer from 4.4.0

v4.4.0

04 Oct 16:54
Compare
Choose a tag to compare

Changed

  • feat: Make initialize on Security Handlers async (AlexBroadbent)
  • updated dependencies
    • @biomejs/biome ^1.1.2 → ^1.2.2
    • @seriousme/openapi-schema-validator ^2.1.1 → ^2.1.2
    • fastify ^4.23.1 → ^4.23.2

v4.3.3

13 Sep 18:05
Compare
Choose a tag to compare

Changed:

  • chore: replace Rome by Biome
  • fix: removed tap as a dependency
  • fix: replaced deprecated routeOption and routeSchema in documentation and tests
  • updated dependencies
    • @seriousme/openapi-schema-validator ^2.1.0 → ^2.1.1
    • fastify ^4.21.0 → ^4.23.1

v4.3.2

17 Aug 09:03
Compare
Choose a tag to compare

Changed:

  • fix: make additional validation for v2 non-body parameters work

v4.3.1

14 Aug 18:14
Compare
Choose a tag to compare

This PR fixes "Swagger generic parameters" and updates the following dependencies:

  • c8 ^8.0.0 → ^8.0.1
  • fastify ^4.17.0 → ^4.21.0
  • fastify-cli ^5.7.1 → ^5.8.0
  • fastify-plugin ^4.5.0 → ^4.5.1
  • tap ^16.3.6 → ^16.3.8

v4.3.0

17 Jun 16:39
Compare
Choose a tag to compare
  • chore: replaced Tap by Node test
  • update: rename 'service' option to 'serviceHandlers', 'service' still works but gives a deprecation warning.
  • update: expanded documentation

v4.2.0

09 Jun 13:54
Compare
Choose a tag to compare
  • feat: return route options for operationResolver
  • updated dependencies
    • c8 ^7.13.0 → ^7.14.0
    • rome ^12.0.0 → ^12.1.3
    • tap ^16.3.4 → ^16.3.6

v4.1.4

02 May 18:33
Compare
Choose a tag to compare
  • fix: replaced context.schema by routeSchema in docs and tests
  • updated dependencies
    • fastify ^4.13.0 → ^4.17.0