Skip to content

Releases: pyopenapi/pyswagger

fix bugs

05 Jan 03:31
Compare
Choose a tag to compare
  • wrong extension when loading from folder with dot #91

fix issues

01 Oct 12:13
Compare
Choose a tag to compare
  • fix issue: UnicodeEncodeError, unicode string for _str primitive,
    #89
  • add DictGetter: #86

fix issues

07 Aug 02:48
Compare
Choose a tag to compare
  • ISO 8601 datetime format, #83

renaming from Swagger to OpenAPI

02 Jul 16:05
Compare
Choose a tag to compare

[fix]

  • Errors when parsing some valid ISO8601 datetimes
  • Swagger is renamed to OpenAPI

fix issues

20 Mar 15:07
Compare
Choose a tag to compare

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
Choose a tag to compare
  • customised codec: #49
  • support for no SSL certificate
    #60
  • renders failed on windows
    #63

relative file reference

21 Jan 04:18
Compare
Choose a tag to compare
  • (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
Choose a tag to compare
  • AttributeError: 'dict' object has no attribute 'merge'
    [https://github.com//issues/51]

add pyswagger.primitives.Renderer

27 Nov 10:56
Compare
Choose a tag to compare
  • #44
  • a renderer for rendering random inputs according to Operation/Schema/Parameter object.

[fix]

12 Nov 01:08
Compare
Choose a tag to compare