Releases: correl/tornado-openapi3
Releases · correl/tornado-openapi3
Version 1.2.0
Version 1.1.0
- Upgraded to work with openapi-core 0.14.0
Version 1.0.1
- Fixes bug where test requests made using absolute URLs (e.g. to external services) are validated against the service under test's OpenAPI specification.
Version 1.0.0
- Provides a base request handler for validating incoming requests
- Provides a base test case for validating application responses
- Documents usage with examples