Skip to content

Releases: getyourguide/openapi-validation-java

v1.2.0

15 Jun 13:31

Choose a tag to compare

Added

  • Send metric on startup with info if validation is enabled (#12)

Fixed

  • Catch RejectedExecutionException and skip validation (#13)

v1.1.2

09 Jun 07:44

Choose a tag to compare

Fixed

  • Disable validation instead of failing (multiple spec files) (#9)

v1.1.1

01 Jun 13:21

Choose a tag to compare

Fixed

  • Fix problem with validating partial bodies instead of whole body (#7)
  • Fix wrong url in publishing (commit)

v1.1.0

26 May 14:50

Choose a tag to compare

Added

  • Allow excluding traffic by matching headers (#5)
  • Allow excluding certain violations from being reported (#4).
  • Support fail on request/response violation (#3).
  • Support multiple spec files (#2).

v1.0.2

12 May 08:30

Choose a tag to compare

Added

  • Initial squashed GitHub public release.