Releases: springdoc/springdoc-openapi
Releases · springdoc/springdoc-openapi
springdoc-openapi v2.0.0-M1 released!
Added
- #1284 - Initial support for Jakarta EE
- #1430 - support custom login processing endpoints by @lipniak in #1430
- #1429 - Allow excluding individual methods from OpenApi output by @mc1arke in https://github.com/springdoc/springdoc-openapi/pull/
- #1372 - Customize operation and parameters by the return value
- #1453 - Reverse proxy context path aware support for manually provided files
Changed
- update to spring-boot 3.0.0-M1
- #1424 - Upgrade to swagger-ui 4.5.0
- #1474 - Upgrade webjars-locator-core version to 0.48
Fixed
- #1428 - Incorrect RequestBody type on schema/ui if class implements Map.
- #1455 - Post without @RequestBody not getting all fields
- #1442 - Springdoc-openapi-webmvc-core not enought for Springdoc-openapi-native
- #1446 - Upgrade from Springdoc 1.6.3 to 1.6.4 causes issues if springdoc-openapi-common is on the classpath but springdoc-openapi-ui is not
- #1458 - java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getParameter() at /v3/api-docs request
- #1469 - #1036 - CSRF header should not be sent to cross domain sites
- #1480 - Fix the problem that the inconsistent newline characters of different platforms
- #1475 - Class level @tag overwrites method level @Operation.tags.
- #1491 - Set containingClass at MethodParameter
New Contributors
Full Changelog: v1.6.4...v2.0.0-M1
springdoc-openapi v1.6.5 released!
Added
- #1430 - Add Support custom login processing endpoints
- #1429 - Allow excluding individual methods from OpenApi output
- #1372 - Customize operation and parameters by the return value
- #1453 - Reverse proxy context path aware support for manually provided files
Changed
- #1424 - Upgrade to swagger-ui 4.2.1
Fixed
- #1428 - Incorrect RequestBody type on schema/ui if class implements Map.
- #1455 - Post without @RequestBody not getting all fields
- #1442 - Springdoc-openapi-webmvc-core not enought for Springdoc-openapi-native
- #1446 - Upgrade from Springdoc 1.6.3 to 1.6.4 causes issues if springdoc-openapi-common is on the classpath but springdoc-openapi-ui is not
- #1458 - java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getParameter() at /v3/api-docs request
springdoc-openapi v1.6.4 released!
springdoc-openapi v1.6.3 released!
springdoc-openapi v1.6.2 released!
springdoc-openapi v1.6.1 released!
springdoc-openapi v1.6.0 released!
Added
- #1356, #1360 - Add support for caching based on Locale
- #1355 - Add support for @tag description using i18n
- #1376 - Add Support for Spring Native 0.11
- #1365 - Make MediaType for "loginRequestBody" as "application/json"
- #1375 - Support @JsonIgnore in @ParameterObject.
- #1379 - Enable support for queryConfigEnabled. Disable reading config params from URL search params by default
Changed
- Upgrade swagger-ui to 4.1.3
- Upgrade to spring-boot 2.6.1
- #1373 - Enhance Pageable config
Fixed
springdoc-openapi v1.5.13 released!
Added
- #1317 - Add SpEL support for default values
- #1324 - springdoc-openapi-javadoc doesn't work with @ParameterObject
- #1334 - Allow customizing / disabling PolymorphicModelConverter
- #1328 - Add support for spring-native 0.11-RC1. (remove property springdoc.enable-native-image-support and introduce new springdoc module)
- #1348 - Treat java.nio.charset.Charset as string type by default.
Changed
- Upgrade swagger-ui to 4.1.2
- Upgrade to spring-boot 2.6.0
- #1325 - Add tests for @ParameterObject on spring boot webflux
Fixed
- #1320 - Fixed exception handler order
- #1331 - Endpoint parameters are translated even if they should not
- #1333 - NPEs when using @ParameterObject with custom Pageable and adding descriptions to fields
- #1339 - Comments are not picked up for fields in Typed data classes
- #1351 - @tag name parameter not consistently performing lookup on properties file
- #1347 - Break circular references which disabled by default since spring boot 2.6
springdoc-openapi v1.5.12 released!
springdoc-openapi v1.5.11 released!
Added
- #1232 - Get CSRF token from local storage
- #1256 - Added parent pom.xml as BOM
- #1258 - Add support for HandlerTypePredicate in spring-web.
- #1265 - adding spring support with the official jetbrains compiler plugin
- #1268 - Added I18n support.
- #38 - Derive documentation from javadoc.
Changed
- Upgrade swagger-ui to 3.52.3
- Upgrade swagger-api to 2.1.11
- Upgrade spring-boot to 2.5.5
- #1233 - Operation ids for actuator endpoints.
Fixed
- #1230 - Feign clients that uses SpringMVCContract appears in OpenApi like controllers exposed if spring-boot-starter-actuator is in classpath.
- #1215 - Bad Pageable description in Page description.
- #1215 - Change default behavior of pageable reoslution, outside of spring data rest.
- #1252 - Schemas for subclasses not rendered in GraalVM native image builds.
- #1261 - Removal of SpringdocRouterFunctionDsl.
- #1188 - Cannot override servers in api-docs.yaml using OpenApiCustomiser.
- #1208 - Response schema for overridden methods of ResponseEntityExceptionHandler is not generated.
- #1276 - Cannot referenced example in RequestBody.
- #1277 - Inconsistent casing of swagger-config causes fetch error.