Skip to content

Releases: getkin/kin-openapi

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

v0.83.0

22 Nov 11:51
0db2d4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.82.0...v0.83.0

v0.82.0

18 Nov 16:05
41c2da7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.81.0...v0.82.0

v0.81.0

08 Nov 09:28
7aa3c9e
Compare
Choose a tag to compare
reproduce + fix #444: ValidateRequest for application/x-yaml (#445)

v0.80.0

21 Oct 15:43
e9b36da
Compare
Choose a tag to compare
Fix scheme handling in v2->v3 conversion (#441)

v0.79.0

11 Oct 18:46
d5022c7
Compare
Choose a tag to compare
improve response validation error (#437)