Releases: getyourguide/openapi-validation-java
Releases · getyourguide/openapi-validation-java
v1.2.2
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
Added
- Send hourly heartbeat (as metric) when validation is happening (#15)
v1.2.0
Added
- Send metric on startup with info if validation is enabled (#12)
Fixed
- Catch RejectedExecutionException and skip validation (#13)
v1.1.2
Fixed
- Disable validation instead of failing (multiple spec files) (#9)
v1.1.1
Fixed
- Fix problem with validating partial bodies instead of whole body (#7)
- Fix wrong url in publishing (commit)
v1.1.0
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
Added
- Initial squashed GitHub public release.