1.2.6 - 2023-08-30
- Add response status code to violation log message (#35)
- Bump com.atlassian.oai:swagger-request-validator-core (#34)
- Exclude "matched 2 out of 25" in the oneOf rule (#36)
1.2.5 - 2023-08-28
- Ignore unexpected query parameter violation (#31)
1.2.4 - 2023-08-24
- Send sample-rate and throttling information with startup metric (#28)
- Allow configuring log level (#26)
- Remove heartbeat metric (#25)
1.2.3 - 2023-07-17
- Update
swagger-request-validator-core
to2.35.2
for bug fixes (#21)
1.2.2 - 2023-06-30
- Show parameter name in violation log (#19)
- Decode query parameters before validation to avoid problems with comma separated lists (#18)
1.2.1 - 2023-06-20
- Send hourly heartbeat (as metric) when validation is happening (#15)
1.2.0 - 2023-06-15
- Send metric on startup with info if validation is enabled (#12)
- Catch RejectedExecutionException and skip validation (#13)
1.1.2 - 2023-06-09
- Disable validation instead of failing (multiple spec files) (#9)
1.1.1 - 2023-06-01
- Fix problem with validating partial bodies instead of whole body (#7)
- Fix wrong url in publishing (commit)
1.1.0 - 2023-05-26
- 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
- Initial squashed GitHub public release.