Skip to content

Releases: spec-first/connexion

1.0.50

03 Feb 09:54
Compare
Choose a tag to compare
  • #132: pass formData parameters as keyword arguments to handler function

1.0.49

02 Feb 14:18
Compare
Choose a tag to compare
  • #127: fix "native" JSON booleans as default values in Swagger YAML

1.0.38

21 Jan 18:37
Compare
Choose a tag to compare
  • #110: Update swagger-ui and disable online validator

1.0.37

13 Jan 08:35
Compare
Choose a tag to compare
  • #121: fix bug in RestyResolver

1.0.33

12 Jan 18:59
Compare
Choose a tag to compare
  • #118: support resolving $ref schema references in items and object properties

1.0.31

12 Jan 13:05
Compare
Choose a tag to compare
  • #117: support for default fields in operation parameters

1.0.29

05 Jan 10:11
Compare
Choose a tag to compare
  • #116: allow uppercase True/False for boolean query parameters

1.0.28

21 Dec 14:32
Compare
Choose a tag to compare
  • #108: use JSON Schema to validate requests

1.0.26

08 Dec 16:03
Compare
Choose a tag to compare
  • RestyResolver: minor fix to convert dashes to underscores

1.0.25

08 Dec 13:39
Compare
Choose a tag to compare
  • #104: support type casting for int and float path parameters
  • #107: pluggable controller resolution with optional "RESTy" semantics