Releases: springdoc/springdoc-openapi
Releases Β· springdoc/springdoc-openapi
springdoc-openapi v2.0.2 released!
Fixed
- #2008 - Error when com.fasterxml.jackson.module.kotlin.KotlinModule is not present in classpath
Full Changelog: v2.0.1...v2.0.2
springdoc-openapi v2.0.1 released!
Added
- #1965 - Prevents premature initialisation of factory-beans
- #2003 - Resolve property descriptions for arrays
Fixed
- #1957 - AdditionalModelsConverter Schema params rewriting
- #1962 - override-with-generic-response shouldn't shallow copy
- #1985 - IllegalStateException: Duplicate key when two endpoints at the same URL with same header exist
- #1992 - Java enumeration and Spring Converter no longer generates enum drop-down
- #2001 - Enum Collection parameter missing type info in Spring Data Rest search method
- #1961 - ContinuationObject leaks into schema
New Contributors
Full Changelog: v2.0.0...v2.0.1
springdoc-openapi v1.6.14 released!
Added
- #1965 - Prevents premature initialisation of factory-beans
- #2003 - Resolve property descriptions for arrays
Changed
- Upgrade spring-boot to 2.7.6
Fixed
- #1957 - AdditionalModelsConverter Schema params rewriting
- #1962 - override-with-generic-response shouldn't shallow copy
- #1985 - IllegalStateException: Duplicate key when two endpoints at the same URL with same header exist
- #1992 - Java enumeration and Spring Converter no longer generates enum drop-down.
- #2001 - Enum Collection parameter missing type info in Spring Data Rest search method
New Contributors
- @jorgerod made their first contribution in #1969
- @danrose499 made their first contribution in #1982
- @Mumeii made their first contribution in #1975
- @ParkerM made their first contribution in #2002
Full Changelog: v1.6.13...v1.6.14
springdoc-openapi v2.0.0 released!
v2.0.0-RC2
Added
- #1929 - Enables no cache on not cache swagger-initializer.js
- #1922 - Check existence of superclass before accessing its name
- #1923 - Javadoc description of the @RequestPart param of multipart/form-data to the parameter description
Changed
- Upgrade spring-boot to 3.0.0-RC2
- Upgrade swagger-core to 2.2.7
- Upgrade swagger-ui to 4.15.5
- #1912 - Upgrade spring-security-oauth2 to 2.5.2.RELEASE
Fixed
- #1892 - springdoc.model-and-view-allowed enhanced
- #1909 - ExceptionHandler in controller is not used by another controller
- #1904 - springdoc-openapi-webflux-ui 2.0.0-M7 + spring actuator + spring cloud crashes at startup
- #1911 - Wrong type for springdoc.swagger-ui.oauth.useBasicAuthenticationWithAccessCodeGrant configuration property
- #1931 - Spring Security form login only offers application/json req body type.
Full Changelog: v2.0.0-RC1...v2.0.0-RC2
springdoc-openapi v1.6.13 released!
Added
- #1929 - Enables no cache on not cache swagger-initializer.js
- #1922 - Check existence of superclass before accessing its name
- #1923 - Javadoc description of the @RequestPart param of multipart/form-data to the parameter description
Changed
- Upgrade spring-boot to 2.7.5
- Upgrade swagger-core to 2.2.7
- Upgrade swagger-ui to 4.15.5
- #1912 - Upgrade spring-security-oauth2 to 2.5.2.RELEASE
Fixed
- #1892 - springdoc.model-and-view-allowed enhanced
- #1901 - When @get, using @parameter over the method results in duplicate of the same parameter
- #1909 - ExceptionHandler in controller is not used by another controller
- #1904 - springdoc-openapi-webflux-ui 2.0.0-M7 + spring actuator + spring cloud crashes at startup
- #1911 - Wrong type for springdoc.swagger-ui.oauth.useBasicAuthenticationWithAccessCodeGrant configuration property
- #1931 - Spring Security form login only offers application/json req body type
New Contributors
- @ahmedalnuaimi made their first contribution in #1903
- @JaneQ9900 made their first contribution in #1912
- @cyuyang made their first contribution in #1922
Full Changelog: v1.6.12...v1.6.13
v2.0.0-RC1
Added
- #1284 - Additional hints for native support
Changed
- Upgrade to spring-boot 3.0.0-RC1
- Upgrade swagger-ui to 4.15.0
Fixed
- #1901 - When @get, using @parameter over the method results in duplicate of the same parameter.
- #1892 - springdoc.model-and-view-allowed.
Full Changelog: v2.0.0-M7...v2.0.0-RC1
v2.0.0-M7
springdoc-openapi v1.6.12 released!
Added
- #1888 - custom Summary for actuator
- #1881 - Support @hidden annotation on REST repositories.
- #1878 - Sort request methods
- #1830 - Support Java record
- #1814 - Allow requestBody creation for GET on openapi resource endpoint
Changed
- Upgrade swagger-core to 2.2.4
- Upgrade spring-boot to 2.7.4
- Upgrade swagger-ui to 4.14.3
Fixed
- #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
- #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
- #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
- #1855 - Fixed a bug that duplicate field were get for record classes.
- #1820 - Refresh the browser each time, the global header is added in duplicate.
- #523 - No documented way to handle Mono/Flux without Webflux.
- #1816 - Parameters with same name but different locations can't render in UI properly
New Contributors
- @okohub made their first contribution in #1814
- @sbernardo made their first contribution in #1888
- @yotam2010 made their first contribution in #1878
Full Changelog: v1.6.11...v1.6.12
v2.0.0-M6
Added
- #1860 - Replace auto-configuration registration by @eikemeier in #1860
- #1814 - Allow requestBody creation for GET on openapi resource endpoint
Fixed
- 1855 -Fixed a bug that duplicate field were get for record classes by @uc4w6c in #1855
- #1820 - Refresh the browser each time, the global header is added in duplicate.
- #523 - No documented way to handle Mono/Flux without Webflux
- #1816 - Parameters with same name but different locations can't render in UI properly
New Contributors
- @eikemeier made their first contribution in #1860
Full Changelog: v2.0.0-M5...v2.0.0-M6