Skip to content

Releases: getyourguide/openapi-validation-java

v3.1.0

25 Mar 16:54
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump com.atlassian.oai:swagger-request-validator-core from 2.43.0 to 2.44.1 by @dependabot in #162
  • build(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.26 to 2.2.27 by @dependabot in #164
  • build(deps): bump junit-jupiter from 5.11.3 to 5.11.4 by @dependabot in #163
  • [CHK-11671] Remove undertow in example (security) by @pboos in #165
  • [CHK-11672][CHK-11673] Update logback (security) by @pboos in #166
  • build(deps): bump io.spring.dependency-management from 1.1.6 to 1.1.7 by @dependabot in #167
  • build(deps): bump org.springframework.boot from 3.4.0 to 3.4.1 by @dependabot in #168
  • [CHK-11672][CHK-11673] Force min logback version correctly (security) by @pboos in #169
  • DEN-4986 [Automatic PR] Add concurrency to workflows by @gygrobot in #186
  • build(deps): bump org.springframework.boot from 3.4.1 to 3.4.3 by @dependabot in #180
  • build(deps): bump commons-codec:commons-codec from 1.17.1 to 1.18.0 by @dependabot in #177
  • build(deps): bump mockito from 5.14.2 to 5.16.0 by @dependabot in #183
  • build(deps): bump org.openapi.generator from 7.10.0 to 7.12.0 by @dependabot in #185
  • build(deps): bump ch.qos.logback:logback-core from 1.5.15 to 1.5.17 by @dependabot in #184
  • build(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.27 to 2.2.29 by @dependabot in #187
  • build(deps): bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1 by @dependabot in #178
  • build(deps): bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.17 by @dependabot in #182
  • build(deps): bump mockito from 5.16.0 to 5.16.1 by @dependabot in #188
  • build(deps): bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18 by @dependabot in #191
  • build(deps): bump ch.qos.logback:logback-core from 1.5.17 to 1.5.18 by @dependabot in #192
  • build(deps): bump org.springframework.boot from 3.4.3 to 3.4.4 by @dependabot in #190
  • simplify release flow by @pboos in #193

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

28 Nov 13:03
fb6f0e6
Compare
Choose a tag to compare

Changed

  • Java updated to 21 (#158)
  • Spring boot updated to 3.4.0 (#159)
  • Updated several other dependencies

v2.2.2

25 Oct 09:25
c20bdf0
Compare
Choose a tag to compare

Changed

  • Support request bodies on all methods (#148)
  • Updated several dependencies

v2.2.1

24 Sep 08:18
912ef57
Compare
Choose a tag to compare

Fixed

  • Ignore unknownError related to ConcurrentModificationException (#137)

Changed

  • Updated several dependencies

v2.2.0

28 Aug 12:22
3b57a73
Compare
Choose a tag to compare

Added

  • Exclude graphql endpoints from validation by default (#129)

Changed

  • Updated several dependencies

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)