Important
- This version will be the final version that supports Ruby 2.7 (reached EOL at 2023-03-30) and Ruby 3.0 (reached EOL at 2024-04-26).
- This version generates OpenAPI 3.2 by default. It can be configured via
RSpec::OpenAPI.openapi_version = '3.0.3'
What's Changed
🎉 Exciting New Features
- feat: Support OpenAPI 3.2 and 3.1 by @exoego in #372
- feat: explicit request selector
request_patternwhich lets the non-last request can be documented by @exoego in #376
📦 Other Changes
- chore(deps): update dependency node to v24 by @renovate[bot] in #368
- chore(deps): update dependency @redocly/cli to v2.35.1 by @renovate[bot] in #366
- chore: Renovate config by @exoego in #373
- Release v0.30.0 by @exoego in #377
Full Changelog: v0.29.0...v0.30.0