Skip to content

Releases: getkin/kin-openapi

v0.113.0

20 Jan 16:23
5c0555e
Compare
Choose a tag to compare

What's Changed

  • openapi3: remove email string format by @zekth in #727
  • openapi3filter: support for allOf request schema in multipart/form-data by @k2tzumi in #729
  • Disallow unexpected fields in validation and drop jsoninfo package by @fenollp in #728
  • openapi3filter: RegisterBodyDecoder for application/zip by @k2tzumi in #730
  • Keep track of API changes with CI by @fenollp in #732
  • openapi3filter: RegisterBodyDecoder for text/csv by @k2tzumi in #734
  • #741 uri cache mutex by @grahamcrowell in #742
  • Specify UseNumber() in the JSON decoder during JSON validation by @ShouheiNishi in #738
  • openapi3: fix error phrase in security scheme by @Jefftree in #745
  • openapi3: remove value data from SchemaError.Reason field by @ori-shalom in #737

New Contributors

Full Changelog: v0.112.0...v0.113.0

v0.112.0

22 Dec 18:41
46e0df8
Compare
Choose a tag to compare

What's Changed

  • Leave allocation capacity guessing to the runtime by @fenollp in #716
  • openapi3filter: validate non-string headers by @slessard in #712
  • openapi3: unexport ValidationOptions fields and add some more by @fenollp in #717
  • openapi3: introduce (Paths).InMatchingOrder() paths iterator by @fenollp in #719
  • feat: improve error reporting for bad/missing discriminator by @gward in #718
  • openapi3: continue validation on valid oneOf properties by @fenollp in #721
  • openapi3filter: use option to skip setting defaults on validation by @orensolo in #708

New Contributors

Full Changelog: v0.111.0...v0.112.0

v0.111.0

16 Dec 19:00
2975a21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.110.0...v0.111.0

v0.110.0

29 Nov 17:39
7f75486
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.109.0...v0.110.0

v0.109.0

22 Nov 15:06
cd217fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.108.0...v0.109.0

v0.108.0

09 Nov 10:29
d89a84e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.107.0...v0.108.0

v0.107.0

27 Oct 14:54
285135d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.106.0...v0.107.0

v0.106.0

16 Oct 11:06
ac18113
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.105.0...v0.106.0

v0.105.0

13 Oct 13:33
330c142
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.104.0...v0.105.0

v0.104.0

07 Oct 16:47
b31a4bb
Compare
Choose a tag to compare

What's Changed

  • Validate default values against schema by @fenollp in #610
  • fix: only inject default value for matched oneOf or anyOf by @nic-6443 in #604
  • Deterministic validation by @fenollp in #602
  • Improve error message when path validation fails by @praneetloke in #605
  • Correctly resolve path of yaml resource if double referenced. by @d-sauer in #611
  • Fix second level relative ref in property resolving by @wtertius in #622
  • rework convertError Example code to show query schema error by @fenollp in #626
  • Allow validations options when creating legace Router by @yclybouw in #614
  • Additional error information by @danicc097 in #617
  • Add SIMITGROUP`s repo to dependants shortlist by @fenollp in #627
  • Introduce package-wide CircularReferenceCounter to work around #615 by @fenollp in #628

New Contributors

Full Changelog: v0.103.0...v0.104.0