Skip to content

Releases: papsign/Ktor-OpenAPI-Generator

Added custom converters

18 Jun 22:07
8e207b4
Compare
Choose a tag to compare

Support application/x-www-form-urlencoded content type

05 Nov 12:09
4b8dd27
Compare
Choose a tag to compare

BREAKING: Fixed Spec and added strict enum parsing

02 Nov 16:54
3b3429f
Compare
Choose a tag to compare

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.

Fixed UnsupportedOperationException for generic routes

23 Jul 22:00
64d3e77
Compare
Choose a tag to compare
  • Merged #108: Fixed UnsupportedOperationException for generic routes

Added support for Optional, updated versions, and fixed bugs.

20 Jul 14:52
Compare
Choose a tag to compare
  • Merged #103
  • Fixed #106
  • Updated Ktor and Kotlin versions
  • Fixed Reflection issues with new version

Fixed edge case in header parsing

26 May 11:42
Compare
Choose a tag to compare
  • Fixed issue where differently cased headers would override instead of combine

Made headers case insenitive

26 May 11:35
Compare
Choose a tag to compare
  • Made headers case insensitive to comply with standard.

Fixed Regression

17 Mar 16:01
f7e7048
Compare
Choose a tag to compare
  • Fixed Validator Regression

Fixed SecurityException in some cases, Fix for OneOf Subtyping

08 Mar 18:28
673ec21
Compare
Choose a tag to compare
  • Fixed Security exceptions in some cases #85
  • Fixed OneOf Subtyping #91

Added ISO String dates and fixed params not benefiting from validation annotations.

28 Feb 16:33
4c62c01
Compare
Choose a tag to compare
  • 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.