Releases: pyopenapi/pyswagger
Releases · pyopenapi/pyswagger
fix bugs
05 Jan 03:31
Compare
Sorry, something went wrong.
No results found
wrong extension when loading from folder with dot #91
fix issues
01 Oct 12:13
Compare
Sorry, something went wrong.
No results found
fix issue: UnicodeEncodeError, unicode string for _str primitive,
#89
add DictGetter: #86
fix issues
07 Aug 02:48
Compare
Sorry, something went wrong.
No results found
ISO 8601 datetime format, #83
renaming from Swagger to OpenAPI
02 Jul 16:05
Compare
Sorry, something went wrong.
No results found
[fix]
Errors when parsing some valid ISO8601 datetimes
Swagger is renamed to OpenAPI
fix issues
20 Mar 15:07
Compare
Sorry, something went wrong.
No results found
fixes:
failed on py3, we use StringIO on byte-stream (#75 )
additionalProperties: true always produce {} (#73 )
the last fix on Window to mktime doesn’t work (#71 )
new:
and option on SwaggerResponse to skip parsing byte-stream of body (#69 )
response
always trust what we get from enum, and not validate them. (#44 )
fix issues
16 Feb 08:46
Compare
Sorry, something went wrong.
No results found
customised codec: #49
support for no SSL certificate
#60
renders failed on windows
#63
relative file reference
21 Jan 04:18
Compare
Sorry, something went wrong.
No results found
(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 #58
fix bug
31 Dec 12:52
Compare
Sorry, something went wrong.
No results found
AttributeError: 'dict' object has no attribute 'merge'
[https://github.com//issues/51 ]
add pyswagger.primitives.Renderer
27 Nov 10:56
Compare
Sorry, something went wrong.
No results found
#44
a renderer for rendering random inputs according to Operation/Schema/Parameter object.
[fix]
12 Nov 01:08
Compare
Sorry, something went wrong.
No results found