Skip to content

Releases: spec-first/connexion

0.11.2

02 Oct 07:18
Compare
Choose a tag to compare

For authenticated endpoints connexion will add a user and token_info properties to connexion.request
containing the user name and the full token info of the request.

0.11.1

28 Sep 16:31
Compare
Choose a tag to compare
  • #59 pass body and query parameters to handler function as keyword args
  • #67 fix JSON serialization for datetime objects with tzinfo

0.10.2

21 Sep 19:08
Compare
Choose a tag to compare
  • #49: fix uWSGI response metrics for ZMON support

0.10.1

18 Sep 14:53
Compare
Choose a tag to compare
  • Configurable HTTP_METRICS_PREFIX for ZMON support

0.10

18 Sep 14:38
Compare
Choose a tag to compare

0.9.4

04 Sep 09:36
Compare
Choose a tag to compare
  • Validate array parameters (respect collectionFormat)
  • Convert parameter type before running validators (allow using "minimum" on integer type query param)

0.9.3

02 Sep 07:26
Compare
Choose a tag to compare
  • Allow configurable path and URL for swagger-ui.

0.9.1

27 Aug 07:56
Compare
Choose a tag to compare
  • Basic parameter validation supporting integer, number and boolean query parameters, format and pattern.

0.9.0

26 Aug 07:39
Compare
Choose a tag to compare
  • Remove tornado dependency
  • Use application/json response if "produces" is missing

0.8.6

18 Aug 15:54
Compare
Choose a tag to compare
  • Serialize datetime.date objects to JSON