Releases: Axway-API-Management-Plus/openapi-validator
Version 1.6.6
update swagger-request-validator version in order to manage composition (allof +ref) in the openapi specification
Version 1.6.3
Fixed
- NPE when validating method with query parameters without providing the correct query parameter as part of the request
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.6.2
Fixed
- If a Content-Type header is set, it is used for validation and then removed, because it additionally exists in the http.content.headers attribute.
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.6.1
Fixed
- Added missing call to removeDuplicateContentTypeHeader when return headers to validator
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.6.0
Added
- Now query parameters are by default decoded before send to the validator (e.g. otr%C3%B3s -> otrós)
Changed
- Dropped support for Java-Version 1.7. Minimal Java-Version is 1.8
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.5.0
Added
- If the Content-Type header is duplicated, only the first header is taken and all others are deleted.
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.4.1
Changed
- If Content-Type header could not be found is not logged on DEBUG instead of DATA (#7)
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.4.0
Added
- Making it easier and documented to get the validation result (#5)
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.3.0
Fixed
- Unexpected log message
java exception
no longer appears on API-Gateway Debug-Level
Added
- Add an option to use the originally imported API-Specification for the validation. Learn more (#4)
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues
Version 1.2.0
Fixed
- StringIndexOutOfBoundsException while search matching path (#3)
Let us know your feedback, ideas, issues here on GitHub:
https://github.com/Axway-API-Management-Plus/openapi-validator/issues