Skip to content

Latest commit

 

History

History
114 lines (67 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

114 lines (67 loc) · 4.63 KB

Change Log

1.2.6 - 2023-08-30

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)

1.2.5 - 2023-08-28

Changed

  • Ignore unexpected query parameter violation (#31)

1.2.4 - 2023-08-24

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)

1.2.3 - 2023-07-17

Fixed

1.2.2 - 2023-06-30

Added

  • Show parameter name in violation log (#19)

Fixed

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

1.2.1 - 2023-06-20

Added

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

1.2.0 - 2023-06-15

Added

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

Fixed

  • Catch RejectedExecutionException and skip validation (#13)

1.1.2 - 2023-06-09

Fixed

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

1.1.1 - 2023-06-01

Fixed

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

1.1.0 - 2023-05-26

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).

1.0.2 - 2023-05-12

Added

  • Initial squashed GitHub public release.