Ktor OpenAPI Generator Versions Save

Ktor OpenAPI/Swagger 3 Generator

0.3-beta.3

1 year ago

Merged #126

0.3-beta.2

2 years ago
  • Merged #117

0.3-beta.1

2 years ago

Merged #113 and #115.

  • Added Strict enum parsing as an opt-in behavior with @StrictEnumParsing on the enum class
  • Fixed name field being used as reference instead of the proper Openapi spec field.

0.2-beta.20

2 years ago
  • Merged #108: Fixed UnsupportedOperationException for generic routes

0.2-beta.19

2 years ago
  • Merged #103
  • Fixed #106
  • Updated Ktor and Kotlin versions
  • Fixed Reflection issues with new version

0.2-beta.18

3 years ago
  • Fixed issue where differently cased headers would override instead of combine

0.2-beta.17

3 years ago
  • Made headers case insensitive to comply with standard.

0.2-beta.16

3 years ago
  • Fixed Validator Regression

0.2-beta.15

3 years ago
  • Fixed Security exceptions in some cases #85
  • Fixed OneOf Subtyping #91

0.2-beta.14

3 years ago
  • Added ISO String Support through LocalDate, LocalTime, OffsetTime, LocalDateTime, OffsetDateTime, ZonedDateTime, Instant, and Date
  • Fixed validation annotations like Min, Max, etc... Not working on parameters.