All Versions
9
Latest Version
Avg Release Cycle
50 days
Latest Release
2273 days ago
Changelog History
Changelog History
-
v0.8.39 Changes
July 01, 2018- ๐ Fix the issue that case insensitive keys in headers not working
-
v0.8.38 Changes
June 24, 2018- ๐ Allow to access headers with case insensitive keys
- โฌ๏ธ Drop support to py3.3 because of Tornado
-
v0.8.37 Changes
December 23, 2017 -
v0.8.36
August 18, 2017 -
v0.8.35
August 17, 2017 -
v0.8.34
August 17, 2017 -
v0.8.33 Changes
August 08, 2017- ๐ Support customized headers when making requests
-
v0.8.32 Changes
July 18, 2017 -
v0.8.17 Changes
- ๐ (not support anymore) implicit dereferencing, which is conflict with 'relative file reference'
json "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.
- ๐ (not support anymore) implicit dereferencing, which is conflict with 'relative file reference'