Skip to content

Releases: getkin/kin-openapi

v0.26.0

27 Oct 16:09
fc3f90d

Choose a tag to compare

Prevent a panic in the error encoder (#262)

v0.25.0

26 Oct 22:22
25cec2f

Choose a tag to compare

Add support for error aggregation for request/response validation (#259)

v0.24.0: swagger2 formData & request body refs (#260)

26 Oct 22:21
d9b54af

Choose a tag to compare

Co-authored-by: Francis Lennon <francis.lennon@whitehatsec.com>

v0.23.0

21 Oct 07:59
5c863af

Choose a tag to compare

Validator: check readOnly/writeOnly properties (#246)

v0.22.1: openapi2 security scheme requires accessCode not accesscode (#256)

30 Sep 10:15
07f8b18

Choose a tag to compare

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>

v0.22.0

06 Sep 14:28
5f67f43

Choose a tag to compare

follow lint rules (#250)

v0.21.0

04 Sep 09:18
ceae068

Choose a tag to compare

Fix openapi3.referencedDocumentPath (#248)

v0.20.0: Add deprecated field in Schema (#242)

12 Aug 10:49
2392e46

Choose a tag to compare

Change-Id: If750ff340ae29cf24a6ad870071502c9327485ca

v0.19.0

17 Jul 20:13
8459893

Choose a tag to compare

various fixes mainly to openapi2<->openapi3 conversion (#239)

v0.18.0

16 Jul 12:37
62affaa

Choose a tag to compare

Fix wrong `Found unresolved ref` error when converting from Swagger/O…