Skip to content

Releases: aereal/go-openapi3-validation-middleware

v0.5.0

13 Dec 12:25
1ed88e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Dec 12:25
87d8c2b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update codecov/codecov-action action to v2 by @renovate in #8
  • chore(deps): update reviewdog/action-golangci-lint action to v2 by @renovate in #9
  • chore(deps): update actions/checkout action to v3 by @renovate in #13
  • chore(deps): update actions/setup-go action to v3 by @renovate in #14
  • chore(deps): update actions/cache action to v3 by @renovate in #15
  • fix(deps): update module github.com/getkin/kin-openapi to v0.93.0 by @renovate in #12
  • fix(deps): update module github.com/getkin/kin-openapi to v0.94.0 by @renovate in #16
  • chore(deps): update codecov/codecov-action action to v3 by @renovate in #17
  • ci: update actions by @aereal in #24
  • Update kin by @aereal in #25

Full Changelog: v0.3.1...v0.4.0

v0.3.1

11 Oct 07:00
4af6fa7
Compare
Choose a tag to compare

0.3.1 (2021-10-11)

Bug Fixes

  • deps: update module github.com/getkin/kin-openapi to v0.78.0 (b731b86)

v0.3.0

28 Aug 02:17
3744e6c
Compare
Choose a tag to compare

0.3.0 (2021-08-28)

Bug Fixes

  • guarantee that all data will be written (f1a283e)

Features

  • add error handler for FindRoute failure (83295c3)
  • add validation options (e046883)