Skip to content

Releases: getkin/kin-openapi

v0.93.0

24 Mar 20:23
a5284e9
Compare
Choose a tag to compare

What's Changed

  • discriminator value should verify the type is string to avoid panic by @kandaaaaa in #509
  • Add nilness check to CI by @fenollp in #510
  • Add support for formats defined in JSON Draft 2019-09 by @slessard in #512
  • Change the order of request validation to validate the Security schemas first before all other paramters by @Yarn-e in #514
  • Add support for allowEmptyValue by @Yarn-e in #515

New Contributors

Full Changelog: v0.92.0...v0.93.0

v0.92.0

11 Mar 21:44
590c85c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.91.0...v0.92.0

v0.91.0

07 Mar 07:23
1013da3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.90.0...v0.91.0

v0.90.0

23 Feb 07:16
d54840d
Compare
Choose a tag to compare

What's Changed

  • Fix oauth2 in openapi2conv.FromV3SecurityScheme by @ckaznocha in #491
  • Fix openapi3 validation: path param must be required by @vasayxtx in #490
  • updated date-time string format regexp to fully comply to standard by @Cr4psy in #493
  • distinguish form data in fromV3RequestBodies by @ckaznocha in #494
  • feat: cache resolved refs, improve URI reader extensibility by @cmars in #469

New Contributors

Full Changelog: v0.89.0...v0.90.0

v0.89.0

03 Feb 19:28
0846d70
Compare
Choose a tag to compare

What's Changed

  • fix recipe for validating http requests/responses by @xorpaul in #474
  • amend README.md to reflect BodyDecoder type by @fenollp in #475
  • openapi2conv: Convert response headers by @SVilgelm in #483

New Contributors

Full Changelog: v0.88.0...v0.89.0

v0.88.0

04 Jan 21:58
c95dd68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.87.0...v0.88.0

v0.87.0

20 Dec 13:43
2a1c4b1
Compare
Choose a tag to compare

What's Changed

  • fix error reason typo by @fenollp in #466
  • Update rfc422 regex as per spec: 'case insensitive on input' by @karl-dau in #463
  • work around localhost host mismatch with relative server url by @fenollp in #467
  • Add openapi3 validator middleware by @cmars in #462
  • document union behaviour of XyzRef.s by @fenollp in #468

New Contributors

Full Changelog: v0.86.0...v0.87.0

v0.86.0

12 Dec 19:05
2c128ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.85.0...v0.86.0

v0.85.0

03 Dec 09:50
a2254d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.84.0...v0.85.0

v0.84.0

02 Dec 15:39
f1075be
Compare
Choose a tag to compare

What's Changed

  • try reproducing #447 by @fenollp in #448
  • fix: duplicate error reason when parameter is required but not present by @NickUfer in #453
  • Provide support for generating recursive types into OpenAPI doc #451 + my touches by @fenollp in #454

New Contributors

Full Changelog: v0.83.0...v0.84.0