Releases: papsign/Ktor-OpenAPI-Generator
Releases · papsign/Ktor-OpenAPI-Generator
Added custom converters
Merged #126
Support application/x-www-form-urlencoded content type
BREAKING: Fixed Spec and added strict enum parsing
Fixed UnsupportedOperationException for generic routes
- Merged #108: Fixed UnsupportedOperationException for generic routes
Added support for Optional, updated versions, and fixed bugs.
Fixed edge case in header parsing
- Fixed issue where differently cased headers would override instead of combine
Made headers case insenitive
- Made headers case insensitive to comply with standard.
Fixed Regression
- Fixed Validator Regression
Fixed SecurityException in some cases, Fix for OneOf Subtyping
Added ISO String dates and fixed params not benefiting from validation annotations.
- Added ISO String Support through
LocalDate
,LocalTime
,OffsetTime
,LocalDateTime
,OffsetDateTime
,ZonedDateTime
,Instant
, andDate
- Fixed validation annotations like
Min
,Max
, etc... Not working on parameters.