Skip to content

v2.30.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 14:47
· 1131 commits to refs/heads/develop since this release

Summary

This patch release fixes three bugs related to the OpenAPI and Swagger features:

  • Generating Operation Tags now correctly follows the official OpenAPI spec
  • Fixed Swagger UI regressions that was causing the UI to be non functional under certain scenarios
  • Ensured that all references to the OpenAPI version used is 3.0.0

⭐ Huge thanks to @MCR2019 and @danikenan for reporting those issues! ⭐

Changes

  • fix(event-handler): operation tags are now string to correct schema generation (#3528) by @rubenfonseca
  • fix(event-handler): set default OpenAPI version to 3.0.0 (#3527) by @rubenfonseca
  • fix(event-handler): upgrade Swagger UI to fix regressions (#3526) by @rubenfonseca

🔧 Maintenance

This release was made possible by the following contributors:

@dependabot, @dependabot[bot], @github-actions, @github-actions[bot] and @rubenfonseca