Skip to content

Releases: getyourguide/openapi-validation-java

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:19

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

Choose a tag to compare

@github-actions github-actions released this 20 Jun 12:04

Added

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

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 13:31

Added

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

Fixed

  • Catch RejectedExecutionException and skip validation (#13)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 07:44

Fixed

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

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 13:21

Fixed

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

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 May 14:50

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

Choose a tag to compare

@github-actions github-actions released this 12 May 08:30

Added

  • Initial squashed GitHub public release.