What's Changed
- Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior by @abdelmoez-guetat in #2862
- Improve performance of getGenericMapResponse by @ML-Marco in #2873
- Provide option to set allowed locales #2836 by @martin-tarjanyi in #2875
Added
- #2873 - Improve performance of getGenericMapResponse
- #2836 - Provide option to set allowed locales
- #2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior
Changed
- Upgrade spring-boot to 3.4.2
- Upgrade spring-cloud-function to 4.2.1
- Upgrade swagger-core to 2.2.28
Fixed
- #2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
- #2869 - Exception logged when generating schema for delete method of Spring Data repository.
- #2856 - @JsonUnwrapped is ignored in new version of lib.
- #2852 - @Schema(types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option.
New Contributors
- @abdelmoez-guetat made their first contribution in #2862
- @ML-Marco made their first contribution in #2873
- @martin-tarjanyi made their first contribution in #2875
Full Changelog: v2.8.3...v2.8.4