Releases: micronaut-projects/micronaut-openapi
Releases · micronaut-projects/micronaut-openapi
Micronaut OpenAPI 1.4.2
Changes
- Bump org.jetbrains.kotlin.kapt from 1.3.70 to 1.3.71 @dependabot-preview (#172)
- Fix for Issue #157 - Inherited class tags not propagated to methods (… @croudet (#176)
- Prepend paths with context server path and expand properties @croudet (#170)
- Fix context path cookie http filter in documentation and @croudet (#174)
- add test case for Issue #157, Inherited Controller annotations. @croudet (#173)
Contributors
@croudet, @dependabot-preview, @dependabot-preview[bot], @graemerocher and @sdelamo
Micronaut OpenAPI 1.4.1
Changes
- Bump org.jetbrains.kotlin.jvm from 1.3.61 to 1.3.70 @dependabot-preview (#164)
- Bump org.jetbrains.kotlin.kapt from 1.3.61 to 1.3.70 @dependabot-preview (#165)
- Update Mixins to latest from swagger and handle
explode
attribute in Parameter @croudet (#163) - fix: Issue #161 - check if enum is null @croudet (#162)
- Use absolute path to avoid NullPointerException @croudet (#158)
- Fix for Issue #157 @croudet (#159)
Contributors
@croudet, @dependabot-preview, @dependabot-preview[bot] and @graemerocher
Micronaut OpenAPI 1.4.0
Changes
- Remove deprecated rapidoc attribute from doc @croudet (#153)
- Remove deprecated rapidoc attribute. @croudet (#151)
- remap 'allowableValues' and 'defaultValue' @croudet (#148)
- #144 - Use the value of the UriMapping annotation on the element's de… @mikaelvik (#150)
- Minor fixes: @croudet (#142)
- Add more options for openapi views and @croudet (#137)
- Issue 130 - Parameter with no annotation should be defaulted to Query… @croudet (#133)
- Declare @SupportedOptions for OpenApiApplicationVisitor @croudet (#136)
- Issue # 130 - Case 2 @croudet (#132)
- Issue #130 - fix case 1 @croudet (#131)
🚀 Features
- Allows view generation to only use openapi.properties. @croudet (#146)
- Add support for rapipdf @croudet (#139)
🐛 Bug Fixes
- Do not append '\n' for param name. @croudet (#152)
- Ensure the Schema name isn't null when merged in @JornC (#147)
- fix for array schema in ApiResponse and Parameter annotations. @croudet (#143)
Contributors
Micronaut OpenAPI 1.3.4
- Bug Fixes and Improvements
- Documentation Edits
Micronaut OpenAPI 1.3.3
- Allow Specifying Property naming strategy a compile time
Micronaut OpenAPI 1.3.2
- Bug Fixes
- Dependency Upgrades
- Support for Server Context Path
Micronaut OpenAPI 1.3.1
- Bug Fixes