Skip to content

Releases: getyourguide/openapi-validation-java

v1.2.2

30 Jun 10:19
Compare
Choose a tag to compare

Added

  • Show parameter name in violation log (#19)

Fixed

  • Decode query parameters before validation to avoid problems with comma separated lists (#18)

v1.2.1

20 Jun 12:04
Compare
Choose a tag to compare

Added

  • Send hourly heartbeat (as metric) when validation is happening (#15)

v1.2.0

15 Jun 13:31
Compare
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
Compare
Choose a tag to compare

Fixed

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

v1.1.1

01 Jun 13:21
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Initial squashed GitHub public release.