Releases: getkin/kin-openapi
Releases · getkin/kin-openapi
v0.93.0
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
- @kandaaaaa made their first contribution in #509
- @slessard made their first contribution in #512
- @Yarn-e made their first contribution in #514
Full Changelog: v0.92.0...v0.93.0
v0.92.0
v0.91.0
What's Changed
- Fix OpenAPI 3 validation: request body content is required by @vasayxtx in #498
- Add OpenAPI 3 externalDocs validation by @vasayxtx in #497
- issue/500 by @cochran-at-niche in #501
- Fix OpenAPI 3 validation: operationId must be unique by @vasayxtx in #504
New Contributors
- @cochran-at-niche made their first contribution in #501
Full Changelog: v0.90.0...v0.91.0
v0.90.0
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
- @ckaznocha made their first contribution in #491
- @vasayxtx made their first contribution in #490
- @Cr4psy made their first contribution in #493
Full Changelog: v0.89.0...v0.90.0
v0.89.0
v0.88.0
What's Changed
- extensible-paths by @general-kroll-4-life in #470
New Contributors
- @general-kroll-4-life made their first contribution in #470
Full Changelog: v0.87.0...v0.88.0
v0.87.0
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
v0.85.0
v0.84.0
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