- Fix the issue that case insensitive keys in headers not working
- Allow to access headers with case insensitive keys
- Drop support to py3.3 because of Tornado
- Fix loading error on 'yaml' document
- Fix parameter renderer failed on int/number without 'format'
- Windows Support
- Support customized headers when making requests
- (not support anymore) implicit dereferencing, which is conflict with 'relative file reference'
"definitions":{ "User":{ }, "AuthorizedUser":{ "$ref": "User" --> deferenced to "#/definitions/User" } }
- NEW relative file reference
"definitions":{ "User": { "$ref": "other_folder/User.json" } }
- NEW the root object of external documents can be any object (need to be an Swagger/PathItem object before this version)
- fix issue: use 'netloc' only when no host provided.