Skip to content

Releases: pyopenapi/pyswagger

Allow to access headers with case insensitive keys

24 Jun 11:04
Compare
Choose a tag to compare
  • Allow to access headers with case insensitive keys
  • Drop support to py33 because of Tornado

Windows Support

23 Dec 14:30
Compare
Choose a tag to compare

also include fixes for these issues: #145, #149

Fix bugs

18 Jul 14:57
Compare
Choose a tag to compare
  • Support default type for 'integer', 'number' #128
  • Fix bug when accessing ScopeDict with similiar operationId #129

Fix bugs

08 Jul 09:32
Compare
Choose a tag to compare
  • add number/int32, number/int64 as supported primitives (#127)
  • fix webapp2 client failed with query string
  • add missing field: Schema.xml

Fix bugs

25 Jun 01:04
Compare
Choose a tag to compare
  • [fix] the default value of collectionFormat is ‘cdv’ #126
  • [fix] uniqueItem when array-item is object or array would be failed #125

fix bugs

23 Apr 03:14
Compare
Choose a tag to compare

[fix] Unable to use byte type parameters with Python 3
#120 (by https://github.com/olipratt)

Fix Bugs

15 Apr 12:15
Compare
Choose a tag to compare

[fix]
missing body parameter when referenced from “parameters” field

special characters in path parameters not handled correctly

query parameter doesn't pass to Webapp2's client

Fix bugs

11 Feb 02:29
Compare
Choose a tag to compare

[fix]

  • using App.create() with HTTPS, auth, and custom headers?
    #107
  • multiple protocol https: appended request.url in client.request
    #109

[new]

  • add pyswagger.getter.SimpleGetter
  • pyswagger.io.Request and pyswagger.io.Response has reset(), and could
    be reused.

Fix Bug

25 Jan 13:14
Compare
Choose a tag to compare
  • #105 Parameter referencing in PathItemObject.parameters

support python 3.6

09 Jan 05:42
Compare
Choose a tag to compare

python 3.6 is release at the end of 2016, we should catch up with it ASAP.

also include these fixes: