Skip to content

v2.0.0

Latest

Choose a tag to compare

@thib3113 thib3113 released this 18 Aug 12:05
· 1 commit to main since this release
v2.0.0
0d101e7

🚀 Major — Moleculer 0.15

This version only supports Moleculer 0.15 and requires Node.js ≥ 22.

If you are on Moleculer 0.14, install the dedicated dist-tag to keep getting fixes:

npm install @spailybot/moleculer-auto-openapi@moleculer-0.14-backports

✨ Changes

  • Migrated typings to Moleculer 0.15 and fixed the cache keygen for the new signature.
  • The openapi mixin is exposed with Moleculer's default ServiceSchema shape so mixins: [OpenApiMixin] type-checks cleanly.
  • Regeneration throttle moved to the $api.aliases.regenerated event (native Moleculer event throttle).
  • OAuth2 redirect page fixed: swagger-ui-dist now ships oauth2-redirect.js separately; it is inlined into the served page so the authorization popup no longer 404s.