------------------ - Raise MatchingResponseNotFound instead of SwaggerMappingError when a response can't be matched to the Swagger schema.
2.2.0
------------------ - Add reason to IncomingResponse
2.1.0
------------------ - Handle user defined formats for serialization and validation.
2.0.0
------------------ - Move http invocation to bravado - Fix unicode in model docstrings - Require swagger-spec-validator 1.0.12 to pick up bug fixes
1.1.0
------------------ - Better unicode support - Python 3 support
1.0.0rc2
---------------------- - Fixed file uploads when marshalling a request - Renamed ResponseLike to IncomingResponse - Fixed repr of a model when it has an attr with a unicode value