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
- chore(deps-dev): bump cfn-lint from 0.83.5 to 0.83.6 (#3521) by @dependabot
This release was made possible by the following contributors:
@dependabot, @dependabot[bot], @github-actions, @github-actions[bot] and @rubenfonseca