Skip to content

Releases: getyourguide/openapi-validation-java

v2.1.0

03 Jun 10:15
48ffb36
Compare
Choose a tag to compare

Added

  • Provide custom MetricTags during runtime (#111)

Changed

  • Updated several dependencies

v2.0.3

28 May 14:50
dfa62a8
Compare
Choose a tag to compare

Changed

  • Ignore request violations with response status code 4xx (#108)
  • Updated several dependencies

v2.0.2

19 Mar 13:40
2004377
Compare
Choose a tag to compare

Changed

  • ignore unexpected body on GET/DELETE/OPTIONS/HEAD/TRACE (#91)

Fixed

  • undertow can't validate request body (#90)
  • Handle invalid spec on a spec with multiple spec setup (#79)

v2.0.1

29 Nov 14:53
6b0a16b
Compare
Choose a tag to compare

Fixed

  • Possible NullPointerException (#71)

v2.0

28 Nov 10:30
64ef1cb
Compare
Choose a tag to compare

Changed

  • Use strict operation path matching (#52)
  • Default sample-rate to 100% (#55)
  • Use toml file for versions of dependencies (#54)

Removed

  • Removed spring boot 2.7 support (#53)

Fixed

  • Exclude 406 status code violations (#48)
  • On exception log 500 status code instead of 200 status code (#65)
  • Do not report violation on blocked request (#66)

v1.2.7

26 Oct 08:29
98d1a8d
Compare
Choose a tag to compare

Changed

  • Log spec file that was not found (#44)
  • Bump com.atlassian.oai:swagger-request-validator-core (#42)
  • Improve logging when there is no validator found for a path (#40)

Fixed

  • Ignore violation operation.notAllowed with status code 404 (#45)
  • Ignore violation operation.notAllowed with status code 405 (#43)

v1.2.6

30 Aug 12:24
79450cc
Compare
Choose a tag to compare

Changed

  • Add response status code to violation log message (#35)
  • Bump com.atlassian.oai:swagger-request-validator-core (#34)

Fixed

  • Exclude "matched 2 out of 25" in the oneOf rule (#36)

v1.2.5

28 Aug 15:53
4b7e6ef
Compare
Choose a tag to compare

Changed

  • Ignore unexpected query parameter violation (#31)

v1.2.4

24 Aug 08:36
7e45964
Compare
Choose a tag to compare

Added

  • Send sample-rate and throttling information with startup metric (#28)
  • Allow configuring log level (#26)

Fixed

  • Exclude false positive violations (#24)
  • Do not validate HEAD requests (#27)

Removed

  • Remove heartbeat metric (#25)

v1.2.3

18 Jul 07:31
85cd957
Compare
Choose a tag to compare