All Versions
131
Latest Version
Avg Release Cycle
24 days
Latest Release
40 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.9 Changes
May 22, 2022➕ Added
- 👍 #1664 - Add Schema properties support in method-level @RequestBody
- 👍 #1181 - Initial OpenAPI 3.1 support
- #1651 - Ease group declaration through code or properties with actuators ### 🔄 Changed
- ⬆️ upgrade to spring-boot 2.7.0
- ⬆️ upgrade swagger-ui: 4.11.1
- ⬆️ upgrade classgraph: 4.8.147
- ⬆️ upgrade spring-native: 0.11.5
- ⬆️ upgrade spring-cloud-function: 3.2.4 ### 🛠 Fixed
- ⬆️ #1663 - @Schema annotation with type String and allowableValues set doesn't generate enum drop-down in swagger-ui after upgrading from 1.6.6 (when Spring custom converter is used)
- 🔧 #1655 - OpenAPIService is using ObjectMapper without configured modules since SpringDoc 1.6.7.
- #1648 - Tags with only name provided are being added to the openAPI.tags field.
- 📄 #1641 - ConcurrentModificationException when querying /v3/api-docs/{group} concurrently for different groups
- #1634 - Generating doc for entities with map attribute does not work
- 🏗 #1633 - GroupedOpenApi.builder addOpenApiCustomiser execution order is reversed
- 🚚 #1630 - Remove repeated HttpSession
- #1659 - fix oauth redirection when used in spring-native
-
v1.6.8 Changes
April 22, 2022➕ Added
- #1616 - Add global customizer and filters
- #1620 - Allow ComposedSchemas to replace non-composed so we can respect polymorphic links discovered in later methods
- ⚡️ #1579 - Updated class and method javadoc handling ### 🔄 Changed
- ⬆️ upgrade to spring-boot 2.6.7
- ⚡️ #1603 - Update swagger-ui path from /swaggerui to /swagger-ui when using management port (actuator) .
- Prefer ComposedSchemas over non-composed so that method name order doesn't prevent polymorphic links generating into the spec ### 🛠 Fixed
- 💻 #1621 - Redirection to UI broken with query-config-enabled when any other boolean parameter is defined.
- #1617 - spring cloud stream crashes at startup.
- #1605 - spring-native NullPointerException due to missing TypeHint
-
v1.6.7 Changes
April 07, 2022➕ Added
- #1596 - Add title property to GroupedOpenApi class for displaying a Human readable group name.
- 🔧 #1554 - Configurable caching of OpenAPI instances.
- 🗄 #1544 - @Deprecated on controller to mark all its operations as deprecated.
- 👍 #1534 - Support custom Spring type converters.
- #1543 - Add method to retrieve server base URL and ability to 'customize' the generated server base URL.
- 💻 #1505 - Support swagger-ui.withCredentials property.
- #1481 - Include /oauth/token endpoint using OpenApi Swagger 1.6.5.
- #1501 - Added CSRF Session Storage config properties and html transformer.
- 👻 #1498 - Pick up exception handler in case there is no controller advice at all. ### 🔄 Changed
- ⬆️ upgrade to swagger-api 2.2.0 and swagger-ui 4.10.3
- ⬆️ spring-native upgrade to 0.11.4
- ⬆️ upgrade spring-boot version to 2.6.6
- ⬆️ classgraph upgrade to 4.8.143
- ⚡️ Update webjars-locator-core to 0.50
- ➕ add owasp dependency-check-maven plugin ### 🛠 Fixed
- #1586 - Typo in Pageable sort description.
- 🚚 #1570 - Remove unused dependencies.
- #1565- Missing Request Body for Write Operation Actuator Endpoints.
- #1522 - parameter of type com.querydsl.core.types.Predicate ignored when unique.
- #1556 - oauth2RedirectUrl cached unexpectedly.
- #1546 - Custom Requestmapping consumes responses.
- #1552 - resolve-schema-properties is not replacing tokens from properties file.
- #1530 - Setting displayOperationId to false does not work.
- #1525 - Null vendor extensions are excluded from Json/Yaml.
-
v1.6.6 Changes
February 06, 2022🔄 Changed
- ⬆️ #1424 - Upgrade to swagger-ui 4.5.0
- ⬆️ #1474 - Upgrade webjars-locator-core version to 0.48 ### 🛠 Fixed
- #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
-
v1.6.5 Changes
January 23, 2022➕ 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
-
v1.6.4 Changes
January 06, 2022➕ Added
- ➕ Add support out of the box for MultipartRequest
- 👍 #1418 - Support for therapi-runtime-javadoc 0.13.0. ### 🔄 Changed
- 0️⃣ #1415 - Moving PageableDefault support to springdoc-openapi-common
- ⚡️ #1424 - Update classgraph dependency to 4.8.138 ### 🛠 Fixed
- #1407 - Fix issue number in 1.6.3 CHANGELOG
- #1421 - Actuator endpoints have 2 appended to operationId
- 💻 #1425 - Parameter 2 of method indexPageTransformer in org.springdoc.webmvc.ui.SwaggerConfig required a single bean, but 2 were found
-
v1.6.3 Changes
December 25, 2021➕ Added
- 🌐 #1299 - Add support for Spring Cloud Function Web. ### 🔄 Changed
- ⬆️ Upgrade to swagger-core 2.1.12
- ⬆️ Upgrade to spring-boot 2.6.2
- ⬆️ Upgrade spring-native to 0.11.1
- ⬆️ bump classgraph version to 4.8.117 ### 🛠 Fixed
- ✨ #405 - Enhance springdoc-openapi as BOM for Gradle
-
v1.6.2 Changes
December 19, 2021➕ Added
- 0️⃣ #1386, #1385 - Disable validation by default
- 💻 #1384 - Enhance swagger-ui access ### 🛠 Fixed
- #1392 - Consistent OperationId generation problem with Locale
- 💻 #1394 - Getting 404 when trying to access swagger-ui of a native spring-boot app
-
v1.6.1 Changes
December 12, 2021➕ Added
- 👍 #1383 - Add support for BasePathAwareController ### 🛠 Fixed
- ⬆️ #1380 - Jhipster tests failing after upgrading from 1.5.13 to 1.6.0
- #1381 - Related to show-actuator=true with no groups
-
v1.6.0 Changes
December 12, 2021➕ 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.
- 0️⃣ #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
- #1353 - Servers from cached OpenAPI are overwritten and customizer is skipped.
- 🔧 #1364 - Incorrect configUrl due to null path prefix
- ⚠ #1370 - NullPointerException on JavadocPropertyCustomizer.java:81 - Warning level